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.
- Install Node JS (downloads and instructions: https://nodejs.org/en/download/)
- clone this repository
cd microstudio/server
npm install
npm start
- Open browser on
http://localhost:8080
For active development use:
npm run dev
instead ofnpm start