Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 595 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 595 Bytes

MAZE GAME

  1. Open three terminals.
  2. Run command "make all".
  3. In one of the terminals, run the command "./server" to start the server.
  4. In the other two, run "./main" to start the games for player 1 and player 2 (viz-a-viz Pishach and Vetaal).
  5. When the game ends, clean the output file by running "make clean"

In case sdl are not installed they need to be installed.

Sources:

  1. http://kenney.nl/assets?q=2d (Images)
  2. https://opengameart.org/art-search-advanced (Images)
  3. https://www.piskelapp.com/ (Drawing)
  4. Stack Overflow
  5. https://wiki.libsdl.org/Tutorials (for tutorials)