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

Added features following BreizhCamp 2013 #31

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

Conversation

abailly
Copy link

@abailly abailly commented Jun 26, 2013

This pull request is a bit messy as it contains several features I have added for running the session at BreizhCamp:

  • Weather questions with variable number of points depending on accuracy of answer
  • Timeout on answers
  • Events logging to external file
  • Minor improvements in UI
  • Load/save questions list

Arnaud Bailly and others added 26 commits March 23, 2012 14:50
Conflicts:
	lib/extreme_startup/anagrams.yaml
* these questions request current weather information for a bunch of cities in the world from users
* this implies players need to connect to the internet to provide the correct answer
* players are awarded a variable number of points depending on the accuracy of their answer
* it relies on yahoo-weather interface (and gem)
* random weather can be generated when not connected to internet
* event log is saved to *.log file in current directory
* it records all major events in a game: player start/withdraw, questions asked, answers, awarded points
* (not implemented) it can be used later on to reload a game at some state or provide game's analysis
* looks like this change is accidental following a `gem upgrade`
* questions' class list are stored in a `questions_factory.yaml` file
* this list is looked up at startup and loaded if it exists
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