Cutie Systems: Difference between revisions

From læi game development
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
= Game Systems =
= Game Manager =
== Game Manager ==
== Save System ==
=== Save System ===
* Affects:
* Affects:
** Player Preferences
** Player Preferences
Line 10: Line 9:
** Save
** Save


=== Player Prefences ===
== Player Preferences ==
* Langage (Localisation)
* Langage (Localisation)
* Controls (Key configuration, joystick/keyboard...)
* Controls (Key configuration, joystick/keyboard...)
Line 16: Line 15:
* Volume Control (music, sound effects, menu)
* Volume Control (music, sound effects, menu)


== Game System ==
= Game System =
=== Game State ===
== Game State ==
=== Dialog System ===
Game-wide management of:
=== Camera Control ===
* Character States
* All Levels States
* Play/Pause
== Menus ==
 


= Player Systems =
= Player Systems =
Line 28: Line 31:
== Level State ==
== Level State ==
== Items System ==
== Items System ==
= Camera System =
== Gameplay Camera ==
== Camera Handoff ==
= Dialogue System =
== Speech System ==
== Localisation System ==




[[Category:Cutie BoingBoing]]
[[Category:Cutie BoingBoing]]

Revision as of 12:48, 17 May 2023

Game Manager

Save System

  • Affects:
    • Player Preferences
    • Player State
    • All Levels States
  • Functions:
    • Load
    • Save

Player Preferences

  • Langage (Localisation)
  • Controls (Key configuration, joystick/keyboard...)
  • Accessibility (Colour blindness, Sticky rolls, Sticky Breaks...)
  • Volume Control (music, sound effects, menu)

Game System

Game State

Game-wide management of:

  • Character States
  • All Levels States
  • Play/Pause

Menus

Player Systems

Player State

Player Control

Level System

Level State

Items System

Camera System

Gameplay Camera

Camera Handoff

Dialogue System

Speech System

Localisation System