Cover image for 1st Semester of University

1st Semester of University

0 min read (107 words)

To get more than 50% on our coursework, you had to submit extensions. Here are some of my favourite ones.

To get more than 50% on our coursework, you had to submit extensions. Here are some of my favourite ones.

Pong

Screenshot of Pong
Screenshot of Pong

I created a Pong clone using C and SDL.

Chess AI

Screenshot of Chess
Screenshot of Chess

I created a Chess game and Chess minimax implementation in C.

Infinite and Generic Game of Life, and more

Screenshot of the Game of Life
Screenshot of the Game of Life

Features:

  • Chunk based infinite universe. Automatically expands.
  • Interactive player and universe editor using SDL.
  • Can set the Born/Survive ruleset code (from command line).
  • Can choose the number to steps to take before opening the player or outputting to stdout (from command line).
  • Has tests.