SyxP / Game-Server.jl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Game-Server.jl

Creates a web server hosting lobbies for multiplayer games via WebSockets. The code is structured as follows:

  • web contains the HTML and Javascript interfaces handling the client-side logic;
  • server contains the lobby code and handles (dis)connections;
  • game contains the game logic. This is further split into logic files which are purely regarding the game logic, and server files which interfaces with the server.

About

License:MIT License


Languages

Language:JavaScript 46.7%Language:Julia 36.5%Language:CSS 11.2%Language:HTML 5.6%