Skip to content

yozoranoken/hangman-valley

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hangman valley

Installation

python version: 3.7.4

Install requirements via pip

pip install -r requirements.txt

Usage

Run the game with:

python . # inside the project directory

Edit db.txt to manage entries used in the game, where each entry follows the format:

> [hint]
> [line 1]
> [line 2]
...
> [line n]
> XXX

About

A simple hangman game.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages