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
17
Commits
1
Branch
1
Tag
b17918f052
Branches
Tags
View all branches
Go to file
Code
Sacha Ligthert
b17918f052
Added scoring + apple mechanics
2023-11-12 16:57:52 +01:00
apple.go
Added scoring + apple mechanics
2023-11-12 16:57:52 +01:00
design.md
Simple design document to give myself direction.
2023-11-05 23:29:00 +01:00
game.go
Added scoring + apple mechanics
2023-11-12 16:57:52 +01:00
go.mod
Go things
2023-11-05 23:11:07 +01:00
go.sum
Go things
2023-11-05 23:11:07 +01:00
main.go
Added scoring + apple mechanics
2023-11-12 16:57:52 +01:00
README.md
Initial commit
2023-11-02 14:20:33 +01:00
render.go
Added scoring + apple mechanics
2023-11-12 16:57:52 +01:00
snake.go
#2
Start at the center of the screen. Always goes right. Sorta dies when it hits the border, but only when you are pressing a key. If it runs automatically into the border the game freezes.
2023-11-12 14:51:06 +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%