+ 1
What would be an easy game to write (i am working at TicTacToe)???
5 Respostas
+ 13
Guessing games (TicTacToe is a bit harder)
+ 5
guess the number
+ 3
How about Rock, Paper, Scissors? I once saw that in a tutorial.
+ 1
text adventure
+ 1
A simple dice rolling game is an idea.
first, the program asks how many players playing. then the program prints 10 random integers between 1 and 6 for one player, then displays its total. then the same for the next players. when all the players played, the player that scores most wins. and the program displays the winner.
for more ideas, try this site:
http://knightlab.northwestern.edu/2014/06/05/five-mini-programming-projects-for-the-JUMP_LINK__&&__python__&&__JUMP_LINK-beginner/