Skip to content

fubrasp/tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

"tic-tac-toe" game

Prerequisites

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

Run the game

Create a virtualenv

    cd morpion
    virtualenv venv 

Install dependancies

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

Run it

    ./venv/bin/python3 main.py

Course

"tic-tac-toe" 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

Releases

No releases published

Packages

No packages published

Languages