Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

external database #5

Open
wants to merge 18 commits into
base: master
Choose a base branch
from

Conversation

mainyanim
Copy link

No description provided.

therealmandusa and others added 18 commits February 10, 2017 20:11
Added ability for players to log in or register purely based on
username. Usernames are NOT case sensitive.
Currently as follows: Checks if user exists. If the user does NOT exist,
it will register them, then move into... If the user exists, pulls all
the info for them, IN ADDITION TO the question they are on and all the
possible answers associated with it.

It only prints to console for now, but need to extract the choices from
it. Possible course of action: Do a second query JUST TO GET the
answers, then store those in variables, so they can be easily (and
individually) manipulated.
Working purely on SQL querys now. Init works, need to build story.
It plays! Just needs to finish the story and fully committ the changes
to the usertable.
Adding file to try to deploy to Heroku.

JS changed to turn off debug mode.

Removed test.py because it was a leftover file.
Heroku info update
Change host information
This update is refactored code.... No other changes... Stop looking at
me..
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants