LiveCoding v2.0.0-beta.5
Pre-release
Pre-release
Changelog - v2.0.0-beta.5
This version is unstable - do not use in production !
Client :
- Game are now loaded in a javascript module (via import method).
- Games can specify libraries that will be loaded in the global context of the web page (required for some graphic libraries).
- Games can now load asseds form their origin vie the
assetsBasePath
property. - You fing a list of compatible games below.
Processor :
- Now sends back commands to the client.
- Possibility to launch several commands still in progress.
Games specs :
- The game
manifest.json
spec was updated, see it here. - The
Game
class specs was updated, see new spec here.
Pokedash game :
The legacy game shipped with livecoding is deprecated, the new default game are developped in his dedicated repo : LiveCoding-Pokedash-Game.
You can consult the changelog directly on the dedicated repository.