Skip to content

nodeGame/nodegame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Sep 21, 2023
8e0945c · Sep 21, 2023
Sep 21, 2023
Dec 22, 2020
Dec 23, 2015
Oct 27, 2017
Aug 19, 2016
Jun 27, 2015
Oct 30, 2017
Feb 7, 2021
Aug 16, 2018
Sep 14, 2018
Nov 6, 2021
Jul 28, 2015
Sep 13, 2018
Oct 23, 2021
Nov 6, 2021

Repository files navigation

nodeGame

Fast, scalable JavaScript for large-scale, online, multiplayer, real-time games and experiments.


The Good parts

  • Open source and open standard (HTML5)
  • Modular framework (server / client / window / widgets / games)
  • Low / medium level of programming required
  • Powerful API
  • Integrated NDDB Javascript database
  • Server can run multiple games at the same time
  • Powerful and customizible waiting rooms
  • Monitor interface
  • Works on mobile devices and tablets
  • Bots (for playing) and Phantoms (for testing)
  • Installation is required only for the server, clients just need their browser windows
  • Integrates smoothly with other libraries (e.g. jQuery, D3.js, etc.) and web services, such as Amazon Mechanical Turk

Quick Start

nodeGame comes with a default game taken from the academic literature of game theory. It is called the Ultimatum game. To play it follows the steps:

  1. Download the latest version of node.js for your platform
  2. Download the latest version of git for your platform
  3. Download installer, and install nodegame: node nodegame-installer
  4. Enter installation directory.
  5. Start the server with the command: node launcher.js
  6. Open one tab pointing to localhost:8080
  7. Select Ultimatum game
  8. Open more tabs, or start a bot through the waiting room interface
  9. Check the monitor interface at localhost:8080/ultimatum/monitor

Documentation

Complete documentation is available in the nodeGame wiki.

License

MIT