https://github.com/virresh/logicx
A web game to aid in learning basics of Programming.
https://github.com/virresh/logicx
Last synced: 11 months ago
JSON representation
A web game to aid in learning basics of Programming.
- Host: GitHub
- URL: https://github.com/virresh/logicx
- Owner: virresh
- License: gpl-3.0
- Created: 2017-11-22T06:55:22.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-17T18:26:16.000Z (over 8 years ago)
- Last Synced: 2025-01-19T08:28:14.218Z (over 1 year ago)
- Language: JavaScript
- Size: 1.86 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LogicX
A web game to aid in learning basics of Programming.
Link to the live hosted website : https://logicx.au-syd.mybluemix.net/
Steps to Run:
Clone this repository and then make a file in the root directory by the name "vcap-local.json" and put the values as follows:
```
{
"secretkey" : "YourName"
}
```
Now Run the application using :
```
python app.py
```
*** Note - This application is meant for python3 usage. So in case you do not have python3 as the default, use
```
python3 app.py
```