quangnguyen17 / bingo_game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BingoBingy!

  • A bingo app that will fetch words related to a keyword.
  • Use cases include lectures, presentations, speeches...just pop in their keyword and play along as they go on.

To Do:

  • Bingo game logic with timer (JavaScript)
  • UI overhaul (Bootstrap/CSS)
  • Mobile-friendly

v1.0 (2/26/20)

  • Base algorithms for creating and storing keyword
  • Base UI of search and bingo board

How to run the project locally

  • Create a new project directory
  • cd to your that directory & run python3 -m venv venv to create a virtual environment
  • Clone repo to your computer: git clone https://github.com/quangnguyen17/lost-and-found.git
  • cd into repo folder
  • pip install -r requirements.txt to install all the requirements to run project.
  • python3 manage.py makemigrations
  • python3 manage.py migrate
  • Finally, to start project, run this command: python3 manage.py runserver
  • Go to http://localhost:8000/ on your browser and see the magic! :).

Links

About


Languages

Language:Python 58.2%Language:HTML 27.1%Language:CSS 12.5%Language:JavaScript 2.2%