/Easter-Hunt

Help the Easter Bunny catch eggs falling from the sky!

Primary LanguageC++MIT LicenseMIT

๐Ÿฅš 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