Nameless clone of a very popular group of games.
Play at itch.io.
Currently in development.
Dependencies:
- C++17 compatible compiler (g++ is set in makefile)
- libSDL2
$ git clone https://github.com/AstralShadow/match_3.git
$ cd match_3
$ make -j$(nproc)
$ make run
Install and prepare the Emscripten SDK. Use make with makefile_ems to compile the game.
$ git clone https://github.com/AstralShadow/match_3.git
$ cd match_3
$ make -j ${nrpoc} -f makefile_ems
Host bin_ems
and open index.html in browser.
$ cd bin_ems
$ python -m http.server
The game should work on any system supported by SDL2. If that's not the case, open an issue or a pull request.
To compile the game you will have to
Setup SDL
and add all .cpp
files in src/
to your IDE of choice.