Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 735 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 735 Bytes

first-person-shooter

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.

Run it

First install the Meteor cli along with Node.js.

Then:

npm install
npm start