Add new file
This commit is contained in:
parent
c5b00e01df
commit
61da1d3d98
1 changed files with 11 additions and 0 deletions
11
README.md
Normal file
11
README.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
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.
|
Loading…
Add table
Add a link
Reference in a new issue