Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 560 Bytes

File metadata and controls

12 lines (8 loc) · 560 Bytes

okinawa-asteroids

npm

A simple javascript 2D game demo for the Okinawa.js engine. Test it on https://dev.neverbot.com/okinawa-asteroids/

How to build:

  • Using npm, in the root folder of the project:
    • npm install will install the dependencies of the project (the okinawa.js engine)
    • npm run build will build both the engine and the game.
    • npm run start will start the game and you will be able to test it in http://localhost:8000/.