This is a little game of traversing and getting from the top-left corner to the bottom-right corner. It uses random selection with seeds and island connecting algorithm to create interesting mazes. Also, it uses a path-finding algorithm to verify that there is a path to the end.
Open the index.html file in chrome or firefox. Then the application should start running on its own.
Use WASD or the arrow keys to move in the menu and the character. Press return to select an option. Use backspce and the character and digit keys to modify the seed. You can press return at any time to go back to the main menu.