An open API service indexing awesome lists of open source software.

https://github.com/megaing/pycraft

Create a blocky 2d engine in python, for example for minecraft
https://github.com/megaing/pycraft

Last synced: 8 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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