Terminal Mario
The Mario-style platformer features movement physics, including running, jumping, and momentum-based controls that mirror classic gameplay. The game handles collisions between the player, enemies, and environmental blocks to facilitate platforming. Finally it generates pseudo-random levels so the player can have a unique experience every time. All the graphics are text spaces with the background color and font color changed. The program in written entirely in C and can be run directly inside a BASH terminal. To run execute the compiled file supersnakes in a BASH terminal, I recommend the built in terminal in GitHub CodeSpaces.