Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 366 Bytes

File metadata and controls

15 lines (12 loc) · 366 Bytes

minecraftinpython

We will use a python library called pyglet to create this minecraft game in python pip install pyglet

Here are the game controls of this game

"W" to move forward "S" to move backward "A" to move left side "D" to move right side "Left click mouse" to remove a block "Right click mouse" to create a block "Space" to jump "Esc" to pause the game