Initial proposal mock-up
This commit is contained in:
commit
b110084782
1 changed files with 34 additions and 0 deletions
34
Readme.md
Normal file
34
Readme.md
Normal file
|
@ -0,0 +1,34 @@
|
|||
# Holesome
|
||||
|
||||
Inspired by hole-io.com
|
||||
|
||||
PADI 2023
|
||||
Maximilian Giller
|
||||
5000149
|
||||
|
||||
## What is this game about?
|
||||
|
||||
Holesome is about holes! But not the kind you have seen before ...
|
||||
|
||||
Beware, these mysterious hole creatures have now awoken and are hungry - hungry for everything! They move on the ground and consume what falls into them.
|
||||
|
||||
## What is the goal?
|
||||
|
||||
The player controls a hole and has to consume as many objects as possible to grow. There are a variaty of game modes that could be fun:
|
||||
|
||||
- Eat as many objects as possible in a given time
|
||||
- Eat as many objects as possible, as well as all of your enemies and be the only one left
|
||||
- Eat as many objects as possible, but don't eat the bombs/etc., they will make you smaller again
|
||||
|
||||
## Which components are included?
|
||||
|
||||
- **Physics**: Core gameplay element to make the objects fall into the holes in a fun way
|
||||
- **Controller Support**: Use a controller to control the hole
|
||||
- **Local Multiplayer**: Play with up to 4 players on one device using split screen
|
||||
- **Level Files**: Levels are stored using a simple file format
|
||||
|
||||
Future ideas:
|
||||
|
||||
- **AI**: Some holes could be controlled by AI, which makes singleplayer games more exciting
|
||||
- **Online Multiplayer**: Play with friends online
|
||||
- **Procedural Generation**: Generate the levels procedurally to give the game more variety
|
Loading…
Reference in a new issue