Difference between revisions of "DPS905 Hic Sunt Dracones"
Sweerdenburg (talk | contribs) (→Trunk Status) |
(→Proposal) |
||
Line 21: | Line 21: | ||
== Proposal == | == Proposal == | ||
− | Our game | + | Our game is a third-person action shooter where the user is a dragon that is flying over villages and attempting to reign havoc. In reaction to the attacks soldiers gather in increasingly greater numbers and try to fight back against the dragon. The dragon will be able to destroy both the villages and the soldiers by shooting fire at them. The rate that villages & soldiers appear at will increase over time making it more difficult to kill enough to keep their numbers down. |
− | + | A bar at the top of the screen will represent how close the number of soldiers is to reaching the amount required to 'fight you off'. Once the bar is full you the game ends and your score is awarded. The goal is to kill soldiers at a fast enough rate to lower the bar and survive the longest while destroying all the villages that you can. | |
− | + | ||
− | * | + | Some technical design challenges include adding controller support for mouse, keyboard and maybe joystick and algorithms for choosing where and when to create new buildings or villagers. |
− | * | + | |
− | * | + | The initial version of our game will include: |
− | * | + | * villages as simple cubes |
− | + | * soldiers as simple rectangles | |
+ | * ability to look around with a mouse and steer with keyboard | ||
+ | * a 'shoot' mechanic to attack cubes and rectangles | ||
+ | |||
+ | Later versions -could- include (time permitting): | ||
+ | * increasing numbers of soldiers with bar showing representation of numbers | ||
+ | * dynamic village and soldier placement | ||
+ | * multiple attacks using a 'rock paper scissor' concept with certain attacks needed for certain targets. Make the user need to think about their attack choice | ||
+ | * some visceral feedback to user (such as: slight screen bob with dragon's wings, more dramatic perspective when flying forward to make it feel faster, screen shakes and bobs to various things like attacks, etcs) | ||
+ | * extra terrain details | ||
+ | * line of sight checks | ||
+ | * collision detection | ||
== Map of the World of the Game == | == Map of the World of the Game == |
Revision as of 22:53, 29 September 2010
GAM666/DPS901 | Weekly Schedule | Student List | Project Requirements | Teams and their Projects | Student Resources
Contents
Game Name Goes here
Repository
Repo path
svn://zenit.senecac.on.ca/dps901_103rep8
Trunk Status
committed by sweerdenburg
Team Members
Proposal
Our game is a third-person action shooter where the user is a dragon that is flying over villages and attempting to reign havoc. In reaction to the attacks soldiers gather in increasingly greater numbers and try to fight back against the dragon. The dragon will be able to destroy both the villages and the soldiers by shooting fire at them. The rate that villages & soldiers appear at will increase over time making it more difficult to kill enough to keep their numbers down.
A bar at the top of the screen will represent how close the number of soldiers is to reaching the amount required to 'fight you off'. Once the bar is full you the game ends and your score is awarded. The goal is to kill soldiers at a fast enough rate to lower the bar and survive the longest while destroying all the villages that you can.
Some technical design challenges include adding controller support for mouse, keyboard and maybe joystick and algorithms for choosing where and when to create new buildings or villagers.
The initial version of our game will include:
- villages as simple cubes
- soldiers as simple rectangles
- ability to look around with a mouse and steer with keyboard
- a 'shoot' mechanic to attack cubes and rectangles
Later versions -could- include (time permitting):
- increasing numbers of soldiers with bar showing representation of numbers
- dynamic village and soldier placement
- multiple attacks using a 'rock paper scissor' concept with certain attacks needed for certain targets. Make the user need to think about their attack choice
- some visceral feedback to user (such as: slight screen bob with dragon's wings, more dramatic perspective when flying forward to make it feel faster, screen shakes and bobs to various things like attacks, etcs)
- extra terrain details
- line of sight checks
- collision detection