an hackable headless minecraft client, built with aiocraft
Find a file
alemidev 4b1b508be9
restructured treepuncher, reworked addons system
Moved most of Treepuncher logic into 'game/*' files, making it more
modular. Changed a little bit events (but will need much more work).
Added SQLite storage and ini config file, for persistance. Moved the
launcher inside __main__, making it a launchable python module.

There still is some confusion between Addons and game logic components.
2022-02-15 16:53:53 +01:00
treepuncher restructured treepuncher, reworked addons system 2022-02-15 16:53:53 +01:00
.gitignore Initial commit 2021-11-23 11:24:47 +01:00
LICENSE Initial commit 2021-11-23 11:24:47 +01:00
README.md Initial commit 2021-11-23 11:24:47 +01:00
requirements.txt restructured treepuncher, reworked addons system 2022-02-15 16:53:53 +01:00
setup.py bump version 2021-12-10 12:01:55 +01:00

treepuncher

An hackable Minecraft client, built with aiocraft