Skip to content

Create a blocky 2d engine in python, for example for minecraft

Notifications You must be signed in to change notification settings

MegaIng/pycraft

Repository files navigation

pycraft

A blocky 2d python3 game eninge interface to pygame.

Work in progress.

Not tested on windows.

Requirements

  • pygame (pip install pygame)
  • ezpygame (pip install ezpygame)
  • noise (pip install noise)

Installation

  1. Download the repository
  2. get the newest minecraft assets and put the assets folder inside the repository at toplevel

Usage

python3 main.py

Goals

Minecraft

  • Minecraft structurs (Trees, Houses, etc.)
  • Better Generator (Seeds,Bioms)

Genral

  • Bigger diffrence between minecraft and the engine. (Remove of BodyPart from Object)

Any help would be great

About

Create a blocky 2d engine in python, for example for minecraft

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages