An open API service indexing awesome lists of open source software.

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!

Awesome Lists containing this project

README

        


๐Ÿฅš Easter Hunt ๐Ÿฐ

![C++](https://img.shields.io/badge/c++-%2300599C.svg?style=for-the-badge&logo=c%2B%2B&logoColor=white)
[![Itch.io](https://img.shields.io/badge/Itch-%23FF0B34.svg?style=for-the-badge&logo=Itch.io&logoColor=white)](https://itsyakub.itch.io/easter-hunt)
![Windows](https://img.shields.io/badge/Windows-0078D6?style=for-the-badge&logo=windows&logoColor=white)
![Linux](https://img.shields.io/badge/Linux-FCC624?style=for-the-badge&logo=linux&logoColor=black)
[![Ko-Fi](https://img.shields.io/badge/Ko--fi-F16061?style=for-the-badge&logo=ko-fi&logoColor=white)](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! โœจ



  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