Love.js Easy API Player
Posted: Thu Jun 11, 2020 1:02 am
Hello guys, I know how the Love.js is quite innactive, but I'm using it anyway and today I could integrate it with kongregate's api and call the api from inside .lua files
How to
- It is really simple to use, you just need to follow the readme from the repo and call the function from the api provider
- Example
Here's the result:
https://github.com/MrcSnm/Love.js-Api-Player
How to
- It is really simple to use, you just need to follow the readme from the repo and call the function from the api provider
- Example
Code: Select all
if(key == "p") then
callJS("kongregate.stats.submit('Score', 1000);")
end
https://github.com/MrcSnm/Love.js-Api-Player