• Stars
    star
    186
  • Rank 207,316 (Top 5 %)
  • Language
    C++
  • Created over 11 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

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