Welcome to Castaway! Castaway is a multiplayer sandbox survival ASCII game set on remote island where main character have to survive in harsh conditions.
Before running the game, ensure you have the following installed:
- GNU Compiler Collection - Version 11.4 or above
- ncurses - Version 6.3 or above
- valgrind - Version 3.23 or above
- criterion - Version 2.4 or above
-
Clone the repository:
git clone https://github.com/without-eyes/Castaway.git
-
Navigate to the project directory:
cd Castaway
-
Install libraries:
sudo apt-get install libncurses5-dev libncursesw5-dev sudo apt-get install valgrind sudo apt install libcriterion-dev
-
Run the game:
make
- Move and attack: WASD
Contributions are welcome! Please follow these steps:
-
Fork the repository.
-
Create a new branch:
git checkout -b feature/your-feature-name
-
Make your changes and commit them:
git commit -m "Add your message here"
-
Push to your branch:
git push origin feature/your-feature-name
-
Open a Pull Request.
This project is licensed under the GPL-3.0 License.