Skip to content

A simple 2D-platformer game, written on C language using based on one Greek legend

Notifications You must be signed in to change notification settings

Neutrino88/Midas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Midas

Midas is a simple 2D-platformer game, written on C language using based on one Greek legend.

alt text

The backstory

Midas was a Phrygian king who was renowned for his great fortune. Legend has it that in reward for a good deed Midas asked Dionysus a gift. That gift was to make everything he touches to become gold. Soon enough the king nearly starve (due to the fact that the food become gold). In order to get rid of the unfortune sorcery Dionis told Midas to take a bath in saint waters. This is what you are going to do.

Dependencies

This game requires SDL2 and SDL2_image installed

In Ubuntu the following should be enough:

$ sudo apt-get install libsdl2-dev
$ sudo apt-get install libsdl2-image-dev

Usage

That would build and run the game:

$ make clean
$ make
$ ./midas

About

A simple 2D-platformer game, written on C language using based on one Greek legend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published