Skip to content

dwskcw/PuckmanBall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PuckmanBall

HackRPI 2024 Project

build instructions

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

raylib library resources

function cheatsheet https://www.raylib.com/cheatsheet/cheatsheet.html

Java-specific examples

various examples https://www.raylib.com/examples.html

game examples https://www.raylib.com/games.html

About

HackRPI 2024 Project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages