20 Game challenge (Flappy Bird)
The 20 Game challenge
https://20_games_challenge.gitlab.io/
Goals:
- Create a game world with a floor.
- Completed
- Add an object that represents the main character. Apply a constant force to the character so it falls to the floor.
- Completed
- Add obstacles on the right of the game area. The obstacles should slide across the screen toward the left. The obstacles will appear in pairs, with a vertical gap between them.
- Completed
- Detect when the character collides with the floor or obstacles, and reset the game when a collision occurs.
- Completed
- Accumulate one point for each obstacle that the player passes. Display the score.
- Completed
Stretch goals:
- Add some sounds that will play each time the player gains a point, and when the player loses.
- Not completed
- Add a basic game-over screen to display the player’s score.
- Game over screen is just the main screen with the updated best score
- Track the high-score between play sessions and display the high score alongside the current score.
- Completed
- Add some background art! Try layering the background and scrolling at a different rate to the foreground obstacles. This is called Parallax scrolling.
- Background art (Completed)
- Didn't bother with layering the background (Maybe a future update)
Published | 2 days ago |
Status | Released |
Platforms | HTML5 |
Author | Maverick24 |
Genre | Survival |
Made with | Unity |
Leave a comment
Log in with itch.io to leave a comment.