Giter Club home page Giter Club logo

phrase-hunter's Introduction

Phrase Hunter

This project is the Python version of Game Show App project

In this project has a friendly interface where you can play guessing phrases.

To use

Only need to download the repository and run the main file app.py

Architecture

The project separates the game logic of the UI, the following way:

Phrase-Hubter/
    console_ui/
        __init__.py
        message.py
    game_logic/
        __init__.py
        character.py
        phrase.py
        game.py
    app.py

message.py

This file stores the messages to be printed in the console

phrase.py and character.py

They are classes that have unique characteristics

  • The phrase.py file is a container of multiply character objects

game.py

This file defines the rules of the game and contains the flow that the app.py file follows to run the game

app.py

It is the orchestrator that controls how to show the game, it also contains a list of phrases, which you can change for your favorite phrases.

phrase-hunter's People

Contributors

luqp avatar

Watchers

James Cloos avatar

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.