Python Project List
Python Project List
ASHMITHA RAGAVI S
56 22BTAD008 AIDS
[ Tic-Tae-Toe ]: (Intermediate)
Build the two-player game Tic-Tac-Toe with AI
or multiplayer options.
- where you should be able to get back to previous state of
game
-2 player option
- vs AI option should also be available
- using GUI libraries to get UI
[ Hand cricket game ]: (Easy)
Challenge your friends in this hand cricket game with AI
opponents, by generating random values.
- get input from user,
- get computer to play his move
- like this build the game to see who wins the game.