InterdisciplinarySpeechResearchLab / eTone

Tone accuracy game
BSD 3-Clause "New" or "Revised" License
0 stars 2 forks source link

eTone

Tone accuracy game

Active links in game

If the game is deployed at 127.0.0.1:4000, then as an example, the login page will be at 127.0.0.1:4000/login.

Running the game

    cd backend/server
    python3 manage.py runserver [IP:Port]

The game will be launched at IP:Port.

Requirements

Here is the list of libraries needed to run eTone. Most of these are included as part of the Anaconda installation. The game is designed to work with Python 3.5