Project Euler A Golang hacking mission
Website: Go Project Euler Website
Who's It For?
Why Should you play this?
Ok, what else ?
To use this, you must have the following items installed and working:
Installing
Download required *Present, or install it via go get.
go get golang.org/x/tools/cmd/present
Running
There are two ways to run this project:
present -base=present -orighost=localhost -play=true
Visit http://127.0.0.1:3999
in your browser
$ goapp serve -port=8081
Visit http://127.0.0.1:8081
in your browser
Enjoy hacking o/
Run locally with appengine
$ goapp serve -port=8081
Deploy to prod
$ appcfg.py update -A goprojecteuler -V 1 /opt/gocode/src/github.com/projecteuler
Rollback deployment
$ appcfg.py rollback -A goprojecteuler -V 1 /opt/gocode/src/github.com/projecteuler
Levels: Right now, there are 6 levels of this game done, But we are looking for other Gophers who are looking to contribute and add new levels. Please feel free to submit PRs, they will be very appreciated! :)
The app idea was inspired by the Operation Go: A Routine Mission game
The MIT License (MIT)
Copyright (c) 2016 Thomas Modeneis
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.