Skip to content

thehxdev/dvn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DvN

DvN (Day vs Night) is an automatic game that runs only by the computer.

Build

  1. Download Raylib precompiled package from the official releases for your platform and toolchain.
  2. In the project root directory, extract the Raylib archive and rename the resulting directory to raylib.
  3. Build the project with CMake:
mkdir -p build
cmake -B build -S .
cmake --build build --config Release

Run

Running the executable is different if you built the project with MSVC:

.\build\dvn\Release\dvn.exe

Other platforms with clang or gcc:

./build/dvn/dvn

Photo

dvn sample image

About

Day vs Night zero-player game!

Topics

Resources

License

Stars

Watchers

Forks