Git Product home page Git Product logo

league_of_saras's Introduction

league of saras

Build Status codecov

Description

League of Saras is a web-based game that lets players guess a word. This game contains many types of educational words organized by school subject. The game is played by two or more people; one player tries to guess the word, while others try to give hint without saying that word. The goal of this game is to let children have fun and gain more knowledge by the card game with their friends. While playing this game, a player will have a time limit, the game will end when time is over. If a player guesses the correct word, the referee will click the correct button. On the other hand, if not, the referee will click on the wrong button. both buttons will step into the next word.

Team Members

Name id Roles GitHub
Apipark Withedvorrakit 6110546429 Developer Parkkung
Kritpawit Soongswang 6110545414 Developer Kritpawit
Thun Thunkijjanukij 6110545546 Scrum Master, Developer Klan300
Vichyawat Nakarugsa 6110545635 Developer EJEunjiyaz

Documents

Get started (run locally)

  1. Clone this repository to your local machine and change the directory to league_of_saras directory.
    $ git clone https://github.com/Klan300/league_of_saras.git
    
  2. Use virtualenv in the directory by this command.
    $ virtualenv venv
    
  3. Setting the developer environment file. Create the new file name .env in the league_of_saras directory. Write this code in the file.
    DEBUG=False
    SECRET_KEY="YOUR OWN SECRET ID. CAN BE ANYTHING"
    DB_NAME="db.sqlite3"
    GOOGLE_SECRET="wbtWrbSIBn2t-RrPgBdr2XHt"
    
  4. Install requirements package.
    (venv) pip install -r requirements.txt
    
  5. Migrate the data to your database.
    (venv) python manage.py migrate
    
  6. Run the server and enjoy the experience.
    (venv) python manage.py runserver
    
    After runserver, you will see the server run at default URL in your local machine. You can access by that shown URL.

league_of_saras's People

Watchers

 avatar  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.