Go to file
Andrea Blankenstijn 738ce45c52 cosmetic 2021-07-21 00:04:21 +02:00
subprojects add basic_widgets dependency 2021-06-23 22:14:31 +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 adapt to latest bwidgets changes 2021-07-20 23:59:21 +02:00
board_widget.hpp cosmetic 2021-07-21 00:04:21 +02:00
data.cpp cosmetic 2021-07-21 00:04:21 +02:00
data.hpp lot of code (re)writed. 2021-07-06 14:38:04 +02:00
game.cpp make it work with latest changes in basic_widgets. wip ui screen/layers 2021-07-12 19:15:55 +02:00
game.hpp wip ui composition 2021-07-07 21:08:53 +02:00
game_screen.cpp adapt to latest bwidgets changes 2021-07-20 23:59:21 +02:00
game_screen.hpp adapt to latest bwidgets changes 2021-07-20 23:59:21 +02:00
layer.cpp adapt to latest bwidgets changes 2021-07-20 23:59:21 +02:00
layer.hpp adapt to latest bwidgets changes 2021-07-20 23:59:21 +02:00
main.cpp adapt to latest bwidgets changes 2021-07-20 23:59:21 +02:00
meson.build make it work with latest changes in basic_widgets. wip ui screen/layers 2021-07-12 19:15:55 +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)