Skip to content

Latest commit

 

History

History
59 lines (45 loc) · 1.92 KB

README.md

File metadata and controls

59 lines (45 loc) · 1.92 KB

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