- Body Types
- Skin Tones
- Clothing
- Hairstyles
- Guns
- Wings
- Eye Styles
- Color Palette
- ...
pip install pygame
- Clone the repository
git clone https://github.com/sabihdordab/4DHD.git
cd 4DHD
- Run the game
python main.py
4DHD/
├── main.py
├── model/
│ ├── character.py
│ └── style/
│ ├── female/
│ │ ├── shirt.txt
│ │ ├── hair.txt
│ │ ├── eye.txt
| | ├── eye.txt
| | ├── etc...
│ │ └── pants.txt
│ └── male/
│ ├── shirt.txt
│ ├── hair.txt
│ ├── eye.txt
│ └── pants.txt
| ...
└── README.md
Contributions are welcome! Here's how you can help:
- Add New Styles: Create new character elements in the style files
- Expand Color Palettes: Add more color options
- Improve UI: Enhance the user interface
- Add Features: Implement new customization options
- Create polygon coordinates for your design
- Add to appropriate
.txt
file inmodel/style/[character]/
- Follow the existing format:
[[(x1,y1), (x2,y2), ...], color]
- More Body Types: Additional character templates
- Accessories: Hats, glasses, jewelry
- Background Selection: Custom backgrounds for characters
- Animation Preview: See characters in motion
- Export Options: Save as image files