Skip to content

baci/ballin-octo-dangerzone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ballin-octo-dangerzone

License: CC-NonCommercial

This is a simple 2d platformer game engine using C++/SDL.

It features editable map files, varibly placeable entities, configurable camera mode / collision detection mode.

Requirements

  • Visual Studio 2019 with C++ development tools installed.

Usage Instructions

  • Clone repository
  • Compile VS solution
  • There are some example graphics and levels. Create and edit .game files (containing the game configuration) and .area files (containing the navigable level area) using a simple text editor like Notepad++. The provided example files in Debug/maps contain additional documentation.
  • Run "SDL 2D Engine.exe" to play the level.

About

2D platformer game engine using SDL. Written in C++

Topics

Resources

Stars

Watchers

Forks