Skip to content

Instantly share code, notes, and snippets.

@allenwlee
Last active December 15, 2015 07:29
cards
classes: card, deck
modules: io, check, ui
flow
open file
parse
create card
add card to deck
shuffle cards
display welcome
get card from deck as current card
get a guess
verify guess
display right/wrong
nouns:
deck,
card,
guess,
question,
answer,
file
verbs(class):
draw card(d)
make guess(ui)
respoind(ui)
check/verify guess(check mod)
open file(io)
read and parse(io)
shuffle(d)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment