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