You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
OGordoo caffb3521e Unreal Engine Projects 4 years ago
..
README.md Unreal Engine Projects 4 years ago

README.md

Functional

A main menu is displayed at the game startup, displaying 5 options?
Does the Credits button shows you the names of the developers that worked on the project?
Does the Quit button makes the player quit the game?
Does the Start button on the main menu starts a new game?
Does the Character button shows you the unlockable characters and the price to unlock them?
Does the Leaderboard button shows the 5 best scores?
Does the Stats button shows the games stats (amount of coins you’ve collected overall, how many times you died, number of games and highest score)?
Does the maps contain obstacles that the player has to dodge?
Can you confirm that there is no 3D objects in the game?
Is the game meant to be played in landscape mode?
Is the player heading right?
Is actually the background moving from right to left, giving the illusion that the player is the one moving?
Is the map infinite if the character does not hit anything?
Does each action (running, jumping, ducking and dying) play a different flipbook?
When the character hits an obstacle does he dies?
When the character dies does a score screen gets displayed and the player needs to enter 3 characters to save his score in the Leaderboard?
If the score of the player is one of the best 5 scores ever, does the Leaderboard gets updated?
Can the character collect coins/gems?
Does the invincibility bar fills up when collecting coins/gems?
Does the character becomes invincible for a little while once the player touches the invincibility bar?
When the invincibility bar gets emptied does the character comes back to normal?
Are the jump and duck/roll button accessible using thumbs when holding the phone?
Can the character jump and duck/roll when touching the buttons?
Are the highest score and current score displayed on the top middle of the screen while playing?
Is the current score being updated as you play?
Is a pause button available to the player?
Does the Retry button on the pause menu starts a new game, losing the previous progress made?
Does the Menu button on the pause menu takes the player to the main menu, losing the previous progress made?
When pressing the pause button, the game stop on the background and the retry, menu and quit button appear on screen?
Does the Quit button on the pause menu, quits the entire app?
When quitting the app and turning back, does the Stats and Leaderboard menu still contains data?
If in the Leaderboard or Stats menu you press the reset button, is all data reset to 0?
Is the apk is built using the latest Android SDK version?

Bonus

Can the player buy an extra life before the start of the game using coins/gems?
Are different sprites being used from the ones provided?
Are there different map backgrounds?
Can the coins/gems be used in an in-game store to buy skins/perks other than invincibility?