Skip to content

without-eyes/Castaway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Castway

Overview

Welcome to Castaway! Castaway is a multiplayer sandbox survival ASCII game set on remote island where main character have to survive in harsh conditions.

Table of Contents

Installation

Prerequisites

Before running the game, ensure you have the following installed:

Setup

  1. Clone the repository:

    git clone https://github.com/without-eyes/Castaway.git
  2. Navigate to the project directory:

    cd Castaway
  3. Install libraries:

    sudo apt-get install libncurses5-dev libncursesw5-dev
    sudo apt-get install valgrind
    apt-get install libcriterion-dev
  4. Run the game:

    make

Usage

Controls

  • Move and attack: WASD

Contributing

Contributions are welcome! Please follow these steps:

  1. Fork the repository.

  2. Create a new branch:

    git checkout -b feature/your-feature-name
  3. Make your changes and commit them:

    git commit -m "Add your message here"
  4. Push to your branch:

    git push origin feature/your-feature-name
  5. Open a Pull Request.

License

This project is licensed under the MIT License.