/Python_learning_projects

This repo contains simple, and easy to implement python projects.

Primary LanguagePython

Hello There! this is a repository containing some cool and simple python projects.

The required python version is 3.X

Feel free to ping me for doubts and quires at abhuvanesh501@gmail.com

Files in this repository as of 01/05/2024

  • Snake Water Gun - A terminal based python game. Which take single character input from the user. The user is playing against the computer. Since this game requires simultaneous movements, it is limited to only one player.

  • Tic Tac Toe - A python based game between two players, where one player use the marker 'X' and another gets the marker 'O'. This is a strategy game where the players need to plan their moves and play on the map of 9 empty spaces which need to filled by creating a sequence of liner patter to end the game, the results can be that one of the player wins or the match is tie.