Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Bagi

8
Posts
1
Topics
3
Followers
A member registered Apr 23, 2021 · View creator page →

Creator of

Recent community posts

2021 game that doesn't have a download

what the heck

yes

in my pixelbox is not loading the map I created

code:

var character = {

    x: 60,

    y: 60

};

var background = getMap("map");

paper(7);

exports.update = function () {

    if (btn.right) character.x += 1;

    if (btn.left)  character.x -= 1;

    if (btn.up)    character.y -= 1;

    if (btn.down)  character.y += 1;

    cls();

    draw(background, 0, 0);

    sprite(153, character.x, character.y);

};

what is wrong?

my game does not start someone help me

my rar dont open pls fix this

whats the hell is this