From 695bcd8bfb5004af58114f99a451a1861d5acafb Mon Sep 17 00:00:00 2001 From: Santi Date: Sat, 4 May 2024 01:01:27 +0100 Subject: [PATCH] Documentation: Added Types and Games section in Concepts --- Assets/Scripts/Moles.cs | 3 +++ Documentation/Game-Design-Document.md | 6 ++++++ 2 files changed, 9 insertions(+) diff --git a/Assets/Scripts/Moles.cs b/Assets/Scripts/Moles.cs index 1e42ee8..5957fa4 100644 --- a/Assets/Scripts/Moles.cs +++ b/Assets/Scripts/Moles.cs @@ -3,6 +3,9 @@ using System.Collections.Generic; using Unity.VisualScripting; using UnityEngine; +//! Moles need to only let player hit them once and get only 1 point +//! Moles need to change textures when hit to show they have been hit - need textures for this + public class Moles : MonoBehaviour { public GameObject hole1, hole2, hole3, hole4, hole5, hole6, hole7, hole8, hole9; diff --git a/Documentation/Game-Design-Document.md b/Documentation/Game-Design-Document.md index e662380..56a8b53 100644 --- a/Documentation/Game-Design-Document.md +++ b/Documentation/Game-Design-Document.md @@ -21,6 +21,8 @@ By Arlo Filley, Santiago Balbuena Goni, and Michael Morbin - [Requirements Research](#requirements-research) - [Concept](#concept) - [Mini-Game Concepts](#mini-game-concepts) + - [Types](#types) + - [Mini-Games](#mini-games) - [Art \& Audio](#art--audio) - [By Mikael Morbid](#by-mikael-morbid) - [Design](#design) @@ -161,10 +163,14 @@ Minigames will range in type and genre giving the player a diverse playing exper ## Mini-Game Concepts +### Types + - Memory Games - Reaction Games - Puzzle Games - Rhythm + +### Mini-Games - Dodging (Undertale style?) - Whackamole - Catch