I made a hangman game in the terminal using Golang. This took me 4 hours, and i also made the text have different colors.
Github repo: github.com/ItzRazvan/Hangman/tree/main
I created a 2D shooter game in the terminal using C. It took me aprox. 11 hours, and its the third game i made (I wanna move on to 3D for the next project). It was made for the linux terminal.
You have 4 stages, and two weapons (you upgrade to a shotgun on stage 3). You also have healing potions with a 10% chance of dropping.
github repo: github.com/ItzRazvan/Termix_2D-shooter
HI! I just finished creating the Snake game in the terminal. I did it in C and it took me 3 hours.
If you wanna play you'll have to compile it yourself (It will work only on Linux, because of some libraries)
Github repository: github.com/ItzRazvan/snake_in_terminal
I finished making a Flappy Bird copy in the Terminal in C. It took me 5 hours and it's the first game I've ever made.
If you wanna play you'll have to compile it yourself (It will work only on Linux, because of some libraries)
Github repository: github.com/ItzRazvan/flappybird_in_terminal