v0.0.31
prosu! is osu!, but written in Processing.
Should you have any questions regarding this project, feel free to hit me up through my discord: Azza#7631
- Install Processing
- Clone the repo to anywhere you like.
- Open the Processing IDE > Choose Sketch > Import Library > Add Library > Search for Minim > hit Install
- Run
[path-to-processing]/processing-java.exe --sketch=[path-to-downloaded-folder] --run
.
- Configure your settings in
c_config.pde
Check the wiki for a detailed explanation of every file/functions (WIP!)
No releases yet due to how unfinished this is.
All lines of code in here is carefully commented so even the newest programmer can understand whats going on.
The current version DOES NOT work with sliders and should be fixed soon. Maps with sliders will load, just no sliders will appear.
This is a side project written for fun and should work with all operating systems.
c_
- Control. Used for controlling the game (states, directories...)f_
- Functions.O_
- Objects.s_
- Screen. What the screen displays.
- Minim for handling sound.
- Visual Studio Code as the main IDE.
- Monokai Pro for color theme.
- Rafis HDDT Skin (modified) for the default skin.
v0.0.5
- Huge performance fix while playing
- Now includes a menu. (Options are WIP)
- Difficulty calculations improvements
- Clicking improvements
- See changelog. for past changes.