Commit Graph

20 Commits

Author SHA1 Message Date
6204868a18 separate game logic from bot interface,
introduce exceptions instead of boolean returns,
remove repetitive code,
begin unit tests,
improve docstrings,
update to python-telegram-bot==4.1.1,
add ponyorm settings classes (unused)
2016-05-19 20:56:52 +02:00
1d10388d8e reduce waiting time for repeated skipping and remove after four successive skips 2016-05-08 17:03:29 +02:00
2b8c01002f some code optimization 2016-05-08 15:50:33 +02:00
686cf3facb move to AGPL (#4) 2016-05-08 14:37:25 +02:00
9dc387dadd on leave, return cards to deck 2016-05-02 12:10:16 +02:00
0cf7b70454 use actual game creator, make skip available to every player 2016-05-01 18:23:59 +02:00
76b869fce7 timelimit on skip command 2016-04-30 13:27:41 +02:00
6777e0f40c Change to start number of cards from 2 to 7 2016-04-27 00:20:15 +08:00
67daa82ece moar commands, leave always, asynchronous sending, game switching [untested] 2016-04-26 17:53:29 +02:00
746a9ff745 implement simple anti-cheat system 2016-04-19 01:26:38 +02:00
bc9c057d57 fix bluffing again 2016-04-19 00:40:57 +02:00
5df4e1fd30 rule fixes and interface optimizations 2016-03-31 16:07:35 +02:00
367d16e85f major change in game creation, fixed some bugs 2016-03-11 09:24:53 +01:00
cebffecc35 +4 on +4, skip turn 2016-03-08 12:54:16 +01:00
1f7466cba5 Add comments everywhere 2016-03-08 02:50:45 +01:00
7c100bc5ba Some refactoring, sorting out a few bugs and fix rules 2016-03-07 23:50:39 +01:00
b0bdbe0d0f some refactoring and rule improvements 2016-03-01 01:25:26 +01:00
0d381ddf4d rules might be wonky but works 2016-02-29 12:16:12 +01:00
5465fca34f kinda works now 2016-02-29 01:53:59 +01:00
00e52ad35f initial code commit 2016-02-28 23:57:24 +01:00