diff --git a/Procfile b/Procfile new file mode 100644 index 0000000..b7103df --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +web: python ./main.py $PORT diff --git a/README.md b/README.md new file mode 100644 index 0000000..eabd635 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# Adventure + +So the link for it on Heroku is: "choose-or-lose.herokuapp.com" +The game will NOT work on Heroku at the moment. The SQL server that the DB is hosted on has blocked my current IP, so I can't update that. +I am looking for another free SQL hosting alternative before the game goes live again. + + +Known issues: CSS is a bit wonky, coming up with a fix soon. diff --git a/adventure.html b/adventure.html index e8563de..90a657d 100644 --- a/adventure.html +++ b/adventure.html @@ -4,7 +4,7 @@ -