Giter Club home page Giter Club logo

grandma-talk's People

Contributors

luiswill avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

grandma-talk's Issues

pas assez de contributeurs

Je pense que l'expérience d'un projet GitHub est très formatrice. @luiswill, insiste auprès de tes camarades pour qu'ils s'y mettent, dans un premier temps comme contributeurs extérieurs, et ensuite tu peux les intégrer dans l'équipe, ceci afin que tout le monde puisse jouer les deux rôles.

Nouvelles fonctionnalités à ajouter

Propositions :

  • Système de météo : demander à grandma quel temps il fait et elle répond aléatoirement ou pas..
  • Calcul de tête : écrire une fonction pour demander à grandma de calculer des nombres, qu'elle calculera plus ou moins faux.
  • Jeu d'argent : Discuter avec grandma ET en fonction des réponses positives ou négatives de l'utilisateur, faire monter un accumulateur pour finalement donner de l'argent à l'utilisateur.
  • D'autres jeux pour gagner de l'argent ?

Si vous avez d'autres idées, proposez les ici et programmez ce qui vous plait le plus pour finalement l'ajouter au programme principal ! :)

Fonction bye

Hello Luis! Je ne comprends pas trop ce que tu voudrais faire dans la fonction bye, donc je ne vois pas comment t'aider. Peux-tu expliquer ici?

def bye(say):
    print "Help me to find one word for scrabble and I let you go."
    words = ["informatique", "", "tortue", "coccinelle", "cristaline"]

    if choice((True, True)): #change to (True, False) after correcting shuffling 
        word = choice(words)
        while True:
            if raw_input("My word : %s." % word[::-1]).lower() == word:
                return

    else: 
        word = choice(words)
        while True: #doesn't work, I don't know why
            word = word
            shuffle(list(word))
            word_ = ''.join(word)
            if raw_input("My word : %s." % word_) == word:
                return

Function help_me

Problem :

I failed for the function help-me , I tried to show to the user his money if he types money . Same for games and text.

Tell me your propositions.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.