Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/edigar/pystime
Simple pastime games
https://github.com/edigar/pystime
adivinhe-o-numero guessing-game hangman-game jogo-da-forca passatempo pastime python python3
Last synced: about 2 months ago
JSON representation
Simple pastime games
- Host: GitHub
- URL: https://github.com/edigar/pystime
- Owner: edigar
- License: mit
- Created: 2019-03-31T20:23:16.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-13T13:40:02.000Z (10 months ago)
- Last Synced: 2024-03-13T14:52:31.987Z (10 months ago)
- Topics: adivinhe-o-numero, guessing-game, hangman-game, jogo-da-forca, passatempo, pastime, python, python3
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pystime
A simple pastime games.
Here, you will find two pastime games: Guessing game and Hangman game.
In guessing game, you will have to guess a number with a limited amount of attempts. In the hangman game you play the hangman game, with a theme chosen by the player ;)
## Requirements
* Python 3
## Installation
Just clone or download this repository and execute play_games.py file with python interpreter/compiler:
```
python3 play_games.py
```Enjoy :)