Edvinas01 / jelly-dude

2d game based on soft body physics
16 stars 0 forks source link

Scripting #3

Closed Edvinas01 closed 7 years ago

Edvinas01 commented 7 years ago

Test out scripting languages which integrate well with Java. Take a look into Lua and Javascript and maybe Groovy? Implement scripts in ECS with some basic hooks. Also make sure they don't run like crap, hot script reloading would be nice.

Write unit tests for scripting part.

Edvinas01 commented 7 years ago

Javascript will be used, implement initial Javascript API to modify main character parameters and such.