/microstudio

Free, open source game engine online

Primary LanguageJavaScriptMIT LicenseMIT

microStudio is a free, open source game engine online. It is also a platform to learn and practise programming.

microStudio can be used for free at https://microstudio.dev

You can also install your own copy, to work locally or on your own server for your team or classroom. You will find instructions below.

Installing microStudio for local operation

  • Install Node JS (downloads and instructions: https://nodejs.org/en/download/)
  • clone this repository
  • cd microstudio/server
  • npm install
  • npm run dev for active development or npm start just for hosting
  • Open browser on http://localhost:8080