Noughts and Crosses (aka Tic Tac Toe) game implementation
Project description
Simple socket/console game implementation.
dependencies & installation
Works under python version: 2.6, 2.7. No additional dependencies. Install package with pip:
$ pip install nac
overview
This repository holds a python package implementing a simple socket game, Noughts and Crosses.
First you shall run the server, and then the client:
$ ./nac/server.py $ ./nac/client.py
You will see the game board represented by few console lines:
(0)|(1)|(2) ---+---+--- (3)|(4)|(5) ---+---+--- (6)|(7)|(8)
Enter the position you want to put your mark:
Your move: 0
X |(1)|(2) ---+---+--- (3)|(4)|(5) ---+---+--- (6)|(7)|(8)
The server is ‘X’ and the client is ‘O’.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
nac-0.1.0.tar.gz
(3.0 kB
view hashes)