A 4K rhythm game that breaks the rules
TODO: Add proper About section.
probably won't get done ngl
ig this is a moddable 4k rhythm game built in love2d
best engine 10/10 but idk how to do it any different
The game can easily be "installed" by doing the following.
Dependencies:
- love2d (Obviously)
To run the game, simply clone the repo, and run the folder (NOT main.lua) with love.
git clone https://github.com/NullCat/bre4k.git
love bre4k
For the game to run, you will need a song.lua
file in the root directory.
You can get a song.lua
file by converting a preexisting .sm file.
You can do this by using the sm-convert.lua
file, more on that in the Mapping section below.
Editor is coming soon™
Binaries won't exist until the game is playable.
You can create maps manually (please dont) or you can convert .sm Stepmania maps into song.lua files.
You can do this by using the sm-convert.lua file.
lua sm-convert.lua song.sm
Please note the converter was made with Lua 5.4. Older/newer versions may not work.
! CONVERTER CURRENTLY CANNOT HANDLE !
- Irregular Measures (Can be done manually)
- Maps with multiple difficulties (Remove other difficulties before converting)
- BPM changes with decimal places (Can be done manually)
- Stops (Will not fix for now)
Please don't create an issue for any of those. They'll be in the converter/game eventually.