Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 :)