70 likes | 95 Views
Multimedia Authoring 2. Els Rogier. Introduction. A game the environment is a maze-like room single-player intelligent robots. Goal. Start: basic shooting game Player and robot have a simple pistol Extensions: Places to upgrade the guns Perhaps some traps (eg. Mine, laser in the wall).
E N D
Multimedia Authoring 2 Els Rogier
Introduction • A game • the environment is a maze-like room • single-player • intelligent robots
Goal Start: basic shooting game • Player and robot have a simple pistol Extensions: • Places to upgrade the guns • Perhaps some traps (eg. Mine, laser in the wall)
Technical plans • Building a simple maze structure • Making a player with working gun • Making a robot with working gun • Paths the robot will follow • Spots where you can upgrade the guns • Implementing traps
Expected difficulties • How will the robot track the player? • How to make the robot avoid traps?
Interface • Simple maze • Traps will always be detectable (colorchange for mine,...) • Finding a good player detection for the robot.