spelling-game-python/README.md
2016-11-25 06:36:36 -10:00

786 B

About This Project

This is a proof-of-concept project. There are two main files - spelling.py, and spelling_mp.py. Spelling.py uses a single computer; spelling_mp.py uses two computers on a LAN and requires packets.py to run. To run, simply run either of the main files in a Python 3.4 or newer console: Python3 spelling_mp.py (NOTE: Python 3 MMUST be used!)

There are two goals of this project: 1) refine and balance the game mechanics in anticipation of a full game to use them, and 2) to develop packets.py with its QuickServer and QuickClient classes for turn-based LAN games.

Reporting Issues

This is mostly intended for just me, developing this. However, if anyone does decide to submit bug reports, that can be done in the Issues tab.