Sam
2023-11-27 00:34:57 +01:00

View File

@@ -19,4 +19,10 @@ if (boss_spawns && no_hit = true){
```
## Progressie
- Als je de tutorial hebt voltooid (bepaalde score bereikt) krijg je de volgende keer dat je speelt meteen de eerste echte boss in plaats van de tutorial boss. (zit gekoppeld aan de naam bij je score)
- Als je de tutorial hebt voltooid (bepaalde score bereikt) krijg je de volgende keer dat je speelt meteen de eerste echte boss in plaats van de tutorial boss. (zit gekoppeld aan de naam bij je score)
## Bullet patterns
- Bouncing bullets: Whenever they hit a wall they bounce of in the current direction of the player, slowly adding more bouncing bullets until a certain number of bounces per bullet is reached.
- Homing bullets: Bullets that follow the player. After a certain amount of time they explode into 4 bullets that go in 4 opposite directions. (cross pattern)
- Bullet wave: a wave of undodgeble bullets go a certain direction and the only way to make it through is to stay in squares that semi randomly appear through the field of bullets.