rifaterdemsahin / aif

Adaptive Intelligence Framework
5 stars 7 forks source link

Holding states in the game #251

Closed rifaterdemsahin closed 6 years ago

rifaterdemsahin commented 6 years ago

Score and Story positioon and read stories

Treslina commented 6 years ago

I should close this issue after getting permission. Enumerations of these states are :

public enum Scenes
{
    Loading = 0,
    Intro = 1,
    Menu = 2,
    Story = 3,
    Game = 4,
    Score = 5,
    Victory = 6
}
Treslina commented 6 years ago

@rifaterdemsahin I get the permission to close other contributors' issues so I am closing it.