Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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