/match3

A web match-3 game in C++14 using SDL2 / MVC / Range-v3 / Meta State Machine / Dependency Injection

Primary LanguageC++

Boost Licence Build Status Github Issues


A web Match-3 game in C++14

Tested Compilers

Dependencies

Quick start

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

Related Materials