Skip to content

LeoriumDev/venturers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Venturers

A Minecraft-like voxel game built with C++ and OpenGL.

Features

  • Basic Camera Movement
  • Simple procedural terrain generation

Platforms

  • macOS / Linux / Windows

I tested this game primarily on macOS, but other platforms should work in theory.

Build

Requirements

  • C++23 or newer
  • CMake ≥ 4.0
  • OpenGL-capable graphics driver (most computers do)

Clone the repository

git clone --recursive https://github.com/LeoriumDev/venturers.git
cd venturers

Build with CMake

mkdir build
cd build
cmake ..
cmake --build .

Run

./venturers

(On Windows, the executable will be located in the build output directory.)

Controls

  • Press W / A / S / D to move around
  • Press Space to go up, and Left Shift to go down
  • Use the mouse to look around
  • Press ESC to exit the game

Credits

Huge thanks to these websites:

About

A Minecraft-like voxel game built with C++ and OpenGL

Topics

Resources

Stars

Watchers

Forks