Elevator Saga is a Python implementation of an elevator simulation game with a event-driven architecture Design and optimize elevator control algorithms to efficiently transport passengers in buildings.
- 🏢 Realistic Simulation: Physics-based elevator movement with acceleration, deceleration, and realistic timing
pip install elevator-py# Start the backend simulator (Terminal #1)
python -m elevator_saga.server.simulator# Start your own client (Terminal #2)
# Example:
python -m elevator_saga.client_examples.bus_exampleFor detailed documentation, please visit: https://zgca-forge.github.io/Elevator/
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under MIT License - see the LICENSE file for details.
Made with ❤️ by the ZGCA-Forge Team