-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTODO.txt
21 lines (21 loc) · 1.03 KB
/
TODO.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Hosted on Heroku
External JavaScript file
External CSS file
Screen/s generated by Ruby, using eRuby template
Ruby generates random upper / lower bounds (within limits I set)
Target number will be chosen by a Ruby program accessed through AJAX
When user is done:
-User can ask
When the user is finished guessing a number, he or she should be given two choices:
Ask the server (using AJAX) for a new target number. -OR-
Go back to the first screen and generate new upper and lower limits.
Include appropriate error checking, including entries which are out-of-range or non-numeric.
You must include a file called "Readme.txt" with your name and information on the structure and use of your program, such as the different files and their contents.
In grading, we will also be looking at:
Attractive screen layout.
Well-structured code.
Good choice of variable and function names.
Appropriate comments, including:
Header comments for each function, including purpose, parameters, and return value..
Meaning of variables.
Explanation of any tricky code.