HackRPI 2024 Project
modified from the library instructions
Compile:
javac -cp jaylib-5.0.0-0.jar PuckmanBall.java
Run it:
java -cp jaylib-5.0.0-0.jar:. PuckmanBall
On MacOS you need this additional option:
java -XstartOnFirstThread -cp jaylib-5.0.0-0.jar:. PuckmanBall
On weirdy Windows you use semi-colons:
java -cp jaylib-5.0.0-0.jar;. PuckmanBall
function cheatsheet https://www.raylib.com/cheatsheet/cheatsheet.html
various examples https://www.raylib.com/examples.html
game examples https://www.raylib.com/games.html