From fd06185f6a35c8a5b85a7550b1491cd7c720ccbf Mon Sep 17 00:00:00 2001 From: nek0 Date: Wed, 2 Sep 2020 08:56:54 +0200 Subject: [PATCH] meow --- gdd/1pager.md | 27 +++++++++++++++++++++++++++ src/Types/Map.hs | 1 + 2 files changed, 28 insertions(+) create mode 100644 gdd/1pager.md create mode 100644 src/Types/Map.hs diff --git a/gdd/1pager.md b/gdd/1pager.md new file mode 100644 index 0000000..0395cef --- /dev/null +++ b/gdd/1pager.md @@ -0,0 +1,27 @@ +# Game Title + +Pituicat + +# Game Platform + +PC (Linux/Win) + +# Target audience + +Age 15-25 + +# Game Summary + +You are a cat. At least you used to be one, until you fell into one of your +owner's experiments at the biochem lab, dissolved to goo and got poured down +the drain by one of the assistants. +When you wake up in the sewer you turned into a gelatinous meowing blob. + +# Game outline + +The player controls a slime cat in a through a jump'n'run styled game avoiding +enemies and harsh environment. The Game and its story are divided into several +stages, which in turn are divided into multiple levels. Bet + + Collecting powerups helps on the way and +DNA-Frgments unlock permanent abilities. diff --git a/src/Types/Map.hs b/src/Types/Map.hs new file mode 100644 index 0000000..9caf187 --- /dev/null +++ b/src/Types/Map.hs @@ -0,0 +1 @@ +module Types.Map where