https://github.com/2bt/beer-snake
my Output 2011 programming competition contribution
https://github.com/2bt/beer-snake
Last synced: 11 months ago
JSON representation
my Output 2011 programming competition contribution
- Host: GitHub
- URL: https://github.com/2bt/beer-snake
- Owner: 2bt
- Created: 2011-05-13T13:57:38.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2018-02-13T14:27:06.000Z (over 8 years ago)
- Last Synced: 2025-03-14T23:16:43.876Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 82 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Beer Snake
==========
This little game was coded within 2.5 hours during a programming contest sponsored by 3m5., which contest took place at the Output 2011 TU-Dresden.
Since then, I decided to reimplement the same game in Lua using the [löve framework](http://love2d.org/).
The original programme needs `python-pygame` and `python-opengl` to run.