WILCO is a pixel-perfect Pygame adventure featuring animated animals, retro-inspired visuals, and a fully custom world system. Whether you're a dev or a player, WILCO invites you into a world of charm, action, and creativity. Built with ❤️ in Python.
- 🐶 Dynamic sprites for dogs & cats (idle, walk, jump, and more!)
- 🌍 Custom
.wlcoworld file format - 🖋️ Retro UI using hand-picked fonts like Orbitron, ComicNeue, and more
- 🔤 Built-in asset system with organized folders for fonts and images
Install dependencies:
pip install -r requirements.txtClone the repo and start the game:
git clone https://github.com/Natuworkguy/wilco.git
cd wilco/
python main.pyWilco/
├── main.py # Main game script
├── assets/
│ ├── fonts/ # Orbitron, VT323, ComicNeue, etc.
│ └── images/ # dog.png, cat.png, jump-sprites, etc.
│ └── sounds/ # bgm.mp3, and future sounds.
Code by Natuworkguy,
Idea by Kath Hill,
Music:
- Background music by Gloomy_Background755 - MakoVII
- Credits music by JXM and Polaris
Licensed under the GNU Affero General Public License v3.0.
See the LICENSE file for full details.
