Go to file
Andrea Blankenstijn ee51631905 start rewrite 2022-01-04 13:56:03 +01:00
src start rewrite 2022-01-04 13:56:03 +01:00
subprojects start rewrite 2022-01-04 13:56:03 +01:00
.clang-format code linting and formatting 2021-07-30 21:36:19 +02:00
.clang-tidy adapt to bwidgets changes 2021-08-07 20:04:32 +02:00
.gitignore edit gitignore 2021-08-01 11:15:09 +02:00
.gitmodules add basic_widgets dependency 2021-06-23 22:14:31 +02:00
LICENSE Initial commit 2021-04-30 19:44:43 +00:00
README.md update readme 2021-07-12 19:44:11 +02:00
meson.build start rewrite 2022-01-04 13:56:03 +01:00

README.md

ChainReact

Modern C++ remake of an old game. WIP

Build and run

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

Dependency

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