An open API service indexing awesome lists of open source software.

https://github.com/biotinker/snake_buf

A version of the classic Snake game that writes directly to the framebuffer
https://github.com/biotinker/snake_buf

Last synced: over 1 year ago
JSON representation

A version of the classic Snake game that writes directly to the framebuffer

Awesome Lists containing this project

README

          

# snake_buf
A version of the classic Snake game that writes directly to the framebuffer

One dependency: the perl Term::ReadKey package.

Also, your user must be a member of the "video" group. You will probably need to add yourself.

Just run in a tty with:
`perl snake_buf.pl `
So for example
`perl snake_buf.pl 1920 1080`