Metadata-Version: 2.1
Name: craft2d
Version: 0.1.2
Summary: 
Author: Tristan Bester
Author-email: tristanbester@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: gymnasium (>=0.28.1,<0.29.0)
Requires-Dist: numpy (>=1.25.1,<2.0.0)
Requires-Dist: pygame (>=2.5.0,<3.0.0)
Description-Content-Type: text/markdown

# craft2d


## Skills
### Easy
1. Get wood: Tree 
2. Get stone: Stone
3. Get grass: Grass

### Medium
1. Make sticks: Get wood x 2 + Use Crafting Table
2. Make rope: Get grass x 2 + Use Crafting Table

### Hard
1. Make weapon: Sticks x 1 + Stone x 2 + Use Crafting Table
2. Make bridge: Rope + Sticks + Use Crafting Table

### Very Hard
1. Get diamond: Bridge + water + collect diamond
2. Make diamond weapon: Diamond + weapon + Use Crafting Table
3. Plant & harvest before time runs out?
