A first-person shooter game foundation made with LUME, Solid.js (and libs), and Meteor.
LUMECraft's first-person-shooter
aims to be an open-source starting point for
FPS games written declaratively using LUME's 3D HTML elements with Solid.js
templating and reactivity, and realtime multiplayer connectivity powered by
Meteor.js. Eventually it will be skinnable, moddable, and more.
First install the Meteor cli along with Node.js.
Then:
npm install
npm start