This website requires JavaScript.
Explore
Help
Sign In
golang
/
snake
Watch
1
Star
0
Fork
0
You've already forked snake
Code
Issues
5
Pull Requests
Packages
Projects
Releases
1
Wiki
Activity
30
Commits
1
Branch
1
Tag
v20231124
Branches
Tags
View all branches
Go to file
Code
Sacha Ligthert
0732e7f809
Add build script
2023-11-24 22:48:27 +01:00
.gitignore
Add build script
2023-11-24 22:48:27 +01:00
apple.go
Cleaning up comments
2023-11-23 22:47:12 +01:00
build.sh
Add build script
2023-11-24 22:48:27 +01:00
game.go
#7
Moved score into its own struct. Print score and reason of death at game over.
2023-11-24 22:17:19 +01:00
go.mod
Updated the go.mod/.sum...
2023-11-23 22:50:02 +01:00
go.sum
Updated the go.mod/.sum...
2023-11-23 22:50:02 +01:00
main.go
#7
Moved score into its own struct. Print score and reason of death at game over.
2023-11-24 22:17:19 +01:00
README.md
Initial commit
2023-11-02 14:20:33 +01:00
render.go
#7
Moved score into its own struct. Print score and reason of death at game over.
2023-11-24 22:17:19 +01:00
snake.go
#7
Moved score into its own struct. Print score and reason of death at game over.
2023-11-24 22:17:19 +01:00
types.go
#7
Moved score into its own struct. Print score and reason of death at game over.
2023-11-24 22:17:19 +01:00
README.md
Snake
A little fun game to write during long low-interaction meeting.
Usage
Things
Compiling
go build .
Description
A small snake-like game to write during long and boring meetings.
Readme
93
KiB
Releases
1
Initial Release
Latest
2023-11-24 22:53:29 +01:00
Languages
Go
100%