Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.01 KB

guide.md

File metadata and controls

31 lines (21 loc) · 1.01 KB

Bejeweled Neon

Simple guide.

This guide is a simplified version of an documentation, they will contain the core information's about the project.

Game Manager

The Game Manager is a singleton used to control all the flow over the game, here all game required information and classes will be found, 
have his initialization and monobehaviour calls. All fields are self descriptive (i hope).

Gem and Collections

All gems cames fron an scriptable object data, in theory you can create any kind of new gem you want.

A collection is a scriptable object that have a list of gems, this collection is loaded by the Game Manger and passed to game board and
all this information will be used to generate the in-game gems.

Creating Gem Collection or Gem Data.

Gem Data Sample

Gem Collection Sample