Skip to content

Latest commit

 

History

History
75 lines (61 loc) · 1.99 KB

File metadata and controls

75 lines (61 loc) · 1.99 KB

Mineplace

Mineplace is a simple Minecraft clone made with Python and Pygame.

Current version: v1.3.3 Redstone Test 3

Features

  • 64x32 block world
  • Blocks
    • Grass
    • Dirt
    • Stone
    • Cobblestone
    • Stone Bricks
    • Ores (Coal, Iron, Gold, Diamond)
    • Block form of ores (Coal Block, Iron Block, Gold Block, Diamond Block)
    • Oak Planks
    • Oak Log
    • Leaves
    • Glass
    • Sand
    • Gravel
    • Water
    • Redstone Dust
    • Redstone Repeater
    • Redstone Lamp
    • Redstone Observer
    • Redstone Block
  • Player (stuck in creative mode, no gravity)
  • Simple lighting
  • Day / Night (12 ingame hours = 10 IRL minutes)
  • World saving and loading

Controls (Default)

  • WASD to move
  • Arrow keys to move block selector
  • Space to place block
  • C to break block
  • KL to switch block to place
  • Escape to exit out of almost all menus (fixing this soon)
  • Up / Down to go through world list or any option list
  • Left / Right to go through pages in world list or change settings value in settings menu
  • D (in world list) to delete world

Credits

Texture pack I'm using to not to get copyrighted by mojang: P4ncake's Allure pack

Building from source

Requirements

  • Python 3.10 or newer
  • Pygame (latest works)
  • PyInstaller (for building)
  • thats really it

Instructions

  1. Clone the repository
  2. Run the main.py file, as it automatically installs the required dependencies
  3. Enjoy the game!
  4. To build it, use the build.sh script (Linux) or build.bat script (Windows)
  5. Enjoy the game again!