Using Clickteam Fusion
Training Videos:
- Intro
- Animations/Scrolling/Collectables
- (Optional) Projectiles
Create a "Frogger" game (similar to the car area of the game) that has the following:
- Background image
- Background music
- Sound Effects
- Character controlled by the keyboard
- Obstacles that the character must avoid
Rules of the game
- A player has 3 lives getting their character across some obstacles.
- Have some character cross an area with 3 (or more) obstacles that move back and forth.
- The player can move their character up/down/right/left via the keyboard.
- When the character makes it to the end:
- Increment the score by 10.
- Play some sound.
- Bring the character to the begining.
- The game is over when the character loses all their lives:
- Play some sound event and display a congratulations message.
- Stop the game characters from moving (or simiply make them disappear)
- If the character touches an obstacle:
- Make the character disappear and play a sound effect.
- Subtract a life.
- Make the character reappear at the starting position so the player can play again.
Try to make a theme to the game. It can be an adventure, it could be about animals, fish, bugs, people, cars, etc. Anything that needs to go from a start to a finish.
Save it as an HTML5 game.
DO NOT SUBMIT A DEMO FOUND ON THE WEB! SO NOT SUMBIT ANOTHER STUDENT'S PROJECT!