๐ฌ Program Demo:
This is a fun and educational elevator simulator with 5 floors, from Ground (G) to 5๏ธโฃ.
It works like a real elevator: you click buttons, and the elevator moves to requested floors! ๐ฏ
The floor buttons are placed on the upper-right panel. Click them to start the elevator ๐ฆ.
Made with Python & PyGame ๐๐ฎ
- ๐ข 5 floors with selectable buttons
- โฌ๏ธโฌ๏ธ Realistic elevator movement
- ๐ Handles multiple requests like a real elevator queue
- ๐จ Colorful and simple interface
Make sure Python is installed. Then run:
pip install pygame
- Run the
main.pyfile:python main.py
- Click a floor button on the right panel ๐ฑ
- The elevator will move smoothly to your selected floor ๐
- Multiple requests are handled sequentially โณ
Found a bug or want to share feedback?
- Email: ashkan0211@gmail.com โ๏ธ
- This project is mainly educational to understand elevator logic
- Simple interface for learning purposes
- No external assets required, only PyGame ๐
