Skip to content

A platformer game engine written in C and SDL. Designed to be robust and easy to read.

Notifications You must be signed in to change notification settings

jackiewkr/platformer-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Platformer Game

This project aims to implement a full platformer game engine that is well documented, easy to use and fairly modular. The game consists of levels, storing multiple connected rooms and interactive objects and entities within the rooms.

Aims of Project

  • Modular entity system through the use of modules with an API interface
  • Custom asset format written in JSON
  • Custom level format written in JSON and a custom level design tool
  • Robust event-based system with support for user events

About

A platformer game engine written in C and SDL. Designed to be robust and easy to read.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published