Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 635 Bytes

README.md

File metadata and controls

26 lines (22 loc) · 635 Bytes

Ray N Vader

Ray N Vader is a game written in C++ using Raylib.

Build and Run

Download raylib using vcpkg -

git clone https://github.com/Microsoft/vcpkg.git
cd vcpkg
bootstrap-vcpkg.bat
vcpkg integrate install
vcpkg install raylib:x64-windows

Clone the repo and run -

md build
cd build
cmake .. -G "MinGW Makefiles" -DCMAKE_TOOLCHAIN_FILE="path_to_vcpkg.cmake" -DVCPKG_TARGET_TRIPLET=x64-windows
mingw32-make

This will generate the binary executable as build\Ray-n-vader.exe.