+ All Categories
Home > Documents > Tower Offense

Tower Offense

Date post: 24-Feb-2016
Category:
Upload: aman
View: 21 times
Download: 0 times
Share this document with a friend
Description:
Tower Offense. The Creeps. Reverse tower defense. Build a path to avoid AI placed towers Get ‘creeps’ (units) from the top to the bottom to score Last as long as you can!. Tower Offense!. Mouse-based interface 3 ‘map’ sizes The goal is to get the high score - PowerPoint PPT Presentation
17
Tower Offense The Creeps
Transcript
Page 1: Tower Offense

Tower OffenseThe Creeps

Page 2: Tower Offense

Tower Offense!

• Reverse tower defense.• Build a path to avoid AI

placed towers• Get ‘creeps’ (units) from

the top to the bottom to score

• Last as long as you can!

Page 3: Tower Offense

… More detail

• Mouse-based interface• 3 ‘map’ sizes• The goal is to get the high score• Build paths faster for a higher multiplier• Changeable game speed

Page 4: Tower Offense

Brett Hlavinka

• Leader / Architect• Cynic during the design process• ‘The Scope Creep’

• Programmer• Finite State Machine• Designed Core Objects (Creep, Tower, Board, etc)• Designed functions to divvy up• Interpolated Creeps across ticks• Scoring and High Scores

Page 5: Tower Offense

Justin Kern

• Drew everything. Need we say more?• Made the bone font

Page 6: Tower Offense

Drew Reagan

• Master programmer / Web designer• Implemented various core functions• Sounds … all of them• Implemented / fixed / beat the GUI into submission• Content / Input management• Enlisted playtesting

Page 7: Tower Offense

John Laky

• Programmer / Webmaster• AI• Augmented some core functionality• Path• Particle Effects• Made some presentations• Built website

Page 8: Tower Offense

The website!

• http://sites.google.com/site/toweroffense/

Page 9: Tower Offense

The vision

• We wanted a reverse tower defense game• Allows for more flexibility• User-controlled• Blend of puzzle / strategy games

• Turn based• AI builds tower; you build path• Originally planned one path, one tower, one creep

• Planned an ‘unbeatable’ design• Compete for high scores• Scoring mechanics weren’t written in stone

Page 10: Tower Offense

The Final Cut

• Implemented all essentials• Some peripherals didn’t make

it• Forking/multiple paths• Projectiles• Multiple creeps• Multiple towers

• Some did• Particle Effects• Bone text• Game speeds

Page 11: Tower Offense

What was the ‘polish’?

• Path sorting algorithm has been strengthened• Buttons have been updated, improved• Added ‘invalid cell’ implementation• ‘Help’ and ‘High Scores’ states have been improved.• Implemented final sprites• Bug involving a persistent ‘exit’ button resolved• Implemented a font

Page 12: Tower Offense

Team Dynamics

• OUR TEAM ROCKS!• Group members are highly motivated, responsible• Eager to divide & conquer• We know our strengths/weaknesses• Humble in our ambitions• Good planners/brainstormers• All code was functional, quality code• Important to complete an assignment entirely• Few debilitating bugs

• All artwork was divinely inspired

Page 13: Tower Offense

In retrospect…

• Early organization is paramount• Foundations of the program dictate its evolution

• Foresight allowed for speedy implementation• Lack thereof wasted time (GUI)• Learning XNA was the hardest part• Except for Justin

Page 14: Tower Offense

What worked?

• Finite State Machine design of the game really worked

Menu state

Edit State

Action State

Game Over State

Help State

High Score State

Page 15: Tower Offense

What else worked?

• Good communication/brainstorming• Consult the group on concerns• Group planning on structures/algorithms

• Keeping track of the program’s structure• Code organization / reorganization• Code revision / cleanup

• Well-organized queue of tasks to finish• Artwork• Mechanics• Features

Page 16: Tower Offense

Things to watch for

• Prioritize & define tasks well• Have realistic goals• Be cynical (but courteous)• Be wary of SVN issues• Synch often• Synch everything• Know what (or if) other people are working on• Try not to conflict files – something always goes wrong

• Have a plan• Well defined roles & tasks• Think about assigning a leader

Page 17: Tower Offense

How to improve?

• Gameplay should not have been based on fixed windows• This lesson can be expanded into other things• Static, global data dependencies are bad

• Should not have been addressed so late• Slow start in the organizing stages• Hard to get multiple people working on foundation• Buildings have 1 architect

• Design was hasty (1-2 days)• Final implementations had little consideration• Some code ended up being ‘messy’


Recommended