UNPKG

warriorjs-engine

Version:
15 lines (13 loc) 348 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var DIRECTIONS = { north: 'north', east: 'east', south: 'south', west: 'west' }; exports.DIRECTIONS = DIRECTIONS; var ORDERED_DIRECTIONS = [DIRECTIONS.north, DIRECTIONS.east, DIRECTIONS.south, DIRECTIONS.west]; exports.ORDERED_DIRECTIONS = ORDERED_DIRECTIONS;