server/src
2018-07-27 23:52:44 +02:00
..
App.hs Basic client dialogs to login and start a new game 2018-05-11 12:31:53 +02:00
Automaton.hs Pass the move just played along with the new game's state 2018-07-27 23:52:44 +02:00
Config.hs First draft, basic session handling 2018-04-11 13:26:41 +02:00
Data.hs Basic client dialogs to login and start a new game 2018-05-11 12:31:53 +02:00
Game.hs Modify Game's export function to edit JSON content 2018-07-27 23:51:00 +02:00
JSON.hs Use new parametric Game type in hanafuda library to expose Games more easily 2018-05-15 18:21:07 +02:00
Main.hs Basic client dialogs to login and start a new game 2018-05-11 12:31:53 +02:00
Message.hs Pass the move just played along with the new game's state 2018-07-27 23:52:44 +02:00
Player.hs Basic client dialogs to login and start a new game 2018-05-11 12:31:53 +02:00
Server.hs Adapt code to new library change making player parametric in the key 2018-07-12 22:33:59 +02:00
Session.hs Card-shaped cards in client GUI, sending move but not handled on server 2018-05-13 18:08:12 +02:00