1st Semester of University
0 min read
(108 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 #
I created a Pong clone using C and SDL.
Chess AI #
I created a Chess game and Chess minimax implementation in C.
Infinite and Generic Game of Life, and more #
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.
Comments