An open API service indexing awesome lists of open source software.

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.

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
```