chainreaction/README.md

390 B

ChainReact

Modern C++ remake of an old game. Work in progress.

Start screen

Ongoing game

Build and run

$ meson build
$ meson compile -C build
$ ./build/chainreact-sdl

Dependency

  • fontconfig
  • SDL2
  • SDL_ttf
  • basic_widgets (meson will download it for you)