GitXplorerGitXplorer
i

swyzl

public
2 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
0de408bebb0f1cb37ebbbb95da2b011abc623b98

Add empty setup.py to explain why it is not included.

iijt committed 13 years ago
Unverified
ec2414aa11658790f3ebc5afa94024a27a986932

Center the <body>.

iijt committed 13 years ago
Unverified
03fed5266283e66b4c56b6df87e47ccf552e05b0

Fix all remaining pep8 issues.

iijt committed 13 years ago
Unverified
425e18cff0dc8885a5c50369389de8202532db70

Remove trailing whitespace.

iijt committed 13 years ago
Unverified
83c90c964aa06a6dc0b3b775ee3e4d3b45f8c68c

Merge branch 'master' of https://github.com/ijt/swyzl

iijt committed 13 years ago
Unverified
60df549413a326f79e514ee255554a2a79a3e090

More cosmetic enhancements and junk removal.

iijt committed 13 years ago

README

The README file for this repository.

Swyzl: a cryptogram puzzle app on App Engine (swyzl.appspot.com)

Development

To run Python unit tests, do

./run_tests

To run the application on your local machine, make sure Google AppEngine is installed and run

$APP_ENGINE_DIR/dev_appserver.py .
./upload_packs_and_puzzles.py

Then point your browser to localhost:8080.

To run Javascript unit tests, point your browser to

./templates/utils_test.html