Coder Social home page Coder Social logo

hangman's Introduction

This is a new app we're all making!  Carrots and chocholate for everyone!

HOW TO START
run the Hangman.sh script with
'source Hangman.sh'
or go into src directory and run
'python hangman_controller.py'

We want to be following the MVC design pattern.  That's Model, View, Controller. 
Model is the database backend.  It's where all tough computations take place.  
View is the user interface.  It should be extrememly dumb and pass all it's work 
to the Controller.  The Controller is a middle-man between the Model and the View.  
It should listen for events in the View (user interface) and in response perform
logic and invoke functions of the View or Model.  It's like the Genie between
Aladdin and Jasmine:  he can connect the two in love, but only if you ask.

hangman's People

Contributors

src712 avatar tanzoniteblack avatar uwonelaptop avatar www avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

hangman's Issues

git fetch upstream

I saw this step in the guide in the Configure remote step. Do I need to worry about it?

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.