This commit is contained in:
nek0 2020-09-02 08:56:54 +02:00
parent 8aecda952f
commit fd06185f6a
2 changed files with 28 additions and 0 deletions

27
gdd/1pager.md Normal file
View File

@ -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.

1
src/Types/Map.hs Normal file
View File

@ -0,0 +1 @@
module Types.Map where