A web Match-3 game in C++14
Tested Compilers
-
Web
-
Desktop
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
- CppNow 2016 - Let's make a web match-3 game in C++14
- Meeting C++ 2016 - Implementing a web game in C++14