Skip to content

Shop Implementation

Lumin-cider edited this page Sep 13, 2022 · 16 revisions

Interface Implementation

In line with creating a minimum viable product for the purpose of sprint 1, it can be noted that some aspects of the high-fidelity prototypes were not able to be implemented, such as the alignment of assets on the screen. Since this does not affect the functionality of the feature, these will be adjusted in future iterations of the design.

For sprint 2, new purchase constraints have been created for players, this includes:

  1. Items cannot be purchased when there are insufficient resources available
  2. Specific items cannot be repeated purchased (e.g. equipments)

When any of the constraints are violated, the buttons will turn red as to notify the player and an error sound will be played (curtesy to team 11)

Main Shop Screen

image

Screenshot 2022-08-30 at 11 49 24 am

Building Shop Screen

image

Screenshot 2022-08-30 at 12 03 32 pm

Artefact Shop Screen

image

Screenshot 2022-08-30 at 12 03 27 pm

Equipment Shop Screen

image

Classes

CareTaker: The caretaker class records and stores the player state into the internal memory for the engine to retrieve in the future. The main purpose of this class in sprint 1 is to ensure that the player state is consistent before and after entering the shop thus making the purchasing effect permanent and prevents player state (e.g. gold) from resetting after switching back to main game screen.

CareTaker has also been implemented with the characteristics of a singleton class, the singleton class has allowed caretaker to be accessed anywhere in the game. This design pattern has also prevented more than one caretaker from being created, thus allowing all mementoes to be stored in the same caretaker and allows better management.

Memento: Store the player states and prevents any further change to be done on it, this is so there are no possibility of it changing when the caretaker stores it, any changes done to the player state will cause new memento to be made and stored

Originator: Records the player state before storing it as a memento, store the status of the player's inventory, gold, attack, health, etc. Originator can be edited to follow any further changes before saving it as a memento

UML Diagram

Memento drawio

A UML showing the the more significant aspects of the shop screen interface (Note: not all variables and methods are illustrated).

image

Table of Contents

Home

How to Play

Introduction

Game Features

Main Character

Enemies
The Final Boss

Landscape Objects

Shop
Inventory
Achievements
Camera

Crystal

Infrastructure

Audio

User Interfaces Across All Pages
Juicy UI
User Interfaces Buildings
Guidebook
[Resource Management](Resource-Management)
Map
Day and Night Cycle
Unified Grid System (UGS)
Polishing

Game Engine

Getting Started

Entities and Components

Service Locator

Loading Resources

Logging

Unit Testing

Debug Terminal

Input Handling

UI

Animations

Audio

AI

Physics

Game Screens and Areas

Terrain

Concurrency & Threading

Settings

Troubleshooting

MacOS Setup Guide

Clone this wiki locally