MEEWStudios Logo
Home
Team
Game
Concept Art
Development Blog
GitHub Repository

Final Update

Written by Willard on May 6, 2020

Youtube video of this version running on the SAGE screen at UH Manoa (this was recorded by our Professor for the purposes of receiving feedback during our online class):

Last week our game was essentially finished, in our final week of the class we fixed bugs and readjusted a few things. Here is a closeup view of the state of our game as we wrap things up for the semester.

This is the start screen where you can start the game, view the tutorial, or exit. Either a controller or keyboard and mouse can control the menu. startscreen.png A short tutorial screen explaining the features of Where’s Ronaldo. tutorial.png

When the player starts the game, the timer immediately starts at 2 minutes and players and NPCs start moving. startgame.gif

A closeup view of what the Red Ronaldo and the Blue Ronaldos look like. These are the characters players need to look for. redandblueronaldo.gif When an opponent’s spotlight gets close to Ronaldo, they run away. redronaldorun.gif

When a player finds and captures Ronaldo, Ronaldo gets jailed as indicated by the UI element above the player name. getrealronaldo.gif Capturing a fake Ronaldo just respawns that Ronaldo in a different place and decreases the player’s score significantly if that player has any points. Scores don’t go below 0. getfakeronaldo.gif

A key spawns on the map when a Ronaldo is captured, this is how Ronaldo gets released. keyfloat.gif Only players who’s Ronaldo is in jail can pickup the key. This player’s Ronaldo is not in jail so they cannot pickup the key, they have no Ronaldo to release from jail. keycantget.gif

When a Ronaldo is released the jail icon is removed in the UI to indicate that Ronaldo was released and the opposing player’s score also stops increasing. redrelease.gif

Players can pickup items to help them out. This item increases the size of the spotlight. itembig.gif This item increases the speed of the spotlight. itemfast.gif

After 2 minutes is up, the player with the most points wins, otherwise there will be a tie. endscreen.gif