Skip to content

Eliory09/Riddlism

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Challenging riddles and brain teasers website.

Table Of Content

Introduction

Riddlism is a game of riddles and brain teasers. Each riddle solved grants you with a star. Try solving the 150 riddles available in our website and collect as many stars as you can! This project includes:

  • Fully-functioning register and login systems.
  • Riddles and answers database.
  • Ranking page.

Technologies

The project was built using:

  • Python 3.7.6 and Flask web framework.
  • HTML
  • CSS
  • PostgreSQL
  • JavaScript

Server is hosted on Heroku cloud application platform.

Usage

  1. Clone Riddlism into your system.
git clone https://github.com/Eliory09/Riddlism.git
  1. Create a virtual enviroment and activate it.
python -m venv .venv
source .venv/bin/activate
  1. Use the package manager pip to install the required packages.
pip install -r requirements.txt
  1. To run the server locally, run the following command on terminal:
flask run

Screenshots

Main page:

Ranking:

About

Challenging riddles and brain teasers website.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published