Skip to content

A simple Tic Tac Toe game with a win counter and continuous play functionality.

Notifications You must be signed in to change notification settings

Netroxen/tictactoe.game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Tic Tac Toe

A simple Tic Tac Toe game with a win counter and continuous play functionality.

HowTo

This Python app does not require additional libraries to run.

To run the game, execute the following:

docker run -it --rm --name tictactoe -v "$PWD":/usr/src/app -w /usr/src/app python:3.7-alpine python main.py

To run the included example tests for the TicTacToeApp, execute the following:

docker run -it --rm --name tictactoe -e TICTACTOE_TEST="true" -v "$PWD":/usr/src/app -w /usr/src/app python:3.7-alpine python -m unittest tictactoe/tests/test_app.py

If everything ran successfully, the tests should return OK.

Notes

Alternatively, the main.py can be executed directly from a local Python environment.

Credits: Jesse Stippel

About

A simple Tic Tac Toe game with a win counter and continuous play functionality.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages