Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ravazquez/VL.Breakout
A simple implementation of the classic game Breakout in VL.
https://github.com/ravazquez/VL.Breakout
Last synced: 2 months ago
JSON representation
A simple implementation of the classic game Breakout in VL.
- Host: GitHub
- URL: https://github.com/ravazquez/VL.Breakout
- Owner: ravazquez
- Created: 2023-10-18T23:12:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-24T02:27:53.000Z (over 1 year ago)
- Last Synced: 2023-10-24T03:32:06.772Z (over 1 year ago)
- Size: 83 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-vl - VL.Breakout - A VL clone of the game Breakout (Learning / Examples)
README
# VL.Breakout
![VL.Breakout](assets/VL.Breakout.png)
A simple implementation of the classic game Breakout in VL.
## Game Instructions
You can use the left and right arrow keys to move the paddle 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 ball size.
## Credits
Based on [this](https://www.youtube.com/watch?v=EmhkLLWAZ8E) video tutorial by [Kenny Yip](https://www.youtube.com/@KennyYipCoding).
---
Made with [vvvv](https://visualprogramming.net/).