Skip to content

AldoIs/microstudio

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 start
  • Open browser on http://localhost:8080

For active development use:

  • npm run dev instead of npm start

About

Free, open source game engine online

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 53.6%
  • CoffeeScript 36.7%
  • CSS 6.2%
  • Pug 3.4%
  • Other 0.1%