Skip to content

Latest commit

 

History

History
51 lines (30 loc) · 1.06 KB

README.md

File metadata and controls

51 lines (30 loc) · 1.06 KB

"Puissance 4" like game

Prerequisites

Install Python 3 (>= 3.6.4) Install a venv if needed

Run the game

Create a virtualenv

    cd puissance4Like
    virtualenv venv 

Install dependancies

    ./venv/bin/pip3 install -r requirements.txt

Run it

    ./venv/bin/python3 main.py

Course

"Puissance 4" like game build process

See STEPS.md for details.

Youtube video (french language)

Youtube_video_link

Versioning

I use git for versioning.

Author

contribute : pay a coffee

License

This project is licensed under the CC BY-NC-ND License - see the LICENSE.md file for details