Skip to content

Quuxplusone/NeverendingStory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Props to https://github.com/guaq/heroku-in-a-bottle !

To build and deploy to localhost without Heroku:

    easy_install pip
    pip install bottle
    ./doit
    open http://localhost:8080/

To build and deploy to localhost with Heroku:

    easy_install pip
    pip install -r requirements.txt
    brew install heroku
    heroku local
    open http://localhost:5000/

To build and deploy to the web with Heroku:

    brew install heroku
    heroku create neverending-story
    heroku addons:create heroku-postgresql:hobby-dev
    git push heroku master
    heroku open

About

A reimplementation of a web game from the 1990s.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published