Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.17 KB

File metadata and controls

31 lines (20 loc) · 1.17 KB

Mineflat

A transposition of Minecraft in 2D, developed for educational purposes.

Here's a few demos (latest first):

Mineflat - a 2D MINECRAFT: HUGE UPDATE and a look inside the code!

Mineflat - a 2D MINECRAFT: HUGE UPDATE and a look inside the code!

Mineflat - A flat version of Minecraft coded in Python!

Mineflat - A flat version of Minecraft coded in Python!

Installation

Only Windows is supported for now (but if you feel adventurous, I don't think it's too hard to get it running on another platform).

  • First, install Python 3.8 from the official website.
  • Then, clone the repo in a folder of your choosing.
  • From the newly created mineflat dir, in a Windows Powershell, run:
    • python -m venv venv
    • .\venv\Scripts\Activate.ps1
    • pip install -r requirements.txt

Launching

  • From the mineflat dir, in a Windows Powershell, run:
    • .\venv\Scripts\Activate.ps1
    • python -m mineflat

Enjoy!