bugged-racing/assets/source/music
Ensar Sarajčić 9cdfc17815 Add main menu theme 2021-11-22 20:49:33 +01:00
..
src/music Add main menu theme 2021-11-22 20:49:33 +01:00
.gitignore Add music source edna project 2021-11-22 20:13:19 +01:00
README.md Add music source edna project 2021-11-22 20:13:19 +01:00
deps.edn Add music source edna project 2021-11-22 20:13:19 +01:00
dev.clj Finalize main theme 2021-11-22 20:13:19 +01:00
dev.cljs.edn Add music source edna project 2021-11-22 20:13:19 +01:00
figwheel-main.edn Add music source edna project 2021-11-22 20:13:19 +01:00
prod.clj Add music source edna project 2021-11-22 20:13:19 +01:00

README.md

Bugged racing music source

Music for this game is builts using edna clojure library, which uses alda underneath.

To build this project, you'll need the Clojure CLI tool:

https://clojure.org/guides/deps_and_cli

To develop in a browser with live code reloading:

clj -M dev.clj

To build a release version for the web:

clj -M prod.clj

To play the song once:

clj -M dev.clj play [song]

To build wav:

clj -M prod.clj wav [song]

To build wav for all songs:

clj -M prod.clj soundtrack