Expanded proposal
This commit is contained in:
parent
b110084782
commit
d0f84d71cf
1 changed files with 18 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Holesome
|
# Holesome
|
||||||
|
|
||||||
Inspired by hole-io.com
|
Inspired by [hole-io.com](https://hole-io.com)
|
||||||
|
|
||||||
PADI 2023
|
PADI 2023
|
||||||
Maximilian Giller
|
Maximilian Giller
|
||||||
|
@ -10,7 +10,18 @@ Maximilian Giller
|
||||||
|
|
||||||
Holesome is about holes! But not the kind you have seen before ...
|
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.
|
Gameplay:
|
||||||
|
- Navigate the environment as a hole
|
||||||
|
- Eat the things that fall into you
|
||||||
|
- Grow bigger to eat more things
|
||||||
|
- Hide from enemies by closing
|
||||||
|
- Damage your enemies by setting up traps
|
||||||
|
- Eat your enemies and be the only one remaining
|
||||||
|
|
||||||
|
Style:
|
||||||
|
- Isometric
|
||||||
|
- Cute, but dangerous
|
||||||
|
- Intuitive color coding
|
||||||
|
|
||||||
## What is the goal?
|
## What is the goal?
|
||||||
|
|
||||||
|
@ -26,9 +37,11 @@ The player controls a hole and has to consume as many objects as possible to gro
|
||||||
- **Controller Support**: Use a controller to control the hole
|
- **Controller Support**: Use a controller to control the hole
|
||||||
- **Local Multiplayer**: Play with up to 4 players on one device using split screen
|
- **Local Multiplayer**: Play with up to 4 players on one device using split screen
|
||||||
- **Level Files**: Levels are stored using a simple file format
|
- **Level Files**: Levels are stored using a simple file format
|
||||||
|
- **Procedural Generation**: Generate the levels procedurally to give the game more variety
|
||||||
|
- **Menu**: Because, duh
|
||||||
|
|
||||||
Future ideas:
|
Potential expansions:
|
||||||
|
|
||||||
|
- **Multithreading**: Improving performance by running the phsics in a separat thread and similar concepts
|
||||||
- **AI**: Some holes could be controlled by AI, which makes singleplayer games more exciting
|
- **AI**: Some holes could be controlled by AI, which makes singleplayer games more exciting
|
||||||
- **Online Multiplayer**: Play with friends online
|
- **Online Multiplayer**: Play with friends online
|
||||||
- **Procedural Generation**: Generate the levels procedurally to give the game more variety
|
|
Loading…
Reference in a new issue