Skip to content

modern-cpp-examples/match3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published