Go to file
Thomas Lindner 232c259a32 C compiler is enough 2023-06-21 23:20:54 +02:00
src highlight losing moves 2023-06-21 23:04:31 +02:00
.clang-format initial commit 2023-06-20 00:44:59 +02:00
.clang-format-include initial commit 2023-06-20 00:44:59 +02:00
.editorconfig initial commit 2023-06-20 00:44:59 +02:00
LICENSE initial commit 2023-06-20 00:44:59 +02:00
README.md C compiler is enough 2023-06-21 23:20:54 +02:00
meson.build two-player version 2023-06-21 22:54:09 +02:00

README.md

Build dependencies

  • Meson
  • Ninja
  • C compiler

Runtime dependencies

  • SDL2

Build steps

meson setup builddir
ninja -C builddir

The sim binary is in builddir/sim. Optionally install it with

ninja -C builddir install