Documentation
¶
Index ¶
Constants ¶
View Source
const ( AppName = "snake" //SnakeBody = '█' SnakeBody = "█" HeartBeat = 50 * time.Millisecond DebugLogName = "debug.log" )
View Source
const ( Player1 = "p1" Player2 = "p2" )
Variables ¶
View Source
var ( //Foods = []byte{ '✩', '♫', '☺', '●', '❄' } Foods = []string{"✩", "♫", "☺", "●", "❄"} )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.