🐣 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 🧺
- Prerequesites:
- CMake: https://cmake.org/
- GCC Toolchain: https://gcc.gnu.org/
- Git: https://git-scm.com/
- Manual Installation:
- Open the RELEASE page from this repository / open the Itch.io page.
- Select your desired release.
- Unzip the archive file.
- Navigate to the /game/ folder inside the downloaded directory.
- Select the executable.
- Building from scratch:
- Clone the Github Repository.
git clone https://github.com/itsYakub/Easter-Hunt.git --depth=1 --branch=main
- Go to the project's directory:
cd Easter-Hunt
- Pull the submodules:
git submodule update --init
- Build raylib-cpp:
cd lib/raylib mkdir bin cd bin cmake .. -G "Unix Makefiles" cmake --build .
- Go back to the main project directory and build the game:
cd ../../.. mkdir bin cd bin cmake .. -G "Unix Makefiles" cmake --build .
- Run the executable.
- Clone the Github Repository.
Input | Action |
---|---|
Space W ↑ | Move Up |
A ← | Move Left |
D → | Move Right |
- RobLoach/raylib-cpp:
https://github.com/RobLoach/raylib-cpp/tree/master - Vanilla Milkshake Palette:
https://lospec.com/palette-list/vanilla-milkshake - Egg SFX:
https://www.soundsnap.com/tags/egg - raysan5/rfxgen:
https://raylibtech.itch.io/rfxgen - Background OST:
https://soundcloud.com/dream-story-studio - Varela Round font:
https://fonts.google.com/specimen/Varela+Round - Figma:
https://www.figma.com
This project is under the MIT Licence