Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Pixelbox

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

Questions

New topic
61
Topics
Topic
Last post
The limit to the tilesheet will always be 256 tiles? Is there a way to use larger tilesheets?
started by BarbaAlGhul Feb 05, 2021
2 replies
232 views
var character = { x: 60, y: 60 }; var oldpos = { oldx: 60, oldy: 60 }; var background = getMap("map"); paper(4); exports...
started by Dudeguy1 Jan 24, 2021
5 replies
377 views
I want to edit a tile from a copy of another tile Is there any way to copy & paste a tile in the tilesheet?
started by yenshan Oct 24, 2020
2 replies
251 views
As title says, I’d like to use other bitmap fonts. Also, I don’t know if it’s intentional nor if this is reproduca...
started by Hexakon Jan 29, 2021
1 reply
421 views
I have just installed the program but the developer tool box does not open only the game box opens. Can anyone help with...
started by strangeopod Dec 08, 2020
124 views
No replies yet
Been playing around with Cedric's lightcast, and finally got it working with the current version of Pixelbox. Now I'm wo...
started by lesbianham Nov 01, 2020
477 views
No replies yet
Been messing around with Pixelbox and exploring Cedric's GitHub for the past couple hours. I found the source for lightc...
started by lesbianham Nov 01, 2020
2 replies
178 views
I changed my PC to having a refresh rate of 144 and found out that the update function is set to the framerate (so it ra...
started by PLAY-MEK Oct 17, 2020
266 views
No replies yet
I can't for the life of me get Pixelbox to open the 'fs' (or 'fs-extra') library that allows you to read and write to te...
started by PLAY-MEK Aug 01, 2020
2 replies
355 views
Can gif files be used to animate sprites or not? (I know it's not in the documentation but making sure)
started by PLAY-MEK Jul 08, 2020
1 reply
272 views
I've been trying all dat to figure out how textures work. Could someone explain them? I cant get anything drawn to the s...
started by prmurphy Jul 07, 2020
193 views
No replies yet
How would I go about having the live server of Pixelbox automatically reload once I edit files in the src folder?
started by Paul G. Jun 04, 2020
1 reply
238 views
Can i sell the any game i've made with Pixelbox?
started by Deleted Account Jun 15, 2020
1 reply
419 views
I know the basics of js, and i love the easy to use map tools and sprite creation of this engine, but i been looking at...
started by Tomis May 21, 2020
2 replies
359 views
Do you mean different languages?
started by Dudeguy1 May 22, 2020
124 views
No replies yet
I would like to build my index.js from the commandline. I would also like to build with a modified Pixelbox core. I have...
started by Matt Kimball May 10, 2020
6 replies
249 views
Hello, sorry for the n00bs question, but how exactly does one change the theme to dark mode?
started by didz13 May 11, 2020
2 replies
1,289 views
I been following the official begginer guide to create a game, and it said to type this in to the main.js update functio...
started by Tomis May 10, 2020
2 replies
198 views
if i edit a tile using the sprite editor, when do the changes get saved to the file system? i don't see a save button li...
started by bunnyhero May 08, 2020
2 replies
212 views
So there is a component in the IDE called TINA tween engine, i guess its for doing tween effects like fadeIn, fadeOut, m...
started by crimsonguy May 05, 2020
2 replies
251 views