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
- Host: GitHub
- URL: https://github.com/biotinker/snake_buf
- Owner: biotinker
- License: gpl-3.0
- Created: 2018-04-19T15:39:47.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-19T16:16:57.000Z (about 8 years ago)
- Last Synced: 2025-01-17T20:02:31.528Z (over 1 year ago)
- Language: Perl
- Homepage:
- Size: 16.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`