Giter Site home page Giter Site logo

contact's Introduction

CONTACT!

The game is hosted here. Unfortunately, it won't always be up because of heroku's 18 hour a day up-time limit.

<img src="http://gdurl.com/3RaQ" alt="Game Screenshot align="middle">

This is a web app implementation of a word game that I play with my friends. It basically revolves around word guessing and giving clever hints to your friends.

The rules are a little hard to explain, so I won't clutter this README with them. But here is a link to the rules.

This is a Flask application that uses Flask-SocketIO to communicate with HTML5's websockets for speedy socket connections. I'm hosting it on heroku, and there were a couple of things that I needed to change from my local development to get it to work as a heroku application. They are as follows:

  • Change "http" connections to "https" (in index.html)
  • Change the port from 5000 to whatever magic number heroku gives you when you spin up the server. This part transitions automatically.
  • Change the host from the default of '127.0.0.1' to '0.0.0.0' so that the server can be publically viewed. (in Server.py)

This game has a hard minimum of 3 players, which made testing it boring because I have no friends, and can go up to as many people as you want. Go crazy!

Credits

  1. JK I have friends. They introduced me to this game.
  2. iruul from the Front Row Crew Forum for providing an easily referrable version of the rules.
  3. AlexBoulot from bypeople.com for providing a complete html/css project for a chat application. Front end is hard.
  4. Stack-overflow and w3schools and google in general because I think I did one google search per five lines written in this project.

contact's People

Contributors

neverblade avatar

Stargazers

 avatar

Watchers

James Cloos avatar

contact's Issues

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.