//
pkg.gl
Category
github.com/techieIsaac/go-snake-game
snake
package
0.0.0-20221201183744-b0e11ae108ca
Repository:
https://github.com/techieisaac/go-snake-game.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
8
Dependents
1
Files
414 SLOC
#
Functions
NewGame
NewGame creates new Game object.
#
Constants
DOWN
Allowed snake movement directions.
END
Keyboard events.
LEFT
Allowed snake movement directions.
MOVE
Keyboard events.
RETRY
Keyboard events.
RIGHT
Allowed snake movement directions.
UP
Allowed snake movement directions.
#
Structs
Game
Game type.