Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 1.2 KB

README.md

File metadata and controls

42 lines (33 loc) · 1.2 KB

⚠️ Important information

This game was built as a project for an Operating systems II university course. If one uses any part of this code in their project, they can expect to have it not be accepted. One of the possible consequences of that action would be a fail in the course.

Please be careful!

How to build

To build the game you have to have ncurses library installed, and also make and gcc compiler. You can do this by using the following command

sudo apt-get install -y libncurses5-dev make gcc

To build the game, simply run

make

And then run server and client programs from build directory

cd build/
./server
./client
Made with 💜

TODO:

  • Enemy client
  • Bot client
  • Bot client - run away from enemy
  • Create dropped treasure after player death
  • Server - draw players on server view
  • Server - fix player info on disconnect
  • Server - add key behaviour:
    • B/b – add enemy to random tile
    • c/t/T – add a coin, a treasure or a large treasure
    • Q/q – quit