All Projects → DyegoCosta → Snake Game

DyegoCosta / Snake Game

Licence: mit
Terminal-based Snake game

Programming Languages

go
31211 projects - #10 most used programming language
golang
3204 projects

Projects that are alternatives of or similar to Snake Game

Civone
An open source implementation of Sid Meier's Civilization.
Stars: ✭ 176 (-3.83%)
Mutual labels:  game, game-2d
Gamedev Resources
🎮 🎲 A wonderful list of Game Development resources.
Stars: ✭ 2,054 (+1022.4%)
Mutual labels:  game, game-2d
Punchandkick
A simple 2D Fighting Game.
Stars: ✭ 99 (-45.9%)
Mutual labels:  game, game-2d
Gowog
Gowog, Golang based Web multiplayer Online Game
Stars: ✭ 75 (-59.02%)
Mutual labels:  game, game-2d
Wog
In the Wake of Gods 3.59 alpha
Stars: ✭ 139 (-24.04%)
Mutual labels:  game, game-2d
Antipacman
HTML5 Pac-Man game with gesture recognition
Stars: ✭ 81 (-55.74%)
Mutual labels:  game, game-2d
Flutters
A game powered by Flutter and Flame
Stars: ✭ 117 (-36.07%)
Mutual labels:  game, game-2d
Beaverandfairies
Stars: ✭ 14 (-92.35%)
Mutual labels:  game, game-2d
Ore Infinium
Ore Infinium, Open Source multiplayer Terraria-inspired Sci-fi game, focused on technology, devices and researching. Written in Kotlin (JVM), LibGDX. Cross platform
Stars: ✭ 139 (-24.04%)
Mutual labels:  game, game-2d
Kaetram Open
An open-source 2D HTML5 adventure based off BrowserQuest (BQ).
Stars: ✭ 138 (-24.59%)
Mutual labels:  game, game-2d
Tank island
Top down 2D shooter game that involves blowing up tanks
Stars: ✭ 42 (-77.05%)
Mutual labels:  game, game-2d
Ebitenui
User interface engine and widget library for Ebiten
Stars: ✭ 159 (-13.11%)
Mutual labels:  game, game-2d
Hinterland
2D top-down shooter game
Stars: ✭ 34 (-81.42%)
Mutual labels:  game, game-2d
Dose Response
Dose Response is a roguelike where you play an addict. Avoid the dangers threatening your mind and body while desperately looking for the next fix.
Stars: ✭ 95 (-48.09%)
Mutual labels:  game, game-2d
Ao Server
Server for Argentum Online
Stars: ✭ 32 (-82.51%)
Mutual labels:  game, game-2d
Scala Game Library
Scala library for cross-platform 2D game development
Stars: ✭ 116 (-36.61%)
Mutual labels:  game, game-2d
Lantern
(DEPRECATED, SEE README)
Stars: ✭ 12 (-93.44%)
Mutual labels:  game, game-2d
Java Game And Application
Java Games and Application with awesome source code and better algorithm
Stars: ✭ 14 (-92.35%)
Mutual labels:  game, game-2d
Vault13
Reimplementation of Fallout 2 engine
Stars: ✭ 131 (-28.42%)
Mutual labels:  game, game-2d
Magicallife
A 2d game that aspires to be similar to Rimworld, with more depth, magic, and RPG concepts.
Stars: ✭ 145 (-20.77%)
Mutual labels:  game, game-2d

Snake Game

Build Status

Terminal-based Snake game

scrrenshot

Play

Locally

$ go get github.com/DyegoCosta/snake-game
$ $GOPATH/bin/snake-game

On Docker

$ docker run -ti dyego/snake-game

Testing

$ cd $GOPATH/src/github.com/DyegoCosta/snake-game
$ make
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].