Welcome to Enderville! You wake under an Oak Tree with an Old Hat and no memories in Enderville, a world to explore from the Meadow to Meadow Village, encountering odd villagers, getting annoyed by squirrels, collecting random items, and uncovering The Legend of Enderville—a tale of Seven Great Dragons battling the Demon Dragon—knowing the adventure never ends with more secrets, paths, and villagers to annoy.
Genetic Algorithm Simulation
In this simulation, agents are tasked with reaching a target while avoiding predators and obstacles. The simulation continuously evolves, with agents adapting and improving their strategies over generations.
Generation: Number of generations the agents have evolved through. Reached Goal: Number of agents that have reached the target. Alive: Number of agents still alive in the current generation. Best Fitness: The highest fitness score achieved by any agent in the current generation.
Solar System
The Solar System Simulator is an interactive Python program that visualizes the solar system using Pygame. You can explore the positions of planets, moons, and asteroids in real-time, with the ability to zoom, pan, and follow celestial bodies. The simulation syncs with real planet locations based on data from Skyfield.
Key features include accurate planet positions based on real data, a simulated asteroid belt with random asteroids, interactive controls for time speed, zoom, and planet tracking, and info panels for planets and moons.
Controls are simple: Pan by left-clicking and dragging, zoom with the mouse wheel, click a planet to follow it or view its info, use the arrow keys to change time speed, spacebar to pause time, R to reset time, Free View to stop following a planet, and Sync Time to sync with real-time.
Enjoy exploring the solar system in a dynamic and visually rich simulation!