Skip to content

Lawlf/cave-runner-2d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cave Runner 2D

2D cave-themed platformer game for the web, rendered with PixiJS.

Preview

Tech Stack

  • Renderer: PixiJS
  • Audio: Howler.js
  • Fonts: FontFaceObserver
  • Spatial indexing: RBush, HSHG

Project Structure

.
├── 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)

Status

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.

Assets

  • blue-grotto-cave-*.jpg - cave background
  • brickWall.png - tile/wall sprite
  • Blocoinv-1.png - invisible block helper
  • Bimbo_JVE.ttf - in-game font

Author

Lawlf

About

2D cave platformer for the web

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors