Skip to content

markten/ludum-dare-37

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LD37 - Robovac Simulator 2k16

Can you clean the room in time?

Code, Sound, & Art by Mark Tentindo

Art & Concept by Brandon Bernier

Tools

Language: C++/SDL2

IDE: Code::Blocks

Graphics: GIMP

Audio: Audacity`

Dependencies

The runtime dependencies are included in the windows build. For GNU/Linux, you will have to see what your package manager has to satisfy these dependencies. It will build and run on Arch.

SDL2
SDL2_image
SDL2_ttf
SDL2_mixer

Acknowledgments

A special thanks to the various tutorials that have a lot of code and helped me prepare for this event.

Lazy Foo' Productions SDL2 Tutorial

Matt Hopson's How to Make Minecraft in C++