0
How to make games using c programming language
2 Respostas
+ 2
use structs, more than anything
+ 2
If you are into recursion then try out creating a Sudoku solver.
And if you wish to choose a simpler alternative which involves flags and arrays then Minesweeper is the one to go for.