Skip to content

natefusion/game_jam_spring_2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linux build instructions

Open a terminal and navigate to the project folder.

Build raylib. This only has to be done once!

cd raylib/src
make
cd ../../

Build the game.

make release

Run the game.

./target/release/game_jam_spring_2024

Windows build instructions

Download https://github.com/skeeto/w64devkit/.

Run W64Devkit.exe.

Goto linux build instructions.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages