Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 729 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 729 Bytes

MicroManiacs

Introduction

3d webgl game based on three.js + ammo.js. As ammo.js is implemented using a web worker, a python simple server is needed to run the game because of security matters.

Last release: http://linorabolini.github.io/micromaniacs/index.html

Licence

The code in this repository is available under the MIT License.

Installation

  • Download the code
  • Install Python 2.7
  • open command line and go to the project's folder
  • run: python -m SimpleHTTPServer
  • open web browser and start playing

Known issues

  • No reset button
  • If the car flips down there is no way to flip it back