Skip to content
master
Switch branches/tags
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Castle Platformer

This repo contains a simple SNES platformer game engine.

Castle Platformer Screenshot

The engine features:

  • A dynamic (system editable) map
  • Entity friction/movement speed adjustable for each tile type.
  • Interactive tiles that are activated when the player stands on them.
  • A Super Mario Bros-like 'death' animation.
  • Static platforms.
  • A basic background event system.
  • Animated Sprites with dynamically loaded tiles
  • A credits screen

Graphics

The demo uses graphics sourced from OpenGameArt.org and are licensed under CC0.

Build Requirements