Difference between revisions of "F20: Treasure Diver"
Proj user5 (talk | contribs) (→Testing & Technical Challenges) |
Proj user5 (talk | contribs) (→Technical Challenges) |
||
Line 341: | Line 341: | ||
=== 3D Printed Enclosures === | === 3D Printed Enclosures === | ||
− | + | * Discuss issue and resolution 1. | |
− | Discuss | + | * Discuss issue and resolution 2. |
− | + | * Discuss issue and resolution n. | |
− | |||
− | Discuss | ||
− | |||
− | |||
− | |||
=== PCB Design === | === PCB Design === | ||
− | + | * Discuss issue and resolution 1. | |
− | Discuss | + | * Discuss issue and resolution 2. |
− | + | * Discuss issue and resolution n. | |
− | |||
− | Discuss | ||
− | |||
− | |||
− | |||
=== LED Matrix === | === LED Matrix === | ||
− | + | * Discuss issue and resolution 1. | |
− | Discuss | + | * Discuss issue and resolution 2. |
− | + | * Discuss issue and resolution n. | |
− | |||
− | Discuss | ||
− | |||
− | |||
− | |||
=== MP3 Decoder === | === MP3 Decoder === | ||
− | + | * Discuss issue and resolution 1. | |
− | Discuss | + | * Discuss issue and resolution 2. |
− | + | * Discuss issue and resolution n. | |
− | |||
− | Discuss | ||
− | |||
− | |||
− | |||
=== Bluetooth Interface === | === Bluetooth Interface === | ||
− | + | * Discuss issue and resolution 1. | |
− | Discuss | + | * Discuss issue and resolution 2. |
− | + | * Discuss issue and resolution n. | |
− | |||
− | Discuss | ||
− | |||
− | |||
− | |||
=== Game Pad Controller === | === Game Pad Controller === | ||
− | + | * Discuss issue and resolution 1. | |
− | Discuss | + | * Discuss issue and resolution 2. |
− | + | * Discuss issue and resolution n. | |
− | |||
− | Discuss | ||
− | |||
− | |||
− | |||
== Conclusion == | == Conclusion == |
Revision as of 04:27, 30 November 2020
Contents
Treasure Diver
Abstract
Treasure Diver is a single player game in which the player descends into watery depths on the hunt for treasure. The player must dodge obstacles and enemy creatures all while collecting treasure along the way. While descending the player is able to attack enemies at a range which in turn may give them power ups such as extra air, faster move speed, or temporary invincibility. When they reach the bottom they can collect the Motherlode. After that they have to ascend the cavern and make it out with all their treasure in one piece. Hitting an enemy or obstacle causes the player to lose air and a treasure chest and when their air hits zero it’s game over. At the end of a level the player is given a score based on treasure collected, remaining air, and the amount of enemies destroyed.
Objectives
Show list of your objectives. This section includes the high level details of your project. You can write about the various sensors or peripherals you used to get your project completed.
Introduction
Team Members & Responsibilities
Treasure Diver GitLab
- Ameer Ali GitLab LinkedIn
- LED Matrix Driver
- Matrix Graphics Development
- Game Logic Development
- Gameplay Design
- Wiki Page Management
- Jesus De Haro GitLab LinkedIn
- Game Pad Controller
- MP3 Decoder Driver
- Matrix Graphics Development
- PCB Design
- GitLab Repo Management
- Nicholas Kaiser GitLab LinkedIn
- Bluetooth Interface
- Matrix Graphics Development
- CAD Enclosure Design
- PCB Design
- Wiki Page Management
Schedule
Week # | Start Date | End Date | Task | Status |
---|---|---|---|---|
1 | 9/27/2020 | 10/3/2020 |
|
|
2 | 10/4/2020 | 10/10/2020 |
|
|
3 | 10/11/2020 | 10/17/2020 |
|
|
4 | 10/18/2020 | 10/24/2020 |
|
|
5 | 10/25/2020 | 10/31/2020 |
|
|
6 | 11/1/2020 | 11/7/2020 |
|
|
7 | 11/8/2020 | 11/14/2020 |
|
|
8 | 11/15/2020 | 11/21/2020 |
|
|
9 | 11/22/2020 | 11/28/2020 |
|
|
10 | 11/29/2020 | 12/5/2020 |
|
|
11 | 12/6/2020 | 12/12/2020 |
|
|
12 | 12/13/2020 | 12/19/2020 |
|
|
Parts List & Cost
Give a simple list of the cost of your project broken down by components. Do not write long stories here.
Design & Implementation
Insert diagram of all modules connected to each sj2 board (using pictures of actual modules)
PCB Design
Brief description. Insert PCB schematics and pictures of actual pcbs
CAD Enclosures Design
Brief description. Insert CAD design screenshots and pics of actual enclosures
RGB LED Matrix
Brief description of what this module does. Insert diagram of led matrix connected to sj2 (using pictures of actual modules)
Hardware Design
Discuss your hardware design here. Show detailed schematics, and the interface here. In this section, you can describe how your hardware communicates, such as which BUSes used. You can discuss your driver implementation here, such that the Software Design section is isolated to talk about high level workings rather than inner working of your project.
Software Design
Use a flowchart(s)
Implementation
Short code snippets or pseudo-code with explanations
MP3 Decoder
Brief description of what this module does. Insert diagram of MP3 decoder connected to sj2 (using pictures of actual modules)
Hardware Design
Discuss your hardware design here. Show detailed schematics, and the interface here. In this section, you can describe how your hardware communicates, such as which BUSes used. You can discuss your driver implementation here, such that the Software Design section is isolated to talk about high level workings rather than inner working of your project.
Software Design
Use a flowchart(s)
Implementation
Short code snippets or pseudo-code with explanations
Bluetooth Interface
Brief description of what this module does. Insert diagram of bluetooth connected to each sj2 (using pictures of actual modules)
Hardware Design
Discuss your hardware design here. Show detailed schematics, and the interface here. In this section, you can describe how your hardware communicates, such as which BUSes used. You can discuss your driver implementation here, such that the Software Design section is isolated to talk about high level workings rather than inner working of your project.
Software Design
Use a flowchart(s)
Implementation
Short code snippets or pseudo-code with explanations
Game Pad Controller
Brief description of what this module does. Insert diagram of joystick and buttons connected to sj2 (using pictures of actual modules)
Hardware Design
Discuss your hardware design here. Show detailed schematics, and the interface here. In this section, you can describe how your hardware communicates, such as which BUSes used. You can discuss your driver implementation here, such that the Software Design section is isolated to talk about high level workings rather than inner working of your project.
Software Design
Use a flowchart(s)
Implementation
Short code snippets or pseudo-code with explanations
Technical Challenges
Describe the challenges of your project. What advise would you give yourself or someone else if your project can be started from scratch again? Make a smooth transition to testing section and described what it took to test your project.
Include sub-sections that list out a problem and solution, such as:
3D Printed Enclosures
- Discuss issue and resolution 1.
- Discuss issue and resolution 2.
- Discuss issue and resolution n.
PCB Design
- Discuss issue and resolution 1.
- Discuss issue and resolution 2.
- Discuss issue and resolution n.
LED Matrix
- Discuss issue and resolution 1.
- Discuss issue and resolution 2.
- Discuss issue and resolution n.
MP3 Decoder
- Discuss issue and resolution 1.
- Discuss issue and resolution 2.
- Discuss issue and resolution n.
Bluetooth Interface
- Discuss issue and resolution 1.
- Discuss issue and resolution 2.
- Discuss issue and resolution n.
Game Pad Controller
- Discuss issue and resolution 1.
- Discuss issue and resolution 2.
- Discuss issue and resolution n.
Conclusion
Conclude your project here. You can recap your testing and problems. You should address the "so what" part here to indicate what you ultimately learnt from this project. How has this project increased your knowledge?
Project Video
Project Source Code
References
Acknowledgement
Any acknowledgement that you may wish to provide can be included here.
References Used
List any references used in project.
Appendix
You can list the references you used.