Spotfire - 2D Platform video game
During my first year at university, we had a course named “Introduction to Programmation”. They were teaching us the fundamentals of C language and we had a project to do a terminal 2D game. I pushed the game further by the rules, options, and graphics. The 2D terminal was a bit easy.
Concept : The game is randomly adding landmines on the field, you have 3 seconds to remember them, after this delay they disappear and you have to find your way to the car to pick up keys, and then to the box, you can also pick-up life points.
This is programmed in C with SDL library and math.h.