Welcome to FruitFly, a basic realtime multiplayer! This program was created by two amateurs to provide a basic set of code for a simple browser-based multiplayer game. Technically it is a game engine, but it is very imperfect. The code is currently quite voliatile, and is prone to change greatly in the future. For a more reliable javascript realtime multiplayer game engine, try lance.
- Node js
- Chrome or Mozilla Firefox browser
- Clone this repository
- Navigate to the cloned repository and run
npm install
- Run
npm run build-production
- Run
npm start
(if this doesn't work, runnode server.js
) - Open
http://localhost:4200/
in browser - Marvel at the highest quality gameplay you've ever seen
Thanks for checking out FruitFly!