Skip to content

DinoNuggies7/gilded-cove

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Controls

WASD Shift Space E Right Click
Movement Sprint Jump Interact Zoom

Building (Unix)

Required packges:

  • cJSON (vendering soon)
git clone https://github.com/DinoNuggies7/gilded-cove.git
cd gilded-cove
git submodule update --init
cd raylib/src
make PLATFORM=PLATFORM_DESKTOP -j$(nproc) # (Add for Windows) PLATFORM_OS=WINDOWS RAYLIB_LIBTYPE=SHARED
cd ../..
make

For cross compiling to Windows, you can simply replace make with mingw32-make or mingw64-make.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published