Skip to content

MaeBrooks/zoxel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Another Foss Voxel Game

  • Requires Zig `0.15.1`

Why?

For fun! And because most of the alternatives out there have choices that we dislike.

Goals

  • The default standard is our standard: No custom formatter, zig’s default formatter is enough.
  • Keep it simple: Code should be easy to read, understand, and write.
  • Mod support: No “addons”. A mod should be contained in a folder, and it should have access to all the same code that we do.
  • Self contained: The game / engine should be compilable and runnable with just `git clone <this repo> && zig build run`
  • Debuggable: Errors and warnings should tell users what needs to be done to fix the problem, or suggests a fix.

About

Foss voxel game

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages