This is a simple Bagh Chal game written in C. There are two interfaces, a graphical interface with the SDL library and a terminal interface with Termbox.
Both interfaces have the same features. You can click or type a position letter (from a
to y
) to select a token.
Only possible positions are marked with a position letter.
If you are using Archlinux, you can find the GUI version in the AUR repository.
meson setup build
meson compile -C build
The binaries are ./build/bagh-chal-sdl
and ./build/bagh-chal-tb
for the SDL and Termbox versions.