Documentation: Added Types and Games section in Concepts
This commit is contained in:
parent
1be22d2e2b
commit
695bcd8bfb
@ -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;
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user