This is a socket.io-based component, that inclueds both client and server files. This repository most likely also will be private.
Main repo, this is the desktop version of the game (bigscreen), it is the main view that all the players will see for the games, typically on a large monitor/tv, uses electron.
Dependencies:
This is the public API that developers can explore to see how to develop games for fonsole.
This is the server component of fonsole. It will eventually be made private.
Dependencies:
This is a socket.io-based component, that inclueds both client and server files. This repository most likely also will be private.
- Server is located in
networking.js
file and is exported by default. Contains everything that is releated to rooms and working with client connections. - Client part is located in
client
directory. Has everything that can be used for communication with server part. Also has aexport
that returns object with functions, that can be used by Public API.