-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNotes.txt
More file actions
35 lines (27 loc) · 1017 Bytes
/
Notes.txt
File metadata and controls
35 lines (27 loc) · 1017 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Testing
Aresh clocking in
Luca clocking in
Nikash's edit
Name ideas:
- something with "proof"
- something with "implies"
Proof Play
objects
- positional data
dragging -> mouseOn & mouseOff
mouseOn -> tracks mouse and edits absolute position of object
make sure that objects doesn't go out of bounds
factor in size of objects into outOfBounds check
(optional) check if mouse is on dropzone of a machine
or accomplish with CSS
mouseOff ->
Potential Ideas:
- Level selector / main menu and ability to load levels from levels.js.
- Level title at the top of every level.
- Add sounds (and potentially a different sound for completing level ten).
- Mobile debugging.
- Ensure that duplicates are removed.
- Level completion banner with positive message and buttons to go back to the main menu and to go to the next level.
- Add negation.
- Ability for users to create their own levels.
- Replace variables / connectors with the box symbols.