Go to file
Andrea Blankenstijn 167675485a fix uninitialized value 2021-07-31 00:32:50 +02:00
subprojects add basic_widgets dependency 2021-06-23 22:14:31 +02:00
.clang-format code linting and formatting 2021-07-30 21:36:19 +02:00
.clang-tidy code linting and formatting 2021-07-30 21:36:19 +02:00
.gitignore lot of code (re)writed. 2021-07-06 14:38:04 +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
board_widget.cpp code linting and formatting 2021-07-30 21:36:19 +02:00
board_widget.hpp code linting and formatting 2021-07-30 21:36:19 +02:00
compile_flags.txt code linting and formatting 2021-07-30 21:36:19 +02:00
data.cpp code linting and formatting 2021-07-30 21:36:19 +02:00
data.hpp code linting and formatting 2021-07-30 21:36:19 +02:00
fading_caption.cpp code linting and formatting 2021-07-30 21:36:19 +02:00
fading_caption.hpp code linting and formatting 2021-07-30 21:36:19 +02:00
game.cpp code linting and formatting 2021-07-30 21:36:19 +02:00
game.hpp code linting and formatting 2021-07-30 21:36:19 +02:00
game_screen.cpp code linting and formatting 2021-07-30 21:36:19 +02:00
game_screen.hpp fix uninitialized value 2021-07-31 00:32:50 +02:00
main.cpp fix memory leak 2021-07-31 00:27:55 +02:00
menu.cpp code linting and formatting 2021-07-30 21:36:19 +02:00
menu.hpp code linting and formatting 2021-07-30 21:36:19 +02:00
meson.build add missing files. ui improvement 2021-07-27 21:56:59 +02:00
settings.hpp code linting and formatting 2021-07-30 21:36:19 +02: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)