Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
7
7_team_pic-puzzle
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Justin
7_team_pic-puzzle
Commits
4b4f401d
Commit
4b4f401d
authored
9 years ago
by
Yuchen Liu
Browse files
Options
Downloads
Patches
Plain Diff
added proof of concept plan
parent
5e67210b
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
proofofconceptplan.tex
+68
-0
68 additions, 0 deletions
proofofconceptplan.tex
with
68 additions
and
0 deletions
proofofconceptplan.tex
0 → 100755
+
68
−
0
View file @
4b4f401d
\documentclass
[12pt]
{
article
}
\usepackage
{
xcolor
}
% for different colour comments
%% Comments
\newif\ifcomments\commentstrue
\ifcomments
\newcommand
{
\authornote
}
[3]
{
\textcolor
{
#1
}{
[#3 ---#2]
}}
\newcommand
{
\todo
}
[1]
{
\textcolor
{
red
}{
[TODO: #1]
}}
\else
\newcommand
{
\authornote
}
[3]
{}
\newcommand
{
\todo
}
[1]
{}
\fi
\newcommand
{
\wss
}
[1]
{
\authornote
{
magenta
}{
SS
}{
#1
}}
\newcommand
{
\hm
}
[1]
{
\authornote
{
blue
}{
HM
}{
#1
}}
%Hediyeh
\newcommand
{
\tz
}
[1]
{
\authornote
{
blue
}{
TZ
}{
#1
}}
%Tahereh
\newcommand
{
\pl
}
[1]
{
\authornote
{
blue
}{
PL
}{
#1
}}
%Peng
\begin{document}
\title
{
Problem of Concept Plan for Pic-Puzzle
}
\author
{
Justin Kapinski, Boyun Deng, Yuchen Liu
}
\date
{
\today
}
\maketitle
\setlength
{
\parskip
}{
1em
}
\noindent
\textbf
{
Will a part of the implementation be difficult?
}
\\
The most challenging
part of the implementation will be the GUI. Another challenge will be
the algorithm to generate the numbers from the pictures.
\noindent
\textbf
{
Will testing be difficult?
}
\\
The most difficult part about testing will be
testing the GUI. It is hard to test GUIs automatically. Testing the
algorithms will be easy because we can compare our algorithm's output
with the output from the original program.
\noindent
\textbf
{
Is a required library difficult to install?
}
\\
There shouldn't be any
required libraries beyond what is included in Java already.
\noindent
\textbf
{
Will portability be a concern?
}
\\
Portability won't be a problem because we
will be using Java so it should work on any computer with the JVM.
\noindent
\textbf
{
Will the project size/scope be feasible?
}
\\
Yes, the project is based on a
fairly simple game. It will not require too much effort to fully
replicate the original game's functionality.
\noindent
\textbf
{
What will be demonstrated?
}
\\
The most important part to demonstrate will
be the GUI, because we think it will be the most difficult part to
implement. Our demonstration should at least include a functional GUI
with test cases.
\end{document}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment