Skip to content

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

Notifications You must be signed in to change notification settings

AndreiToroplean/mineflat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages