Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ravazquez/VL.Snake
A simple implementation of the classic game Snake in VL
https://github.com/ravazquez/VL.Snake
Last synced: 2 months ago
JSON representation
A simple implementation of the classic game Snake in VL
- Host: GitHub
- URL: https://github.com/ravazquez/VL.Snake
- Owner: ravazquez
- Created: 2023-10-18T22:51:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-24T02:29:26.000Z (over 1 year ago)
- Last Synced: 2023-10-24T03:27:52.391Z (over 1 year ago)
- Size: 71.3 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-vl - VL.Snake - A VL clone of the game Snake (Learning / Examples)
README
# VL.Snake
![VL.Snake](assets/VL.Snake.png)
A simple implementation of the classic game Snake in VL.
## Game Instructions
You can use the arrow keys to move the head of the snake in the desired direction.
You can reset the game by pressing the 'R' key.
Inside vvvv you can also specify the board's width and height, as well as the tile size.
## Credits
Based on [this](https://www.youtube.com/watch?v=Y62MJny9LHg) video tutorial by [Kenny Yip](https://www.youtube.com/@KennyYipCoding).
---
Made with [vvvv](https://visualprogramming.net/).