Skip to content

moverest/bagh-chal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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