ipcjk / snake

snake in golang, no external deps, pure terminal codes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

snake

snake in golang

easiest way without any deps, using ansi controls and terminal foo only, several command line options, control with w-a-s-d , quit with q

  -l int
    	starting length of nibbles
  -p string
    	name of the player (default "Nibbles")
  -r int
    	numbers of random elements to be placed on gamefield
  -s duration
    	speed (default 30ms)
      ```

About

snake in golang, no external deps, pure terminal codes

License:MIT License


Languages

Language:Go 100.0%