Name | Github |
---|---|
Anant Arayanant | @MaquiaSA |
Jitta Koopratoomsiri | @jittaearn |
Sirawich Direkwattanachai | @magmagcup |
Wikrom Chanthakhun | @Champ2k |
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.
The application requires
- Python 3.6.6 or newer
- Python add-on modules as in requirements.txt
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
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
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
To enter the game site.
http://127.0.0.1:8000/
- Iteration plans in project document.
- Task board on Trello.
- Projects Proposal here.
- Code script/checklist here.