diff --git a/Documentation/Game-Design-Document.md b/Documentation/Game-Design-Document.md index a99533b..8c399f4 100644 --- a/Documentation/Game-Design-Document.md +++ b/Documentation/Game-Design-Document.md @@ -4,25 +4,27 @@ By Arlo Filley and Santiago Balbuena Goni # Table of Contents -1. [Introduction](#introduction) - - 1.1 [Game Summary](#game-summary) - - 1.2 [Inspiration / Research](#inspiration--research) - - 1.2.1 [Similar Games](#similar-games) - - 1.3 [Player Experience](#player-experience) - - 1.4 [Genre](#genre) - - 1.5 [Target Audience](#target-audience) - - 1.6 [Requirements](#requirements) - - 1.6.1 [Requirements Research](#requirements-research) -2. [Concept](#concept) - - 2.1 [Mini-Game Concepts](#mini-game-concepts) - - 2.1.1 [Gameplay Overview](#gameplay-overview) - - 2.1.2 [Mini-Game Types](#mini-game-types) -3. [Art](#art) - - 3.1 [Design](#design) -4. [Audio](#audio) -5. [Game Experience](#game-experience) - - 5.1 [Controls](#controls) -6. [Timeline](#timeline) +- [Game Design Document](#game-design-document) +- [Table of Contents](#table-of-contents) +- [Introduction](#introduction) + - [Game Summary](#game-summary) + - [Inspiration / Research](#inspiration--research) + - [Similar Games](#similar-games) + - [Wii Play](#wii-play) + - [WarioWare](#warioware) + - [Player Experience](#player-experience) + - [Genre](#genre) + - [Target audience](#target-audience) + - [Requirements](#requirements) + - [Requirements Research](#requirements-research) +- [Concept](#concept) + - [Mini-Game Concepts](#mini-game-concepts) +- [Art](#art) + - [Design](#design) +- [Audio](#audio) +- [Game Experience](#game-experience) + - [Controls](#controls) +- [Timeline](#timeline) # Introduction @@ -32,25 +34,10 @@ A collection of mini-game levels which the user progresses through until the fin ## Inspiration / Research -### Wii Play - -Wii Play is a game consisting of nine smaller mini-games, each of which can be played in single player or in versus mode with two players going head to head. - -In the Tanks! minigame the player pilots a tank from top-down. In the single player mode the player has a total of 100 levels to be played with increasing difficulties of enemies. - - - -[The Surprisingly Complex Music of Wii Play's Tanks! - Scruffy](https://www.youtube.com/watch?v=NkBXgcN3fXo) - -Another mini-game in Wii Play was Shooting Range. In this game discs would be thrown through the air and players would have to aim and shoot these discs out of the air. - -Find Mii was a minigame in which players had to find certain mii's out of a crowd based on some sort of characteristic. Such as find the two matching mii's, locating the fastest moving character, etc. Choosing the incorrect mii would reduce the time left on the timer - ### Similar Games -- WarioWare - Wii Party - Wii Party - Solo Mode - Dumb Ways To Die @@ -59,6 +46,39 @@ Find Mii was a minigame in which players had to find certain mii's out of a crow - Undertale (Fights/Dodging) - 60 Seconds +### Wii Play + +Wii Play is a game consisting of nine smaller mini-games, each of which can be played in single player or in versus mode with two players going head to head. + +In the Tanks! minigame the player pilots a tank from top-down. In the single player mode the player has a total of 100 levels to be played with increasing difficulties of enemies. + + +>[!NOTE] Wii Play Tanks! Music +>[The Surprisingly Complex Music of Wii Play's Tanks! - Scruffy](https://www.youtube.com/watch?v=NkBXgcN3fXo) + +Another mini-game in Wii Play was Shooting Range. In this game discs would be thrown through the air and players would have to aim and shoot these discs out of the air. + +Find Mii was a minigame in which players had to find certain mii's out of a crowd based on some sort of characteristic. Such as find the two matching mii's, locating the fastest moving character, etc. Choosing the incorrect mii would reduce the time left on the timer + +### WarioWare + +Warioware is a game which is a collection of **microgames**. Each of these microgames consist of a simple one or two word instruction such as **dodge**, **collect**, **spar**, **grab**. These instructions give an idea about how the user should play the game without being a tutorial or giving away a solution. + +>[!NOTE] Example Microgame +>![WarioWare Microgame Example](warioware.png) + +Warioware includes 9 stages with 210 total microgames. Stages are unlocked by beating previous stages boss levels. The boss levels are a microgame unique to each level that is more complex than the others. + +>[!NOTE] Links +>1. [Wikipedia](https://en.wikipedia.org/wiki/WarioWare,_Inc.:_Mega_Microgames!) +>2. [List of Microgames](https://www.mariowiki.com/List_of_WarioWare,_Inc.:_Mega_Microgame$!_microgames) +>3. [GameFAQs Guide/Walkthrough](https://gamefaqs.gamespot.com/gba/589714-warioware-inc-mega-microgame/faqs/24737) +>4. [Example Microgame](https://en.wikipedia.org/wiki/WarioWare,_Inc.:_Mega_Microgames!#/media/File:WarioWare_Inc_screenshot_Wario_Whirled.png) + ## Player Experience @@ -73,23 +93,27 @@ Find Mii was a minigame in which players had to find certain mii's out of a crow ## Target audience -Casual Audience - -Younger Audience ~10y +A Younger, casual audience. Roughly 10 years old. ## Requirements -- A strong will to live - Unity - Visual Studio Code - Git - Blender +- A ***STRONG*** will to live! ### Requirements Research -- FMod (Unity Asset) +- [FMod (Unity Asset)](https://assetstore.unity.com/publishers/46440) +- Some kind of music software + - [Pirate Software Recommended Programs](https://develop.games/#nav-tools-audio) + - [FamiStudio](https://famistudio.org/) + - [Anvil Studio](https://www.anvilstudio.com/) + + - [FL Studio](https://www.image-line.com/fl-studio) # Concept @@ -112,6 +136,7 @@ The game will be 3D - Minimalistic Textures - stylised/cartoony +>[!NOTE] Wii Play Tanks! Minigame ![Wii Play Tanks Minigame](Wii-Play-Tanks-Minigame.jpg) # Audio diff --git a/Documentation/WarioWare.png b/Documentation/WarioWare.png new file mode 100644 index 0000000..220bf47 Binary files /dev/null and b/Documentation/WarioWare.png differ