Skip to content

marcbizal/Raiders

Repository files navigation

Raiders

Raiders is an experiment aimed at recreating Lego Rock Raiders using browser based technologies.

Current Features

  • Loads JSON map files generated by map2json
  • Generates terrain geometry and renders it using Three.js
  • Places and renders basic building models as instructed by the map file
  • Camera controls: left mouse - rotate, right mouse - pan, scroll wheel - zoom
  • Wall selection using left mouse button
  • Wall destruction by pressing [C]ollapse
  • Soundscapes!

The Basics

To get Raiders running in a development environment, please follow the following steps:

git clone https://github.com/marcbizal/Raiders.git
cd Raiders
npm install
npm run build & npm run start

Enjoy!