Skip to content
/ Thor Public

Thor: an Education game where players have to correctly answer a series of fill-in the blank questions

Notifications You must be signed in to change notification settings

magmagcup/Thor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 Cannot retrieve latest commit at this time.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Thor: The God of Thunder

Build Status codecov

Team members

Name Github
Anant Arayanant @MaquiaSA
Jitta Koopratoomsiri @jittaearn
Sirawich Direkwattanachai @magmagcup
Wikrom Chanthakhun @Champ2k

Project Description

Thor: The God of Thunder is an Education Game where players have to correctly answer a series of fill-in the blank questions in order to advance to the next planet(level). There are 10 planets in total and passing each planet is worth a specific amount of lighting points. There will be a time limit according to the question’s difficulty level for the player to come up with the answers. The player can view the hint of each question when place the cursor mouse in the answer box field.

Requirements

The application requires

Build Setup

Step 1

Move to the directory you which to place the project folder. Then, type the following command in your Terminal shell:

git clone https://github.com/magmagcup/Thor.git

Step 2

Go to the project directory "Thor" then type the following command:

On MacOS and Linux:

. venv/bin/activate

pip3 install -r requirements.txt

python3 manage.py migrate

On Windows:

/venv/bin/activate

pip install -r requirements.txt

python manage.py migrate

How to Run

Step 1

To run the server type the following command in the terminal.

On MacOS/Linux:

python3 manage.py runserver --insecure

On Windows:

python manage.py runserver --insecure

Step 2

To enter the game site.

http://127.0.0.1:8000/

Developer Resources