Module: GamesAndRpgParadise::Nibbles

Defined in:
lib/games_and_rpg_paradise/games/nibbles/constants.rb

Overview

GamesAndRpgParadise::Nibbles

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