diff --git a/Documentation/Game-Design-Document.md b/Documentation/Game-Design-Document.md index fcf006c..71951b8 100644 --- a/Documentation/Game-Design-Document.md +++ b/Documentation/Game-Design-Document.md @@ -26,6 +26,11 @@ By Arlo Filley and Santiago Balbuena Goni - [Game Experience](#game-experience) - [Controls](#controls) - [Timeline](#timeline) +- [Glossary](#glossary) +- [References](#references) + - [Websites](#websites) + - [Software](#software) + - [Games](#games) # Introduction @@ -158,7 +163,7 @@ The game will be 3D ## Controls -- Keyboard & Mouse +This game will be designed entirely with the assumption that the player will be playing with a keyboard and a mouse. Any other control schemes, such as controller, touchpad, etc will not be designed for and therefore may be buggy if they work at all. # Timeline @@ -169,3 +174,33 @@ The game will be 3D | Assignment | Type | Status | Finish By | Notes | | -------------------- | -------- | ----------- | ---------- | ----- | | Game Design Document | Planning | In Progress | 01/05/2024 | | + +# Glossary +>**Mini-Game** +>A small game within a larger game, often featuring its own set of rules and objectives. + +>**Microgame** +>A very short and simple game, often lasting only a few seconds or requiring a single action. + +>**Retro-inspired** +>Designs or elements in a game that evoke nostalgia for older video games, often featuring pixel art, chiptune music, or gameplay mechanics reminiscent of classic titles. + +# References +## Websites + +1. **Wikipedia - Wii Play**. (n.d.). In _Wikipedia_. Retrieved from [https://en.wikipedia.org/wiki/Wii\_Play](https://en.wikipedia.org/wiki/Wii_Play) +2. **List of Microgames**. (n.d.). In _Super Mario Wiki_. Retrieved from [https://www.mariowiki.com/List\_of\_WarioWare,\_Inc.:\_Mega\_Microgame\$!\_microgames](https://www.mariowiki.com/List_of_WarioWare,_Inc.:_Mega_Microgame$!_microgames) +3. **GameFAQs Guide/Walkthrough**. (n.d.). In _GameFAQs_. Retrieved from [https://gamefaqs.gamespot.com/gba/589714-WarioWare-inc-mega-microgame/faqs/24737](https://gamefaqs.gamespot.com/gba/589714-WarioWare-inc-mega-microgame/faqs/24737) + +## Software + +1. **FMod (Unity Asset)**. (n.d.). In _Unity Asset Store_. Retrieved from [https://assetstore.unity.com/publishers/46440](https://assetstore.unity.com/publishers/46440) +2. **FamiStudio**. (n.d.). Retrieved from [https://famistudio.org/](https://famistudio.org/) +3. **Anvil Studio**. (n.d.). Retrieved from [https://www.anvilstudio.com/](https://www.anvilstudio.com/) +4. **FL Studio**. (n.d.). Retrieved from [https://www.image-line.com/fl-studio](https://www.image-line.com/fl-studio) + +## Games + +1. **Wii Play**. (2006). \[Nintendo Wii\]. Developed and published by Nintendo. +2. **WarioWare, Inc.: Mega Microgame$!**. (2003). \[Game Boy Advance\]. Developed by Nintendo R&D1. Published by Nintendo. +3. **Undertale**. (2015). \[Multiple Platforms\]. Developed and published by Toby Fox. \ No newline at end of file