Module: GamesParadise::Nibbles

Defined in:
lib/games_paradise/nibbles/constants.rb

Constant Summary collapse

DOT_SIZE =
#

DOT_SIZE

The DOT_SIZE is the size of the apple and the dot of the snake.

#
10
WIDTH_OF_THE_BOARD =
#

WIDTH_OF_THE_BOARD

The WIDTH and HEIGHT constants determine the size of the game-board.

#
400
HEIGHT =
#

HEIGHT

The WIDTH and HEIGHT constants determine the size of the game-board.

#
400