https://github.com/itsyakub/easter-hunt
Help the Easter Bunny catch eggs falling from the sky!
https://github.com/itsyakub/easter-hunt
2d 2d-game cmake cpp easter easter-egg game gamedev open-source opensource raylib raylib-cpp raylib-game
Last synced: 3 months ago
JSON representation
Help the Easter Bunny catch eggs falling from the sky!
- Host: GitHub
- URL: https://github.com/itsyakub/easter-hunt
- Owner: itsYakub
- License: mit
- Created: 2024-03-10T08:17:07.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-29T16:13:40.000Z (about 1 year ago)
- Last Synced: 2025-01-14T05:48:18.562Z (5 months ago)
- Topics: 2d, 2d-game, cmake, cpp, easter, easter-egg, game, gamedev, open-source, opensource, raylib, raylib-cpp, raylib-game
- Language: C++
- Homepage: https://itsyakub.itch.io/easter-hunt
- Size: 1.71 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
๐ฅ Easter Hunt ๐ฐ
[](https://itsyakub.itch.io/easter-hunt)


[](https://ko-fi.com/yakub)
๐ฃ 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! โจ
- 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.
๐ฎ Controls ๐ฎ
Input
Action
Space W โ
Move Up
A โ
Move Left
D โ
Move Right
๐ Credits ๐
- 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
โ LICENCE โ
This project is under the MIT Licence