akoaysigod / tenPlayerChess

Ten player chess in HTML5 over WebSockets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a ten player simultaneous chess game. It's written in Haxe using HaxeFlixel targetting HTML5. The server is written in Python 3 using Autobahn.

This still needs a lot of testing but should be fairly playable. I haven't and probably never will be able to test all the cases myself but as far as I can tell it's all working. The server is running consistantly now also and should be cleaning itself up correctly as well as the client itself.

Instructions:
Install Autobahn

Download the Client
You can also compile it yourself from here. The client also has a folder for the server. Although I might forget to update it.

If compiling the server is set in Connect.hx server = "whateverYouWant" Otherwise, search for "solarjetmen.com" in the ChessClient.js. It's currently on line 24625. Edit the Server.py server in main, it should be pretty obvious.

To see it running already, probably, checkout solarjetmen.com/chessGame.

Credits:
Chess pieces were by Brian Provan

About

Ten player chess in HTML5 over WebSockets


Languages

Language:Haxe 86.7%Language:Python 13.3%