Skip to content

g09s2665/FindTheNextPage

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FindTheNextPage

Simple game where clues lead you from page to page.

Welcome page Page 1 Page 2

Running the game

The game is built using flask.

user@computer ~/server $ python run.py

Adding your own clues and pages

All clues and pages are stored in a Dictionary in the views.py file in the App directory.

#Dictionary for storing pages and clues

pages ={'1': '1', \
        '2': '10', \
        '11': 'IV',\
        'V': 'evif',\
        'xis': 'Nice!'}

You can add as many pages as you would like, as long as the page names / URLs are unique.

About

Simple game where clues lead you from page to page.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 50.1%
  • HTML 32.0%
  • CSS 17.9%