Website: https://jeeevii.github.io/Basic-Adventure-Prototype/
Code requirements:
- 4+ scenes based on
AdventureScene: satisfied (a lot of scenes) - 2+ scenes not based on
AdventureScene: satisfied (i think?) - 2+ methods or other enhancement added to the adventure game engine to simplify my scenes:
- Enhancement 1: unsatisfied (name the method and explain the use of it).
- Enhancement 2: unsatisfied (name the method and explain the use of it).
Experience requirements:
- 4+ locations in the game world: satisfied (Bedroom, Attic, DownStairs, Hallway)
- 2+ interactive objects in most scenes: satisfied (Attic Key, Knife)
- Many objects have
pointerovermessages: satisfied (All objects and scenes have pointerover) - Many objects have
pointerdowneffects: satisfied (All objects and scenes have pointerdown) - Some objects are themselves animated: satisfied (locked attic door, broken glass)
Code sources:
adventure.jsandindex.htmlwere created for this project Adam Smith and edited by Jeevithan Mahenthran.game.jswas sketched by Adam Smith and rewritten by Jeevithan Mahenthran.main.jswas created by Jeevithan Mahenthran.