Quid is a psych-like muktiplayer game which I originally made for my friends. (though i haven't ever hosted it). It works charm for me.
The following are the requirements for hosting Quid.
- Node.js - Javascript runtime enviornment
- Haxe - The wonderful compiler for the Haxe language.
Once you have them installed, you can head over to the Installation section.
Quid is made using Haxe and Node.js Note: I have using Haxe as the client and Node.js as the server
# the first step is to clone this repository.
$ git clone https://github.com/divy-work/quid
# next, we enter the git directory and run build script command
$ cd ./quid && ./build.sh
# If it gives an error, please check that you have Haxe compiler and Node.js installed on your machine.
Well done! You've successfully hosted Quid locally!
Now, head over to localhost:5000
and enjoy. 😄
MIT