All Projects â†’ mattkelly â†’ snake-go

mattkelly / snake-go

Licence: MIT license
🐍 Play snake in your terminal. Built using Termloop.

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to snake-go

snake-server
Snake-Server is a pure Go implementation of the famous arcade game 🐍
Stars: ✭ 31 (+63.16%)
Mutual labels:  snake
snake game
This is a simple implementation of the classic snake game in rust
Stars: ✭ 16 (-15.79%)
Mutual labels:  snake
python-game-snake
A Game-Snake version of AI to play Snake automatically.
Stars: ✭ 30 (+57.89%)
Mutual labels:  snake
go-snake-telnet
Snake Game over telnet protocol in Go
Stars: ✭ 22 (+15.79%)
Mutual labels:  snake
Python.io
Snake game inspired from Slither.io but features a python instead of a snake. Made in Python 3
Stars: ✭ 15 (-21.05%)
Mutual labels:  snake
wxgame-snake
🐍 åūŪäŋĄå°įĻ‹åšæļļ戏čīŠåƒč›‡
Stars: ✭ 20 (+5.26%)
Mutual labels:  snake
3dstool
An all-in-one tool for extracting/creating 3ds roms.
Stars: ✭ 246 (+1194.74%)
Mutual labels:  snake
zterm
zterm is a terminal based typing game inspired by http://zty.pe/
Stars: ✭ 19 (+0%)
Mutual labels:  termbox-go
AndroidGameSnake
AndroidGameSnake
Stars: ✭ 37 (+94.74%)
Mutual labels:  snake
pody
ðŸ‘ū Pody — CLI app to manage your Pods in your Kubernetes cluster. (DEPRECATED)
Stars: ✭ 69 (+263.16%)
Mutual labels:  termbox-go
jv
Helps you view JSON on the command-line.
Stars: ✭ 111 (+484.21%)
Mutual labels:  termbox-go
snake-reinforcement-learning
AI (A2C agent) mastering the game of Snake with TensorFlow 2.0
Stars: ✭ 37 (+94.74%)
Mutual labels:  snake
snax86
A snake game written in x86 Assembly language for windows console
Stars: ✭ 21 (+10.53%)
Mutual labels:  snake
Wortuhr ESP8266
Wortuhr mit ESP8266 WeMos D1 mini und NeoPixel WS2812B LEDs mit mp3 Sounds, Animationen, Transitions, Events und Spiele
Stars: ✭ 33 (+73.68%)
Mutual labels:  snake
twitchChatCLI
A simple CLI for Twitch chat written in GO
Stars: ✭ 18 (-5.26%)
Mutual labels:  termbox-go
Cpp-Snake
A simple snake game written in c++
Stars: ✭ 35 (+84.21%)
Mutual labels:  snake
Snake
A simple game built using Python Pygame Library
Stars: ✭ 17 (-10.53%)
Mutual labels:  snake
snake
Basic Snake Game in TypeScript
Stars: ✭ 25 (+31.58%)
Mutual labels:  snake
sokoban-go
Sokoban made in Go! ðŸ“Ķ
Stars: ✭ 18 (-5.26%)
Mutual labels:  termloop
cljs-snake
Snake in 100 lines of ClojureScript using Reagent for a #TechTalk at UCT
Stars: ✭ 21 (+10.53%)
Mutual labels:  snake

Snake

Go Report Card Build Status

Play snake in your terminal. Built using Termloop.

Instructions

  • Get it: go get -u github.com/mattkelly/snake-go
  • Play it: $GOPATH/bin/snake-go

Contributing

Please do.

  • Overlay message box with score upon dying (don't just flash red)
  • Implement game difficulty options: easy, normal, hard
  • (Maybe) Dynamically size border based on e.g. terminal size, user input
  • (Maybe) Implement "play again" option
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].