mostr-zulip-bot/zulip_bots/zulip_bots/bots/connect_four
Steve Howell 9175c451f6 tests: Test handling of bad moves in connect four.
This commit tests that we throw a BadMoveException if you
try to move into a "full" column in connect four.  This gets
the controller up to 100% coverage.
2018-02-21 08:06:28 -05:00
..
__init__.py interactive bots: Create connect four bot. 2017-12-23 16:02:50 -03:30
connect_four.py zulip_bots: Migrate connect_four bot to new game_handler. 2018-01-22 11:30:31 -05:00
controller.py tests: Test handling of bad moves in connect four. 2018-02-21 08:06:28 -05:00
doc.md zulip_bots: Migrate connect_four bot to new game_handler. 2018-01-22 11:30:31 -05:00
requirements.txt Add requirements.txt for each bot. 2018-01-06 16:39:52 +01:00
test_connect_four.py tests: Test handling of bad moves in connect four. 2018-02-21 08:06:28 -05:00