Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lachlanpaul/python-terminal-games
Games and Practices of Python concepts linked up through one main file
https://github.com/lachlanpaul/python-terminal-games
Last synced: 10 days ago
JSON representation
Games and Practices of Python concepts linked up through one main file
- Host: GitHub
- URL: https://github.com/lachlanpaul/python-terminal-games
- Owner: lachlanPaul
- Created: 2023-09-02T23:37:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-22T01:36:16.000Z (about 1 year ago)
- Last Synced: 2024-11-07T06:13:12.616Z (2 months ago)
- Language: Python
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python Terminal Games
A collection of games and tests I made, accessible through one master file.
To choose a game, run main.py in root, and it will give you a selection of games to play
## Games
### Russian Roulette
Uses randomization and a list to simulate a game of Russian Roulette
### Hangman
Simulates a game of hangman, with custom input or words from a predetermined list