Sky Runner Game
Listed in
This article is not in any list yet, why not save it to one of your lists.Abstract
The Sky Runner Project is an endless runner-style game based on Java, set in a futuristic 2077 Dubai. Players control one of the flying cars through the sky, dodging obstacles while gathering points to purchase new vehicles. The game is designed with a heavy emphasis on entertainment, with simple but engaging gameplay throughout. It will incorporate OOP principles and have a well-defined package organization for UI management, game logic, media handling, and data storage through binary-based files. The Sky Runner game will incorporate a dynamic scoring system that adjusts the difficulty level and has a structure that saves player progress, settings, and purchases. Some testing was done to check if the UI interacts with the rest of the application correctly if game states transition correctly, and if the difficulty adjustments functioned properly. The game has been inspired by the simplicity of the way that Google Chrome Dinosaur Game has put out, giving it an advanced futuristic setting while also expanding the views, immersive sound design, and progression system. The project demonstrates high software engineering principles, being modular coded, and maintainable. The future scopes entail saving progress on an account basis, providing options for changing backgrounds, and allowing for alternative gameplay modes.