i've been looking around but i cant figure out how to make my game work, i dont know what to do, when i press run it just opens a blank screen
Create 2D games in JavaScript, made easier · By
unfortunately, you have to code to show the app is working. Please open src file and change main.js
inside update function you can add
print("hello this game is work", 20, 20)
In additional other API you have to check https://github.com/cstoquer/pixelbox and clone https://github.com/cstoquer/MonkeyWarp to know how to understand the game work