Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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?`
- Host: GitHub
- URL: https://github.com/littledivy/quid
- Owner: littledivy
- Created: 2020-04-02T07:07:34.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-04-03T06:07:15.000Z (over 4 years ago)
- Last Synced: 2024-10-24T00:49:15.691Z (2 months ago)
- Topics: express, game, haxe, haxelib, javascript, js, nodejs, psych, socketio, websockets
- Language: Haxe
- Size: 2.31 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.
## InstallingQuid 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