Skip to content

Latest commit

 

History

History
93 lines (72 loc) · 2.63 KB

File metadata and controls

93 lines (72 loc) · 2.63 KB

Contributors Forks Stargazers MIT License


The hangman game

An implementation of the famous game "Hangman"


Table of Contents
  1. About The Project
  2. Installation
  3. Usage
  4. Contributing
  5. License
  6. Contact

About The Project

During the course of my training with becode I created this Hangman game project

Built With

Installation

  1. Clone the repo
    git clone https://github.com/Pablousse/hangman-python.git

Usage

Go to the main folder of the repo and run to start the game

$ python3 main.py 

Contributing

Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Arnaud Durieux - durieux.arnaud@homail.com

Project Link: https://github.com/Pablousse/hangman-python