Go to file
Andrea Blankenstijn 8bbe43a14d write some App class for SDL UI 2022-02-11 11:43:03 +01:00
media write some App class for SDL UI 2022-02-11 11:43:03 +01:00
src write some App class for SDL UI 2022-02-11 11:43:03 +01:00
subprojects SDL GUI rewrite 2022-02-09 16:28:52 +01:00
.clang-format SDL GUI rewrite 2022-02-09 16:28:52 +01:00
.clang-tidy SDL GUI rewrite 2022-02-09 16:28:52 +01: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 write some App class for SDL UI 2022-02-11 11:43:03 +01:00
meson.build write some App class for SDL UI 2022-02-11 11:43:03 +01:00

README.md

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)