Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Community

Recent updates

0.6.1a voxel manipulation
0.6.1a: - Block now contains an onDamage and onBreak method. - Block now has a breakable boolean and a health double. - VoxelMap now contain a damageBlockAt met...
1 file
0.6.0a VoxelMap Visuals
1
0.6.0a: - Added VoxelMapRenderSystem to render VoxelMaps - Chunk is now abstract and contains the abstract generateBlock method. - VoxelMap is now abstract and...
1 file
PFE 0.5.2a
0.5.2a: - Added getBlockAt method to VoxelMap. - Added parameters to VoxelMap constructor for map, chunk, and block size. - Created FileManager class to handle...
1 file
PFE 0.5.1c
Changelog: 0.5.1c: - Added a getSimpleRunnable method to pxlfst.core.util.loop.Loop which doesn't do staggered looping. - Added a boolean parameter to the const...
1 file
PFE 0.5.1b
Changelog: 0.5.1b: - Gutted pxlfst.voxel.Block of it's unnecessary variables. - Added a texture parameter to pxlfst.inventory.inv.EItem's constructor as it was...
1 file
Starting your engines
In order to start the engine, we first need to make a class that extends World (main.core.univ.world.World). We've called this one GameWorld. Then, make a class...

There aren't any topics yet