https://github.com/vvye/music-factory
a simple music toy for the browser
https://github.com/vvye/music-factory
browser-game game music music-generation p5js p5js-game pixel-art toy
Last synced: 2 months ago
JSON representation
a simple music toy for the browser
- Host: GitHub
- URL: https://github.com/vvye/music-factory
- Owner: vvye
- Created: 2020-09-06T18:52:23.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-07T13:05:00.000Z (over 4 years ago)
- Last Synced: 2023-03-03T16:14:23.333Z (about 2 years ago)
- Topics: browser-game, game, music, music-generation, p5js, p5js-game, pixel-art, toy
- Language: JavaScript
- Homepage: https://vvye.itch.io/music-factory
- Size: 1.88 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Music Factory
- Made for the [OLC CodeJam 2020](https://itch.io/jam/olc-codejam-2020)
- Play at [https://vvye.itch.io/music-factory](https://vvye.itch.io/music-factory)*Music Factory* is a simple browser game where you build a music machine. Place pipes and instruments on the board and
watch as the balls make a song come to life! Play around with the number of ball generators and instruments until you
find a soundscape you like.It's also the first real game (that deserves the name) that I made from scratch, so that's something. I wrote it in
JavaScript using the [p5.js](https://www.p5js.org) library.*Music Factory* is heavily inspired by *[La Pâte à Son](https://jayisgames.com/review/la-pate-a-son.php)*, a browser
game from the 2000s that I used to play a lot as a kid. There doesn't seem to be a playable version of it on the
internet anymore, so you'll just have to believe me when I say it was great fun.This game is quite a bit less advanced than *La Pâte à Son* was (fewer instruments, fewer notes, fewer settings to
tweak, etc.). I guess it's more of a proof of concept, or a minimum viable product? Still, considering it was made
in a week for a jam, I'm pretty happy with it.