Skip to content

wolfd/TorusCraft

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TorusCraft

Based entirely on PythonCraft

A program to procedurally generate 3-dimensional worlds made of cubes and view the evolution of the landscape over time. Right now it generates the world on the fly and launches the pyglet window as soon as it's been generated, so just run main.py with Python.

The current version uses textures from Mojang's Minecraft, and certain elements of the program structure were inspired by Michael Fogleman's "Minecraft" repository.

The twist

screenshot of the torus world

Dependencies:

  • Pyglet
  • Numpy
  • PyPlatec

pip install pyglet numpy pyplatec

Controls:

WASD: Normal movement Space: Fly up Shift: Fly down Esc: Pause

About

A program to procedurally generate 3-dimensional worlds made of cubes and view the evolution of the landscape over time.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%