Seats the passengers as close together as possible
These instructions will get you a copy of the project up and running on your local machine for usage.
- Python3
- Visual Studio Code [for editing]
- Download
main.py
to download the program
Running the tests and some commands to use to simplify the program
Run main.py
Every number between 1 and 7 will result in that number of seat being reserved, all in contiguous blocks of seats.
E - Exits the program
R - Resets the map of seats
P - Prints the current map of seats
Version 1.0.0
- Alexander Li - Initial Work - SpiritByte
This project is licensed under the MIT License - see the LICENSE.md file for details
- @SpiritBytes for contributing to the program