- The project has been developed using Unity
2021.3.17f1
. - To run the game, open either the
MainMenu
or theGame
scene - both are located underAssets/_Project/Content/Scenes
. Game
scene is set up for a two player session - player 1 is blue and uses the arrow keys to control itsSnake
, while player 2 is red and uses the WASD keys to control itsSnake
.Board
size can be changed from theBoardSettings
file - which is located underAssets/_Project/Content/Board
.- Individual player settings (such as the color and the key bindings) can be changed from the
PlayerSettings_1
andPlayerSettings_2
files - both are located underAssets/_Project/Content/Player
. Right clicking in the project view and selectingSnakeGame/PlayerSettings
will create a newPlayerSettings
file. - Add or remove players by changing the
PlayerList
field fromPlayerSystemSettings
- which is located underAssets/_Project/Content/Player
. - Change the
Snake
movement rate and speed through theSnakeSettings
file - which is located underAssets/_Project/Content/Snake
.