Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

PowerSnake

Code for generating PowerSnake geocache GCA2HJ6.

This python3 code generates a random snake-like puzzle that encodes 2 different strings of numbers. So every time you run it, it will generate a brand new puzzle (but still encodes the same coordinates!)

Of course this puzzle can be solved with any programming language, but why not try Python?

To Create Your Own Powersnake Puzzle

Simply modify the variables encoded_lat and encoded_lon. The program will ignore all characters that aren't numbers.

When you are ready to generate, type:

python3 ./challenge.py

And your POWERSNAKE puzzle will be generated!

To Solve The Puzzle

That's for you to figure out! ;D

About

Code for the PowerSnake geocache

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages