Category:Cutie BoingBoing: Difference between revisions

From læi game development
Jump to navigation Jump to search
No edit summary
(Cutie Ultimate Rework)
Line 3: Line 3:
Cutie is a physic 2D platformers where the set swings, making the character roll around.
Cutie is a physic 2D platformers where the set swings, making the character roll around.
== Pitch ==
== Pitch ==
There is no more Fluffberries and Strawberries to bake a pie! Mother sends you to gather them!
There is no more Strawberries to bake a pie! Mother sends you to gather them along with a few Fluffberries for the taste!


[[Cutie_Story]]
=Design=
Art in Cutie is a mix of Flat Design and Art Nouveau flourishes in vector style graphics.
[[Cutie_Art]]


= System =
= System =
Line 10: Line 16:


Mostly based on ScriptableObjects as controls.
Mostly based on ScriptableObjects as controls.
== SwingWorld ==
=== Base ===
=== Swinging Set Pieces ===
To be implemented as Hybrid CES for efficiency.
=== Bending Set Pieces ===
== Character Control SubSystem ==
=== Global Variables ===
=== Jump ===
=== Brake ===
== Collectibles ==
=== Global: Strawberries & Fluffberries ===
=== Local: for level puzzling ===
== Events ==
=== Strong Events ===
==== LevelTransitions ====
==== Start ====
==== Death ====
==== CheckPoint ====
==== OnEndLevel ====
==== PostEndLevel ====
==== OnPause ====
==== OffPause ====
==== OnDialogs ====
==== OffDialogs ====
=== Game Events ===
==== Catapults ====
==== Teleport ====
==== Wall Collapse ====
=== Timed Events ===
==== Strong Rotate ====
==== Sliding Door ====
==== Invert Gravity ====
=== Surface Events ===
==== Glue ====
==== Slide ====
==== Force Fields : Wind & Water ====
== Abstracts ==
=== UI ===
=== Background Music ===
=== Sound ===


= Shaders =
[[Cutie_Systems]]

Revision as of 07:51, 14 April 2020

Ideas

Principle

Cutie is a physic 2D platformers where the set swings, making the character roll around.

Pitch

There is no more Strawberries to bake a pie! Mother sends you to gather them along with a few Fluffberries for the taste!

Cutie_Story

Design

Art in Cutie is a mix of Flat Design and Art Nouveau flourishes in vector style graphics.

Cutie_Art

System

The purpose here is to have a micro system architecture, for debugging purpose and also for adaptability, lighter systems and localization.

Mostly based on ScriptableObjects as controls.

Cutie_Systems

Pages in category "Cutie BoingBoing"

The following 6 pages are in this category, out of 6 total.