Skip to content

fubrasp/puissance4Like

Repository files navigation

"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