Melonjs Tutorial -
Refresh your browser. You should see an orange square that moves left and right with the arrow keys. Create src/js/entities/Collectible.js :
addPoints(points) { this.score += points; } melonjs tutorial
Fork the boilerplate, replace the assets with your own, and start iterating. Refresh your browser