A multi player noughts and crosses game
Stars
1
Forks
1
Watchers
1
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
No contributors data available
Server now kinda works, in that clients can connect and send messages to it. No idea if the messages will go to the intended target, as there is no client libary.
82a5327View on GitHubChanged the server class into ServerThread and made Server a pure initiliser class
5538854View on GitHubAdded Event object. Supports toJson conversion
76da4a0View on GitHubEventPool has the neccissary methods. Includes addThread, addEvent, queuedEvents, nextEvent, shutdown and close.
b103eb4View on GitHubThreadPool now supports most basic thread actions, such as adding, starting, pausing, resuming and killing
6296254View on GitHubNew threaded server. I have plans. This may be big :P
9a55cc5View on GitHubNewstyle classes for connection in boardlib.py. Also added decorator function for all funcs. Only active with Verbose logging atm.
b551bacView on GitHubSyConn can be set as blocking or non blocking.
f536a37View on GitHub