/elevator-simulator-c

Terminal-based Elevator Simulator in C programming language

Primary LanguageCMIT LicenseMIT

Elevator Simulator in C programming language

This is terminal-based elevator simulator. You can travel in the elevator infinetely, untill you decide to stop.
There are 5 levels, including basement from 1 to 3. All levels in order are: B3, B2, B1, G, 1, 2, 3, 4, 5.

To run the game, oper "src" as working directory, and then:
  On Unix:
   gcc main.c - to build the file.
   ./a.out  - to run the game.
  On Windows:
   gcc main.c  - to build the file
   output-main.c - to run the fame

This image is test-run made by me, as for demonstration: Alt text Good luck playing! :)