Author: Sue Wee - swee4@illinois.edu
- Overview
- Installation
- Citations
Play as Beemo, a League of Legends character who must go along his way and collect items and defeat enemies to reach the other side of the map and save his friend, the Poro, only by defeating the final boss, the Nexus Turret! Uncover sparkles to reveal basic items that can boost his initial stats, defeat minions to gain better items with stronger stat boosts, and collect bees to fuel his attacks!
In order to run this project:
- Clone it from GitHub at https://github.com/CS126SP20/final-project-swee4
- Make sure that Cinder is built and able to run.
- Run the beemos_rescue.cc code.
- This project uses the external library ciAnimatedGif from cwhitney, which allows animated gifs to play.
- Certain images were sourced from the League of Legends game, through its Wikipedia page.
- Background music is dervied from YouTube, made by LilyPichu.
- The river image is derived from this website.
- The Beemo splash art on the Title screen is from here.
- The crying Poro image on the end screens is from here.
- The Poro eating the Poro Snax image on the end screen is from here.
- The method of drawing text boxes on the Cinder UI was derived from the CS 126 Course Staff.