A multi-player, multi-screen game built to experiment with Socket.IO and Node.js. It reuse the concept of Fibbage, a party-game included in the game JackBox Party Pack 2.
The game is available at https://fibbage-tribute.herokuapp.com/
- Ensure Node.js is installed
- Clone this repository -
git clone https://github.com/Minious/fibbage-tribute.git
- Install the dependences:
cd fibbage-tribute
npm install
- Start the server:
node index.js
- Visit http://127.0.0.1:8080 in a browser and click CREATE.
- Ensure at least 3 devices are on a local network, or that the application server is accessable by at least 3 devices.
- Start the Anagrammatix application
- Visit http://your.ip.address:8080 on a PC, Tablet, SmartTV or other large screen device
- Click CREATE
- On a mobile device, visit http://your.ip.address:8080
- Click JOIN on the mobile device screen.
- Follow the on-screen instructions to join a game.
- Find an opponent and have him/her repeat steps 5-7 on another mobile device.
- On the large screen (the game Host), a sentence with a missing word will appear.
- On each players' devices, a text field appears.
- The players must provide a ploy which has to be credible.
- One each players send their ploys, the game host and the players' devices display the ploys and the real answer to the sentence.
- The player who taps the correct answer gets 10 points and if a player choose a ploy, the player who provided it gets 5 points.
- The player with the most points at the end of the game wins!