Thanks to visit codestin.com
Credit goes to github.com

Skip to content

npip99/voxelcraft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

VoxelCraft

This repository aims to implement a fully features voxel engine, designed to be used with a simple scripting language. Modders should have the full freedom to easily add content to the game, and users should be able to seamlessly enjoy servers with arbitrary modpacks!

Setup

First, cd into voxel_engine. Then,

On Ubuntu, run

./setup
cmake .
make
./vc

On Windows, run

setup
cnmake
nmake
vc

And then VoxelCraft should begin running!

  • Windows will assume that you have Visual Studio Community installed, along with OpenGL.

To compile again, simply run make / nmake, and then run it with vc.

Use

Simply explore the world!

Implemented features are the following:

  • Escape to free and lock the mouse
  • Left click to damage blocks
  • Right cick to place blocks
  • Scripting language that transpiles to js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •