Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Pixelbox

Create 2D games in JavaScript, made easier · By Cedric Stoquer

how do you build your game?

A topic by Loud Dragon created Mar 12, 2021 Views: 337 Replies: 2
Viewing posts 1 to 3

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

(+1)

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

thanks!