C# Class gbrainy.Games.Logic.PuzzleFindTheNumber

Inheritance: gbrainy.Core.Main.Game
Mostrar archivo Open project: GNOME/gbrainy

Protected Methods

Method Description
Initialize ( ) : void

Private Methods

Method Description
IsAValidGrid ( ) : bool
PopulateGrid ( ) : void
SetDrawingAreas ( ) : void
SetGridSizeForDifficulty ( ) : void
ValueMeetConditions ( int idx, int hpos, int vpos, System.Operation hoper, System.Operation voper ) : bool

Method Details

Initialize() protected method

protected Initialize ( ) : void
return void