https://github.com/jdillonh/bloink-game
A game about making music, made with Love2D
https://github.com/jdillonh/bloink-game
game love2d
Last synced: 2 months ago
JSON representation
A game about making music, made with Love2D
- Host: GitHub
- URL: https://github.com/jdillonh/bloink-game
- Owner: jdillonh
- Created: 2018-12-23T07:52:52.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-07T17:33:15.000Z (over 6 years ago)
- Last Synced: 2025-01-10T04:18:12.944Z (4 months ago)
- Topics: game, love2d
- Language: Lua
- Homepage:
- Size: 3.26 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bloink-game
A fun game about making music, made with Love2D 0.10.0### how it works
There are two types of *emitters*: square and circle. They send little circles and squares respectively into the scene. When those little projectiles collide with other things in the scene they make a sound, whose pitch coorelates to the velocities of the moving bodies involved.*Paddles* can be placed and rotated anywhere in the scene to influence the direction of the projectiles that bounce off of it.
### how to play
Download love2D from [love2D.org](http://www.love2d.org). On Mac or Linux simply add love to your path, navigate to the directory of main.lua and run `love .`.### screen shots

