Skip to content

Alex-Stone-Github/voxelengine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Voxel Engine

Cover Image

This is my take on a multiplayer, voxel engine, game.

License

Checkout LICENSE.

Features

  • Networking
  • Multithreading
  • Server
  • Mesh Generation
  • Dynamic Chunk Loader

How to play?

  1. Download your chosen release from the right pane of this page!(I recommend you pick the latest version, will have a .zip extension that is not source code)
  2. Unzip the release zip file.
  3. Enter the release directory.
  4. Run the executable file depending on your operating system:

Windows

Double click the file bootstrap-windows.bat inside of the unzipped release folder in order to run it. This will open multiple log windows for debugging as well.

Linux

# Enter the build directory
sh bootstrap-linux.sh
  1. Enjoy the work in progress!

Bugs, Features Requests, & Issues

Open a new issue in the issues tab and write your feedback.