-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
## Completed Tasks: | ||
- Menu Screen: | ||
- Name of game is displayed | ||
- `Enter` to start | ||
- Moving AI Betta | ||
- Betta follows you unless you're near a plant | ||
- If you're near a plant, the betta swims away in the opposite direction | ||
- Betta slowly swims lower and lower until it hits the snail | ||
|
||
- Some way for player to win | ||
- Snail is moved "out" of tank when `y.pos > 2` (hold down `RSHIFT` for a few seconds to test) | ||
- `Win` screen | ||
- Some way for player to lose | ||
- Betta collision: life lost and level is restarted | ||
- after 3 lives are lost, `Lose` screen | ||
- 1 looping background music | ||
- 1 sound effect | ||
- Played when pressing `Enter` on `Menu` screen | ||
- Also played when betta and snail collide | ||
- Implementation of original assets not used in previous assignments | ||
|
||
## In Progress: | ||
- | ||
|
||
## Future Development: | ||
- Make gameplay last longer | ||
- Set wall boundaries (maybe with more cubes?) | ||
- More natural fish movements | ||
- making betta movements more realistic by rotating along y-axis | ||
- Shorter load time in between scenes? | ||
|
||
*Stay tuned!* |