From 180350a4091307c5daac24ea8faff40073418651 Mon Sep 17 00:00:00 2001 From: huma3 <huma3@mcmaster.ca> Date: Tue, 21 Jan 2020 19:47:43 -0500 Subject: [PATCH] Problem statement criteria with short answers --- Doc/ProblemStatement/ProblemStatement.tex | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/Doc/ProblemStatement/ProblemStatement.tex b/Doc/ProblemStatement/ProblemStatement.tex index 163d036..202635c 100644 --- a/Doc/ProblemStatement/ProblemStatement.tex +++ b/Doc/ProblemStatement/ProblemStatement.tex @@ -36,7 +36,23 @@ Date2 & Name(s) & Description of changes\\ \maketitle Redesign simple Python games to increase the graphics and complexity. -Alongside the redesign, there will be a new launcher +Alongside the redesign, there will be a new launcher. + +- A clear concise description of the issues that need to be addressed by your team +- What problem are you trying to solve? Not how you are going to solve the problem + +Currently, we have a collection of very simple minigames that can be played by launching each game individually. These games have +low graphics quality, minimal features and poor performance. To play a game, you have to launch them using a Linux subsystem, and each +game must be launched individually. + +- Why is this an important problem? + +It is a univeral fact that games should be entertaining, with smooth performance. We want these simple minigames to provide said +entertainment to the users, as well as ease of access. + +- What is the context of the problem you are solving? + - Stakeholders? + - Software environment? %\wss{comment} -- GitLab