This repository has been archived on 2024-07-04. You can view files and clone it, but cannot push or open issues or pull requests.
oysteini 00ab866250 added large amounts of ugly code
it should now be possible to play a game by entering both players'
moves at the terminal (compile and run server.c).

moves are entered as follows:

M E9 S   # move piece at E9 south
M D5 NW  # move piece at D5 north-west
R D5 R   # rotate piece at D5 clockwise ('right')
R D5 L   # rotate piece at D5 counterclockwise ('left')

the ASCII display should be quite self-explanatory -- or at least, by
applying lots of creativity, _possible_ to read.
2008-10-09 14:21:19 +00:00
2008-10-08 17:21:12 +00:00
2008-10-09 14:21:19 +00:00
Description
CLI implementation of the board game khet
65 KiB
Languages
C 99%
Makefile 1%