Coder Social home page Coder Social logo

opensauceproject / opensauce Goto Github PK

View Code? Open in Web Editor NEW
12.0 7.0 2.0 437 KB

Web app pop culture game (community quiz with images and quotes), the player must guess the source

License: The Unlicense

Python 41.31% HTML 20.69% CSS 3.09% JavaScript 26.34% Ruby 7.93% Batchfile 0.30% Shell 0.34%
opensauce popsauce quiz-game quiz picture-quiz quote-quiz webgame

opensauce's Introduction

OpenSauce is an online party game inspired by PopSauce implementing categories and that is not meant to crash.

opensauce's People

Contributors

damianpetroff avatar dependabot[bot] avatar theraphael0000 avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

opensauce's Issues

User Guide

Write something in the wiki about the game

Comparaison real answer and submited answer

Write an algorithm to allow errors:

  • ignore capitals
  • ignore pontuation
  • ignore blank chars (whitespace, tabs, etc...)
  • ignore punctuation (é à á è, etc...)
  • ignore special chars (dollars, question mark, etc..)
  • remove some determiners (the, a, an, le, la, les, etc...)

Chat

Add a chat in the lobby

Deployment

create correct capistrano script for the deployment

Player management

Add a right system in the lobby,
Todo :

  • The admin rights can be granted to other users
  • The admins can kick the other players

History in Lobby

History isn't handeled in the best way.

Currently :

  • The history is send at the same time as the scoreboard (this message is send too many times, each time someone find the answer)
  • People who joined during the game can watch the full history (and make reports on unseen sauces)
  • There is a route that gather informations on a certain sauce without authentication (to load the question when opening the modal for the report)

Todo :

  • The history should be only handeld by the client (in js), not send anymore in the scoreboard
  • Remove the route for the gathering informations on the report

README

Update the readme to explain what this project is about, etc..

Add SFX to the game

Add SFX for :

  • wrong answer
  • correct answer
  • someone found
  • new question
  • end of game

Lobby refactoring

Create multiple files for this page, becoming messier from day to day

Webdesign improvement

Once MVP is ready, please enhance ergonomic aspects, GUI, layouts, color usage, fonts, etc.

Use of the CSRF token

For the add view and report views we use @csrf_exempt to avoid problems with the AJAX calls on these routes. It's bad
Check these files out to do the same for these routes :

  • templates/opensauceapp/password.html
  • static/ressouces/js/lobby/password.js

Dev Guide

write something about the project in the wiki

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.