Jammer Dash is a 2D Rhythm game made with Unity, with hopes of the best user experience and the best community ever.
Jammer Dash originally never was planned to be open source. But because we want to show the community how Jammer Dash runs, and to also make the community find bugs and issues to help improve, we made the game open source.
Currently Mac and Linux isn't available, but we work with the community to fix platform-specific bugs and also try to get the game on most platforms, as well as optimize the game. The game is always original for Windows, so porting the game is a complicated process.
You can check the minimal system requirements here:
System | Windows | MacOS | Linux |
---|---|---|---|
Version | Windows XP or higher | Unknown | Ubuntu/Arch |
CPU | 1GHz+ any CPU | 1GHz+ any CPU | 1GHz+ any CPU |
RAM | 512MB or above | 620MB or above | 256MB or above |
VRAM | 256MB or above | 512MB or above | 128MB or above |
Storage | 500MB | 500MB | 550MB |
Note for Linux: You have to use Proton and Steam to run the build. Your platform shares the same files as Windows.
The recommended system requirements are here:
System | Windows | MacOS | Linux |
---|---|---|---|
Version | Windows 8 or higher | Unknown | Ubuntu/Arch |
CPU | 3GHz+ any CPU | 1GHz+ any CPU | 1GHz+ any CPU |
RAM | 1GB or above | 1.2GB or above | 640MB or above |
VRAM | 1GB or above | 1.5GB or above | 512MB or above |
Storage | 4GB (music and levels) | 4GB (music and levels) | 4GB (music and levels) |
It's easy. You can pull the code using git pull
if you have Git installed and everything set up. You can change the code and then make a pull request for us to check the code. If it's good, we'll get it locally and push the changes.