项目作者: anishLearnsToCode

项目描述 :
Hangman CLI game built on 🐍`Python 3.
高级语言: Python
项目地址: git://github.com/anishLearnsToCode/hangman-cli-game.git
创建时间: 2020-06-26T15:09:02Z
项目社区:https://github.com/anishLearnsToCode/hangman-cli-game

开源协议:MIT License

下载


Hangman CLI Game

made-with-python

A basic Hangman game that can be played directly from the CLI.

To run the game on your machine simply clone it from this repository to your machine
using

  1. git clone https://github.com/anishLearnsToCode/hangman-cli-game.git

Enter the directory and run the game using

  1. cd hangman-cli-game
  2. python main.py

Enjoy!