+ 1
I'm ready to develop code..suggest me small project to do..remember i'm intermediate programmer!!!
3 Answers
+ 3
a number guessing game (maybe you can find some ideas when you look at my codes)
+ 2
Tic Tac Toe is always a nice little game to program, if that's too simple also make it so you can play against the computer, I'd recommend the Minimax Algorithm, just google how it works and try to implement it!
+ 1
A simple standard calculator is a good way to start.