Skip to content

zifan-wang/Minecraft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a Minecraft written in Python.

By zifanwang.

Based on https://github.com/fogleman/Minecraft.

How to run

pip install pyglet
pip install numba
git clone https://github.com/zifan-wang/Minecraft.git
cd Minecraft
python main.py

Gitee: https://gitee.com/zifanwang/minecraft.git

How to play

Moving

  • W: forward
  • A: left
  • S: back
  • D: right
  • R: turn on/off running mode
  • ESC/E:release the mouse
  • Space: jump
  • Tab: change mode (flying or walking)

Right click to place blocks,Left click to destroy blocks.

Left-clicking on TNT can make TNT explode.

Blocks

  1. grass
  2. dirt
  3. stone
  4. sand
  5. wood
  6. brick
  7. pumkey
  8. melon
  9. TNT

Previous Versions

Beta 0.1.0 - First Beta release

About

A Minecraft written in Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages