Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/littledivy/quid

Quid. The weird quiz game. Sometimes similar to Psych. /kwɪd/ means `what?`
https://github.com/littledivy/quid

express game haxe haxelib javascript js nodejs psych socketio websockets

Last synced: 12 days ago
JSON representation

Quid. The weird quiz game. Sometimes similar to Psych. /kwɪd/ means `what?`

Awesome Lists containing this project

README

        

# Quid

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.

## What you will need

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](#Installing) section.
## Installing

Quid is made using Haxe and Node.js
Note: I have using Haxe as the client and Node.js as the server

```bash
# 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. :smile:

## Liscense

MIT