Skip to content

Explore a basic C++ game: navigate a character through a map, squish bugs, and beware—bugs can fight back. Enjoy the simple thrill!

Notifications You must be signed in to change notification settings

JacobCoch/classy-clash

Repository files navigation

Classy Clash

Welcome to Classy Clash, a C++ game built with raylib.

classy-clash

Overview

Classy Clash is a simple yet engaging game created with the raylib game development library. Immerse yourself in an action-packed adventure where you'll face relentless enemies, wield a mighty sword, and explore the mysteries of a captivating island.

Table of Contents

Getting Started

  1. Install Raylib
    • Visit the official Raylib website to download and install the library.
    • The installation package usually includes the MinGW compiler required for building the game.

Controls

Classic Controls

  • Use WASD for movement.
  • Use the left mouse button for attacking.

Building and Running the Game

  1. Clone the Repository:
    git clone https://github.com/JacobCoch/Classy-Clash.git
    cd Classy-Clash
    

Windows

  1. Build and Run:
    • Open the project workspace using your preferred code editor.
    • Press Ctrl+Shift+B to build the project.
    • Start the game by pressing F5.

MacOS and Linux

  1. Build and Run:
    make game
    ./game
    

Enjoy the Adventure Immerse yourself in the world of Classy Clash. Conquer enemies, explore the island, and emerge victorious in this thrilling gaming experience.

About

Explore a basic C++ game: navigate a character through a map, squish bugs, and beware—bugs can fight back. Enjoy the simple thrill!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published