Skip to content

AsebWebDev/Mononoke

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌳 🌳 SAVE THE FOREST 🌳 🌳

Link Deploy

Description

in Save the Forest the player has to let princess Mononoke jump over the attacking humans that appear from the right of the screen. Catching the "Kodama" will update the score. Catching 10 will let you win the game.

MVP

  • Princess Mononoke is on the left of the screen, can jump
  • humans enemies appear randomly from the right of the screen
  • Princess Mononoke has to jump over the human enemies
  • hitting a human enemy will end the game
  • Kodama appear randomly from the right of the screen
  • catching Kodama will update the score
  • score 10 will let you win the game

Backlog

  • Lives: start with 3 lives, lose one when hitting a human, the "Forest Spirit" appears, can udpate your lives again
  • humans can also be destroyed by shooting an arrow at them
  • the endboss "Toar" appears from the right, can be destroyed by shoting 5 arrows
  • music start, stop

Data structure

Classes and methods definition. Or functions.

States y States Transitions

Definition of the different states and their transition (transition functions)

  • StartScreen
  • gameScreen
  • gameoverScreen
  • winScreen

Task

Additional Links

Trello

https://github.com/AnnaTielke/Mononoke/projects/1

Slides

link

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 73.1%
  • HTML 17.8%
  • CSS 9.1%