From 155e82aaf0599ad5bff90430e54e767a31dca8e5 Mon Sep 17 00:00:00 2001 From: Sander Schobers Date: Mon, 5 Jun 2023 06:06:30 +0200 Subject: [PATCH] Updated README with the additional rules implementation. --- README.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/README.md b/README.md index 0b7abe5..4f01f07 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,37 @@ # TINS 2023 +# Rules + +## genre rule #41: + +> Fable: all characters are animals. + +The player plays as a lion, no further fable elements implemented. + +## artistical rule #18: + +> Iridescence. + +The collectable stars are iridescent. Over time they slowly change or faster when your viewing angle changes. + +## artistical rule #32: + +> All Dialog must be implemented comic-book bubble style. + +On (partial) completion or game over of the level you get a question to continue or not presented in a text bubble. + +## technical rule #65: + +> Implement a chart (bar chart, pie chart, any kind of chart). + +The progress of the level (number of stars collected) is displayed as a tiny pie chart in the top right corner. + +## bonus rule #24: + +> Dynamic Duo - If you make your game suitable for two players, you may skip one rule. + +Did not make use of the bonus rule. + # Building For building you need: