Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Pixelbox

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

Little "Library" I made

A topic by Nooh Alavi created Apr 16, 2020 Views: 417 Replies: 2
Viewing posts 1 to 3
(+1)

I dont think this the right place for this, but.....

So I started using this amazing engine yesterday, but since its so new it doesn't have that much stuff. I made a small js file with some functions and classes that I thought i might need while developing with Pixelbox.js, all it has is:

- Game Objects (with collision detection)

- Simple 2D Vectors

- A function to get delta time

Obviously, my programming skills arent as good as the creator of this engine's, and I hope some of this stuff gets added soon. I just made this as a simple placeholder, and if any of you guys wanna use it, then here is the link: https://github.com/NoohAlavi/pixelbox.js-helper 

That's awesome :) I'll definitely use that collision detector. I'm thinking of writing a tilemap based collider, based on a array with flags etc. But I'm new to all this myself.

sorry how do i use this? im new to creating games and using game engines, and i want to add this library to make my life easier