Skip to content

Vaxeral/Match

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Match

Match 3 game with RPG mechanics.

Dependencies

  • C compiler
  • cmake
  • make
  • SDL2 development files
  • SDL2_image development files

Build

If you wish to use the build system in Match.sublime-project make sure to add bin/Debug and bin/Release to the project before building.

Do the following to build the project.

mkdir build & cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
make

To run cd to the project root directory and run the executable from there.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published