Skip to content

CloudSetDrive/game

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to veloren

Build Status

What is veloren

veloren is a multiplayer voxelbased game which is heavily influenced by cubeworld.

how to compile it

  1. install dependencies
#arch:
pacman -S rust
pacman -U https://archive.archlinux.org/packages/s/sfml/sfml-2.4.2-5-x86_64.pkg.tar.xz #needed for now, because sfml is normaly 2.5 and csfml only 2.4
pacman -S csfml
  1. compile and run tests
( cd worldtest && cargo run )
  1. compile and run server
( cd server-cli && cargo run )
  1. compile and run client
( cd frontend && cargo run )

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%