1 / 24

Tank Battle 3D

Tank Battle 3D. Team: Something Soft Kevin Clow & Matthew Vaughan. Roles and Responsibilities. Kevin Clow : Artificial Intelligence Programmer Physics Programmer 3D modeler Matthew Vaughan: Project Manager GUI Programmer Audio Engineer/Programmer 3D modeler. Gameplay Features.

anoki
Download Presentation

Tank Battle 3D

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Tank Battle 3D Team: Something Soft Kevin Clow & Matthew Vaughan

  2. Roles and Responsibilities Kevin Clow: Artificial Intelligence Programmer Physics Programmer 3D modeler Matthew Vaughan: Project Manager GUI Programmer Audio Engineer/Programmer 3D modeler

  3. Gameplay Features Dynamically generated, maze style maps 3D, 3rd person gameplay with hovering tanks Multiple ammunition types at player’s disposal Point system for added replay value Control tank using Xbox 360 controller or a keyboard

  4. Target Market Players who enjoy 3rd person shooting games strategy style gameplay maze style maps

  5. Marketing Free and low-cost advertising dedicated website for player’s to view, comment on, and download the game domain will be through GoDaddy.com links to social websites on game website social networking websites Facebook, Twitter, Google+, etc. be able to reach about one billion people

  6. Competition We aren’t the only ones to think of this! Introducing our competitors Wii Tanks for the Nintendo Wii Crazy Tanks for mobile devices Tank Recon 3D for mobile devices

  7. Competition: Wii Tanks Image courtesy of monstersandcritics.com

  8. Competition: Wii Tanks Similarities: Different types of enemies Point system Tank Battle 3D has: Dynamically created maze maps Much larger maps Pickups & Power-ups More types of enemies Difficulty setting

  9. Competition: Crazy Tanks Image courtesy of itunes.apple.com

  10. Competition: Crazy Tanks Similarities: Large maps Pickups & Power-ups Point system Difficulty setting Tank Battle 3D has: Differing types of enemies Dynamically created maze maps More types of power-ups

  11. Competition: Tank Recon 3D Image courtesy of itunes.apple.com

  12. Competition: Tank Recon 3D Similarities: Large maps Pickups & Power-ups Point system Difficulty setting Tank Battle 3D has: Differing types of enemies Dynamically created maze maps More types of power-ups

  13. Development Methodology Core development is done in parallel Kevin works on A.I., Matthew works on menu A.I. and menu system integrated together Unity game engine (free version) C# used for script development Most art assets are created using Blender some projectiles created within Unity

  14. Development Methodology cont. Iterative Use Case Driven Development 23 cases total 2 - 3 life cycles for each case requirements development testing Weekly Updates Senior project instructor: Professor Duncan Technical advisor: Professor Bahrt

  15. Version Control Google Code cloud storage Tortoise SVN (Subversion) version control system WinMerge manual file merging

  16. Testing Testing occurred during each feature implementation Play testing using multiple subjects for feedback

  17. Unity! Compared to Unreal Engine 3, Unity gave us: ability to layer objects for collision on the fly variable changes using the Inspector on the fly compilation when executed in the editor rapid implementation of the game

  18. Graphical User Interface Link menu system to empty Game Object developed using Unity’s stock GUI system switch between menus using a delegate a data type that references a method behaves like method once assigned one HUD (Heads Up Display) also uses Unity stock GUI system textures used for health & power-up meters and for ammo and power-up type icons

  19. How we designed our maps Example layout created with MS Paint Layout of maze when generated within Unity

  20. Artificial Intelligence Enemy tank Enemy turret Enemy mobile mine Group level behavior

  21. Procedural Maze Generation Given the dimensions of the space, structure of existing rooms, the start point, and end points. Based on available space from unconnected Doors to edges determine all possible rooms to place Remove rooms from possible rooms that conflict with others Select room from possible rooms. Create, and place selected room.

  22. Lessons Learned Developing the game using C++ and DirectX integration knowledge Procedural Room Generation Explosion SFX one reference script for each explosion We overcame each other’s differences

  23. Demonstration

  24. Q&A

More Related