Skip to main content

A Tic Tac Toe game developed by joke

Project description

JokeTTT: a Tic Tac Toe game developed by joke

JokeTTT is a tic tac toe game developed just for fun and to learn Python and some concepts of machine learning.

Project setup

The project has been tested only with python3 on Ubuntu Linux. If you have python3 installed in your machine, just try the code entering the command:

./play.py

To avoid the usual problems with messy Python configurations (python 2 vs. 3, packages to install, etc.), conda is used for development.

For those that wants to do the same and does not know conda, this is a a quick reference:

If you have conda installed, enter the project directory (the one with the environment.yml file) and enter the following command:

conda env create

This shall be done only the one time. After this the jokettt conda environment is created. It can be activated with the command:

conda activate jokettt

To update the conda environment every time that the environment.yml is changed, enter the command:

conda env update

Credits

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

jokettt-0.0.2.tar.gz (9.3 kB view hashes)

Uploaded Source

Built Distribution

jokettt-0.0.2-py3-none-any.whl (11.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page