-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JSON Format for automated games #3
Comments
@sudheesh001 : How will new games be added? Should this data be written in a file in JSON format so that it is read from the file and rendered in HTML every time the page loads? Also, I tried to label the issue like this but couldn't find checkboxes next to the issue. It would be great if you could guide me through it. |
Yes, the data will be added in the JSON format. @sudheesh001 : correct me if I'm wrong. |
No that is abosolutely correct @psurya1994 Everytime a new game is added, the only edit has to be to the json file. We can even automate that using github api but lets put that for later. |
@sudheesh001: Has this been fixed by @rajmani1995 in the development branch? |
We can have an array of objects like -
{
'name':'Ready Steady Bang',
'image': 'path of image',
'link' : 'link to open in the book'
}
The text was updated successfully, but these errors were encountered: