claremacrae / match3

Simple Match3 game in C++14 using SDL2 / MVC / Meta State Machine / Dependency Injection / Range-V3

Home Page:http://modern-cpp-examples.github.io/match3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Boost Licence Build Status Github Issues


#Simple Match3 game in C++14 using SDL2 / MVC / Meta State Machine / Dependency Injection / Range-V3

Play it! Read about it

###Tested Compilers

###Dependencies

###Quick start

Desktop Web
Download git clone --recurisve https://github.com/modern-cpp-examples/match3.git
Compile mkdir build && cmake .. && make app mkdir build && cxx=em++ cmake .. && make web
Run ./match3 $browser index.html

About

Simple Match3 game in C++14 using SDL2 / MVC / Meta State Machine / Dependency Injection / Range-V3

http://modern-cpp-examples.github.io/match3


Languages

Language:C++ 96.4%Language:HTML 2.3%Language:CMake 1.2%