Skip to content

itsYakub/Easter-Hunt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🥚 Easter Hunt 🐰

C++ Itch.io Windows Linux Ko-Fi

🐣 Easter Hunt is a small 2D game created with RobLoach/raylib-cpp for the Easter Season!🐰

Your objective is to catch as many falling, colorful eggs as possible flying as the Easter Bunny in the flying Easter Basket 🧺

✨ Getting Started! ✨

  1. Prerequesites:
  2. Manual Installation:
    1. Open the RELEASE page from this repository / open the Itch.io page.
    2. Select your desired release.
    3. Unzip the archive file.
    4. Navigate to the /game/ folder inside the downloaded directory.
    5. Select the executable.
  3. Building from scratch:
    1. Clone the Github Repository.
      git clone https://github.com/itsYakub/Easter-Hunt.git --depth=1 --branch=main
      
    2. Go to the project's directory:
      cd Easter-Hunt
      
    3. Pull the submodules:
      git submodule update --init
      
    4. Build raylib-cpp:
      cd lib/raylib
      mkdir bin
      cd bin
      cmake .. -G "Unix Makefiles"
      cmake --build .
      
    5. Go back to the main project directory and build the game:
      cd ../../..
      mkdir bin
      cd bin
      cmake .. -G "Unix Makefiles"
      cmake --build .
      
    6. Run the executable.

🎮 Controls 🎮

Input Action
Space W Move Up
A Move Left
D Move Right

📖 Credits 📖

❗ LICENCE ❗

This project is under the MIT Licence