bishibashiB / js_game_manager_skeleton

offer Web-Gui for virtual joysticks, game selection menu, multiplayer to get 'your game' take off

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multi Game Control Architecture in JS

written by Reimund Koenig (so this is a fork while I did not find the original project on bitbucket anymore :) ) Offers a virtual joystick on port 3001 for multiple players and manages these players for several possible running apps. Game selection is done via a web interface on port 3003. Game screen is offered optional on port 3002. (IP from your local system hw. See log of app start.)

Currently there is only a single app implemented which forwards 'player' joystick commands to a serial port. Usually you'd expect a microcontroller to read the serial (joystick) commands and e.g. run another game display 'of sorts' aka a cubic snake game.

About

offer Web-Gui for virtual joysticks, game selection menu, multiplayer to get 'your game' take off

License:GNU Lesser General Public License v2.1


Languages

Language:JavaScript 77.9%Language:HTML 15.4%Language:CSS 6.7%