Show HN: An open-source 2D multiplayer shooter game for browsers

  • Hi everyone,

    I started developing an open-source multiplayer game for the browser a few months ago. It aims to be as simple as possible (in code and architecture) for everyone to read, modify or host.

    It uses React, TypeScript, NodeJS, PIXI, Colyseus and Docker (if you want to).

    The project uses open-source software (for which I link licenses) and free assets. The project itself is licensed with MIT.

    - You can check the sources here: https://github.com/halftheopposite/tosios

    - You can play it here: https://tosios-demo.herokuapp.com

    Hope it makes you, your friends and colleagues happy!

    NB: You can open a second tab to play against youself.

  • Just checked the code of the repo and it’s very clean, good job! Do you have plans to implement an ECS pattern for handling game’s entities?