Rhythmblock/README.md

29 lines
631 B
Markdown
Raw Permalink Normal View History

2021-05-07 08:37:46 +00:00
![Rhythmblock](logo.png)
2021-05-06 14:22:19 +00:00
# Rhythmblock
2021-05-06 02:43:06 +00:00
2021-11-21 17:09:56 +00:00
a graphical, customizable music player for CC: Tweaked
2021-05-06 14:22:19 +00:00
2022-09-03 20:17:40 +00:00
![A ComputerCraft computer running Rhythmblock](screenshot.png)
2021-05-07 08:38:38 +00:00
2021-05-07 08:27:15 +00:00
## Features
2021-05-06 14:22:19 +00:00
2021-05-07 08:55:55 +00:00
- easily customizable (just edit the file and change whatever colors you want directly from the variables)
2021-05-07 08:27:15 +00:00
- compatible with all placeable computers and all monitors
- keyboard support
- eject discs directly from the player
- status bar
## Keyboard Shortcuts
space - play/stop
2021-05-07 08:37:46 +00:00
2021-05-07 08:27:15 +00:00
e - eject
2021-05-07 08:37:46 +00:00
2021-05-07 08:27:15 +00:00
q - quit
## Install
2021-11-21 17:10:10 +00:00
run the following command on the desired CC computer
2021-05-07 08:27:15 +00:00
`wget https://fem.mint.lgbt/m/Rhythmblock/raw/branch/master/rhythmblock.lua Rhythmblock`