motti is a simple strategy game where you try to conquer opponents'
capitals by occupying and encircling their territories.  It can be
played by two or up to 31 players.  The game has interfaces both for
curses and for X.  It's able to open multiple displays over network
for network play.

Please note that motti is a GNU program.

This project has been somewhat poorly logged, mostly because I've
started it as a novice programmer and have neglected many things.
I've redesigned major parts of the game at least three times and used
bare Xlib.  I've spent more time making this than it would really have
deserved.  I hope you enjoy the game.

Kari

New User Command Line Services
motti -a createUser -f  createUser.json -p testGame
motti -a regeneratePassword -f  regeneratePassword.json -p testGame
motti -a logout -f  logout.json -p testGame
motti -a login -f  login.json -p testGame

New Command Line Services on motti
SESSION=`otti/motti -a login -f  login.json -p testGame`
otti/motti -a createGame -f  createGame.json -p testGame -s $SESSION
otti/motti -a attachUserOnGame -f  attachUserOnGame.json -p testGame -s $SESSION
otti/motti -a play -f  play.json -p testGame -s $SESSION
otti/motti -a listGames -f  empty.json -p testGame -s $SESSION >liste.json
otti/motti -a listMyGames -f  empty.json -p testGame -s $SESSION >liste2.json
otti/motti -a getGame -f  getGame.json -p testGame -s $SESSION



