Nibbles
QBasic Nibbles in Go
Install / Use
/learn @gophun/NibblesREADME
QBasic Nibbles in Go
A Go reimplementation of the classic QBasic Nibbles (MS-DOS, 1990) snake game.
Screenshots
<img src="screenshots/level.png?raw=true" alt="Game level" width="50%"> <img src="screenshots/intro.png?raw=true" alt="Intro screen" width="50%"> <img src="screenshots/settings.png?raw=true" alt="Settings" width="50%">Install
go install github.com/gophun/nibbles@latest
Run:
nibbles
See also
CsNibbles - A C# reimplementation of Nibbles
