2D cave-themed platformer game for the web, rendered with PixiJS.
.
├── Extensions/ # Runtime extensions (Lighting, Particles, Platformer, BBText, ...)
├── events-tools/ # Runtime helpers (camera, input, sound, storage, ...)
├── pixi-renderers/ # PixiJS-based object renderers
├── howler-sound-manager/ # Audio manager
├── fontfaceobserver-font-manager/# Font loader
├── libs/ # Spatial hashing / hashtable libs
└── *.png, *.jpg, *.ttf # Game assets (cave background, brick wall, sprite, font)
This repository contains the HTML5 runtime files and game assets only. The entry point (index.html) and compiled scene/event data are not included, so the game cannot be launched directly from a clone.
blue-grotto-cave-*.jpg- cave backgroundbrickWall.png- tile/wall spriteBlocoinv-1.png- invisible block helperBimbo_JVE.ttf- in-game font
