Skip to content
/ b Public

A multiplayer Voxel Engine written in C.

Notifications You must be signed in to change notification settings

aleksrutins/b

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

b

image

to build on linux/mac

mkdir build && cd build
cmake ..
make

win:

mkdir build && cd build
cmake .. -G "MinGW Makefiles"
make

run

./b

About

A multiplayer Voxel Engine written in C.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published