From 6957170b899206932f56a2650115818534fd50b5 Mon Sep 17 00:00:00 2001 From: randomuser Date: Mon, 24 May 2021 23:22:21 -0500 Subject: [PATCH] the great documentation update: v2 --- README | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README b/README index 43e2362..5efc3f0 100644 --- a/README +++ b/README @@ -3,7 +3,18 @@ welcome to mastosnake mastosnake is a community-driven croudsourced snake application, inspired by the twitter account 'Twitter Plays -Snake'. +Snake' written in python. + +behaviour +--------- + +every hour, roughly, mastosnake posts a poll to the given +account configured. this poll contains the game board and +score. the poll gives absolute directions as to how the +snake should move its head. players vote on the direction, and +when the hour is up, the snake moves in that particular +direction. should there be a tie, the option that is higher on +the list is decided. module requirements -------------------