Skip to content

Simple game in C++14 using SDL2 / MVC pattern / Meta State Machine / Dependency Injection Framework

Notifications You must be signed in to change notification settings

lalalaring/match3

 
 

Repository files navigation

Match3

Download

git clone --recursive git@github.com:krzysztof-jusiak/match3.git

Compilation (tested with gcc 4.8.1 and boost_1_54_0)

  • linux
make -f Makefile.linux externals build run
  • cross mingw on linux
make -f Makefile.mingw_linux externals build run
  • windows
externals\unix\make.exe -f Makefile.mingw_win externals build run

Speed up compilation times

make CXX="ccache g++" -f Makefile.linux build -j4

Screenshots ScreenShot

About

Simple game in C++14 using SDL2 / MVC pattern / Meta State Machine / Dependency Injection Framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 93.2%
  • C++ 6.7%
  • TeX 0.1%