linbug / planigale

A squishy quiz based on the Encyclopedia of Life. Match the picture to the species!

Home Page:http://planigale.dvndrsn.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Terminal game is broken

linbug opened this issue · comments

Some terrible off-by-one error; also does not recognise when you have picked the right answer

Figured out this is due to next_question method no longer returning anything. Probably best to keep terminal game in a different file

No worries, I'm going to break a lot of the functionality with my changes
too. :) It's a fact of software development that new features or bug fixes
can break existing functionality. We can just go back and make the
necessary changes when we're done.

On Sat, Dec 12, 2015, 10:45 PM linbug notifications@github.com wrote:

Figured out this is due to next_question method no longer returning
anything. Probably best to keep terminal game in a different file


Reply to this email directly or view it on GitHub
#22 (comment).

This is fixed as well w/ the improved answers page commit.