Skip to content

This program is a demo of the Python port of the Zyre library. It is a simple game where the goal is to form a sequence of 3 with the symbol you got assigned (X or O).

Notifications You must be signed in to change notification settings

milangulickx/ECS-Pyre-Tictactoe-Demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

ECS-Pyre-Tictactoe Demo

Install Pyre with Python 3

Make sure you have python3 installed.

sudo apt-get install python3

First ZeroMQ:

sudo apt-get install libzmq3-dev

Python dev tools

sudo apt-get install python-dev

install pip (for python 3)

sudo apt-get install python3-pip

Then use pip to install pyre (for python 3)

sudo pip3 install https://github.com/zeromq/pyre/archive/master.zip

Run

Run tttmain.py using python3 to start the program. For testing, you will need to run multiple instances of main.py.

python3 tttmain.py

About

This program is a demo of the Python port of the Zyre library. It is a simple game where the goal is to form a sequence of 3 with the symbol you got assigned (X or O).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages