Posts

Showing posts from September, 2023

Sprint 2 Mobile Game Development

Image
Sprint 2 marks a significant milestone in the development of our project, focusing on enhancing the gaming experience by introducing disaster possibilities and several exciting game mechanics. In this paper, I will delve into the details of Sprint 2, discussing the implementation of disaster possibilities, two types of disasters, a random event, a rudimentary shop system, and the introduction of a save and load system. Additionally, we will express our satisfaction with the collaborative efforts of the team members, their dedication, and the support they have provided throughout Sprint 2 Disaster Possibility and Volatility Increase One of the key features of Sprint 2 is the introduction of disaster possibilities, adding an element of unpredictability and challenge to the game. These disasters are triggered by an increase in volatility resulting from upgrades to the power generator and water wheel generator. The decision to link disasters with player actions adds depth to the gameplay...

BlogPost1

Image
As a dedicated back-end programmer for the video game "Meltdown," I'm excited to share some of the recent progress I've made in enhancing the gaming experience. Today, I'm thrilled to unveil the development of the resource manager, which plays a pivotal role in our game's currency system, as well as the creation of two exciting generators: the Bike Generator and the Water Wheel Generator. The Resource Manager: A Central Hub of Variables At the heart of our game's economy is the resource manager, a meticulously designed component that consolidates all the variables needed for our currency system. This resource manager acts as a vital bridge between the game's mechanics and the player's in-game resources. It stores and tracks various in-game currencies, providing a seamless experience for players to manage their wealth.Our resource manager has gone through numerous testing and optimization to ensure that it operates smoothly, efficiently, and without...