Final project assignment
The goal of the final project work is to modify and complete the functional prototype you created during the preliminary
project so that the outcome is a web-based flight game.
.jpg)
Kuumailmapallon kuva: Songeunyoung songeunyoung, CC0, via Wikimedia Commons
Requirements specification
The requirement specification document describes what the final, extended flight game can be used for.
You may use the contents and parts of the requirement specification of the preliminary project in your new requirement
specification document.
The requirements document must include at least the following chapters:
- Introduction
- Current State
- Vision
- Functional Requirements
- Quality Requirements
Chapter 1 (Introduction) discusses the purpose and target audience of the document. Also the structure of the document can be
described in the Introduction.
Chapter 2 (Current State) explains the current state of the project work: What can your prototype of the flight be used for?
Chapter 3 (Vision) describes the general idea of the new, extended flight game. How does the user play the game and what
happens in the game? The vision can again be presented as an image with a supporting text description.
Chapter 4 (Functional Requirements) describes what the user can do with the extended game. Write more user stories the same way
as in the requirement specification of the preliminary project.
Chapter 5 (Quality requirements) specifies what requirements the game has other than the functional requirements. These could for example be
requirements relating to response time or usability.
A requirements specification document can be evaluated with the following questions:
- Does the vision provide a general view of the game and the idea behind the game?
- Has the functionality of the game been presented in a comprehensive, unambiguous, concrete and feasible way? Does the document give an accurate
impression of how the game works?
- Does the game contain novel ideas?
- Have the necessary quality requirements been presented in a concrete way?
- Does the game fulfill the set mandatory conditions for the game?
- Can the document be considered a high-quality, technical document in terms of language and appearance?
Mandatory conditions for the game
The finished game must follow the mandatory conditions listed below. You are again free to design and implement any type
of a game you want as long as it fulfills these conditions:
- The user playes the game in an interactive way on a browser.
- The user interface (UI) is implemented using HTML language and CSS style sheets. JavaScript is used for implementing the necessary
browser functionality.
- The operation logic of the game is implemented as a Python-based backend service that provides an API for the browser.
- The communication between the backend service and the browser is implemented using API requests and JSON responses.
- The game’s backend service utilizes a relational database that is based on the airport database used on this course. The schema of
the database can be modified and extended freely as needed.
- The game has a concrete goal and it offers a good gaming experience.
- The game takes sustainable development factors into account.
- The game follows a good gaming etiquette and courtesy and is also suitable for young users (12+).
The following criteria are not mandatory but they will be regarded as merits:
- Satellite or map data is shown graphically on the browser.
- The program utilizes the object-oriented features of Python.
- The game’s backend service communicates with external data sources.
Determining the Grade
- Grade 1: The effort to meet the mandatory conditions 1-8 is evident. There are deficiencies and weaknesses in the technical implementation, or the work is modest in scope and ambition.
- Grade 3: The game fulfills the mandatory conditions 1-8. There are no significant shortcomings in the technical implementation. From the perspective of its scope and complexity, the work is of a good standard. Any shortcomings in the work can be compensated by the fulfillment of optional conditions 1-3.
- Grade 5: The game fulfills the mandatory conditions 1-8. The work is of high quality in terms of technical implementation and the structural quality of the source code. The skilled and versatile use of learned technologies is emphasized in the work. If there are minor deficiencies in the work, they have been compensated by implementing optional conditions 1-3.
The individual grade derived from the project grade is also influenced by continuous evidence, self-assessment, and peer assessment.