Skip to content

LeNetQuiParle/voxel-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Voxel game

Voxel game in python maded with ursina engine.
Based on the "Minecraft Clone" ursina sample.

Run the game

Just run the main.py python file

Keys

  • move around : WASD or ZQSD
  • jump : space bar
  • look around : mouse pointer
  • toggle perspective : tab
  • destroy block : left mouse click
  • place block : right mouse click
  • change block : 0, 1, 2, 3, 4, 5, 6, 7, 8, 9

Required modules

You need the ursina python module : In the cmd and type

pip install ursina

And also the perlin noise module : Type

pip install perlin-noise

About

voxel game in python maded with ursina engine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages