Skip to content

Conversation

@goakley
Copy link

@goakley goakley commented Mar 20, 2013

Completely tested client.

Contained the proper functionaity within each class (Puzzle class only holds
puzzle data, ColorPanel only holds colorpanel data, etc). Changed the flow
of the program to only make requests when needed.

Encrypted and hid data to make it harder to cheat. The tags are encrypted
before they are sent to a client. TODO: do not send entire image, will work
on that.

Made the AJAX class handle all web requests on behalf of the app,
explaining what each call should do in a server implementation.

Contained the proper functionaity within each class (Puzzle class only holds
puzzle data, ColorPanel only holds colorpanel data, etc).  Changed the flow
of the program to only make requests when needed.

Encrypted and hid data to make it harder to cheat.  The tags are encrypted
before they are sent to a client.  TODO: do not send entire image, will work
on that.
@dsemi
Copy link
Owner

dsemi commented Mar 20, 2013

Not going to merge without a test

goakley added 3 commits March 21, 2013 13:11
The game is completely playable.  For testing purposes, the game is configured
to work without a server.  A server may be added by changing AJAX.js and
writing a server that correctly implements the requests.
@goakley
Copy link
Author

goakley commented Mar 21, 2013

Enjoy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants