Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 980 Bytes

File metadata and controls

35 lines (20 loc) · 980 Bytes

Bagh Chal

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.

Placing a goat

Only possible positions are marked with a position letter.

Moving a tiger

Moving a tiger

Installation

Archlinux

If you are using Archlinux, you can find the GUI version in the AUR repository.

Building from sources

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.

Dependencies