Skip to content

myrjola/margames

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dependencies:
cmake
SDL
SDL_image
SDL_ttf

To build martet:
mkdir build
cd build
cmake ../
make

To run martet after build:
cd src/martet/
mkdir ../data
ln -s ../../../data/* ../data #symlink needed for graphics and fonts
./martet

Alternatively just make install and run the executable.

About

Making some simple games for fun and experience.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published