esoeylemez / janitor-jamboree

A constantly evolving project I work on to learn the art of game programming and design patterns.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Janitor Jamboree

A constantly evolving project I work on to learn the art of game programming and design patterns.

Dependencies and how to compile

The program has been successfully compiled with following libraries:

libxml2    2.9.8
sdl2       2.0.8
sdl2_image 2.0.3
sdl2_mixer 2.0.2
zlib       1.2.11

To compile Janitor Jamboree simply enter:

make

To generate the documentation using doxygen enter:

doxygen

Controls

W:      move up
S:      move down
A:      move left
D:      move right
G:      change gender
CTRL+q: quit

Title

The quite odd game title was generated using The Video Game Name Generator.

License

This project is licensed under the "THE BEER-WARE LICENCE". See the file LICENCE.md for details.

All the used artwork is taken from the Liberated Pixel Cup and is dual licensed under CC BY-SA 3.0 and GPLv3.

Music: Overworld Theme by remaxim.

TMX C Loader by Bayle Jonathan.

About

A constantly evolving project I work on to learn the art of game programming and design patterns.

License:Other


Languages

Language:C 99.2%Language:Makefile 0.8%