aeongarden
aeongarden copied to clipboard
Aeon Garden is an artificial life toy for Apple devices built with SpriteKit
Aeon Garden
Aeon Garden is a stylish, simple artificial life simulation. Creatures are born, eat, mate, and die in a virtual tank; their attributes can be passed on to their offspring, and mutations occur along the way, so every tank will evolve differently. Aeon Garden is meant to be a passive experience, something you leave on in the background while you're doing other things.
⚠️ This project is under active construction! ️️⚠️
If you'd like to contribute, please contact me @amiantos on Twitter or some other way.
Features
- [x] Watch abstract creatures swim around and live their tiny lives in a virtual tank
- [ ] Running tanks generate pleasing ambient sounds
- [ ] Customize tank settings (food level, food spawn rate, and more)
- [x] Mark creatures as 'favorites' to persist them between tanks
- [ ] Cross-platform support
- [x] iOS
- [x] tvOS
- [ ] macOS
Video & Screenshots
📺 Watch a YouTube video of Aeon Garden
These screenshots are from the tvOS version.


Why
Like Numu Tracker, Aeon Garden is both a learning project and a labor of love. I've always loved little artificial life simulations, no matter how rudimentary. Aeon Garden is also helping me learn more things: SpriteKit, GameKit, CoreData with CloudKit, creating views and constraints programmatically, more elaborate view animations, better code organization, and cross-platform development.
To Install
git clone https://github.com/amiantos/aeongarden.git- Open
App/Aeon Garden.xcworkspace - Pick a target
- Build!