Challenging riddles and brain teasers website.
- Introduction
- Live (Currently Down)
- Technologies
- Usage
- Bugs
- Screenshots
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.
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.
- Clone Riddlism into your system.
git clone https://github.com/Eliory09/Riddlism.git- Create a virtual enviroment and activate it.
python -m venv .venv
source .venv/bin/activate- Use the package manager pip to install the required packages.
pip install -r requirements.txt- To run the server locally, run the following command on terminal:
flask run


