https://github.com/gernest/juke
terminal snake game focused on juking other people out!
https://github.com/gernest/juke
Last synced: about 2 months ago
JSON representation
terminal snake game focused on juking other people out!
- Host: GitHub
- URL: https://github.com/gernest/juke
- Owner: gernest
- Created: 2015-11-14T17:27:47.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-14T17:30:29.000Z (over 9 years ago)
- Last Synced: 2025-01-12T19:25:51.373Z (4 months ago)
- Language: Go
- Homepage:
- Size: 3.74 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# juke
#BEING COMPLETLY REDEVELOPED
A terminal snake game in which the primary objective is to juke (basically dodge and attack other snakes) other players as well as get food to make yourself more long.
**LINUX/OSX ONLY**
I didn't use a terminal library but it should work on any modern terminal emulator that supports xterm control sequences
Install with
go get github.com/nhooyr/juke
As long as $GOPATH/bin is in your path just run it with
juke
Check out the settings/controls with
juke -help
And the rules with
juke -rules
But you should be able to figure out most of it just by playing the game for like 2 minutes.
**ITS MUCH MUCH MORE FUN WITH FRIENDS, ESPECIALLY IF YOU PLAY AROUND WITH ALL THE SETTINGS!**
###TODO
COMPLETE REDO OF DRAWINGCLIENT/SERVER MODEL
network multiplayer
more powerups
documentation
proper interface
DOUBLE BUFFER