Also creating a game is the best project to do as you will be in an urge to finish the project and play the game created by YOU.
I would recommend the following games.
I would recommend the following games.
- Tic-Tac-Toe - Its like “Hello World” for game development. You can make a small game using basic things like X as 0 and O as 1 with a table formatted by loops. You can have a statement which tells the status of the game. Or you can go big and use graphics and mouse controls. You can also create variations like Player vs Player and Player vs CPU.
- Hangman - I created this game in high school but using Turbo C which I do not recommend. I just stored the name of the movies in an array and a randomized function to select a movie. The console refreshes after each try and updates the number of tries remaining and the word. I lost that project but It was super fun to play that.
- Other games include Snake, Battleship, Betting/Gambling Games, etc.
Happy gaming!!
Image source: Google Images.


No comments:
Post a Comment