From ef31b3cb037df4c64add4b9944383a544c2fa7ff Mon Sep 17 00:00:00 2001 From: foglar Date: Wed, 9 Oct 2024 21:21:33 +0200 Subject: [PATCH] SRS specifications edit --- TetrominoSRS.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/TetrominoSRS.md b/TetrominoSRS.md index feb1de2..81d6a88 100644 --- a/TetrominoSRS.md +++ b/TetrominoSRS.md @@ -1,9 +1,11 @@ -# Tetris Game +# Tetris Game + Version: 0.1 Author: Filip Kohout Date: 20/09/2024 -## Table of Contents +## Table of Contents + 1. Document Edit History 2. Introduction 3. Service Development @@ -14,15 +16,16 @@ Date: 20/09/2024 --- -## Document Edit History +## Document Edit History | Version | Author | Comment Message | |---------|----------------|-------------------------| | 0.1 | Filip Kohout | First game estimates | +| 0.2 | Filip Kohout | Defined blocks | --- -## Introduction +## Introduction **Purpose of the document:** The purpose of the document is to describe all the functional and non-functional requirements for the CLI-based Tetris game development project. This document serves as a guide for programmers, testers, and stakeholders, providing a clear overview of the system's requirements to ensure the game's development adheres to the design and expectations.