OpenGenus / quark

Stay happy while offline | World's first offline search engine.
https://chrome.google.com/webstore/detail/opengenus-offline-search/lfoloadpfjildomeafpdopahkdaoofbn
GNU General Public License v3.0
624 stars 113 forks source link

addition of tictac toe game on quark #125

Open pratiksinghchauhan opened 6 years ago

pratiksinghchauhan commented 6 years ago

Fixes issue:

Changes: Added a integration of tictactoe game to Quark under more apps menu.

AdiChat commented 6 years ago

Nice work :+1:

For tic tac toe, the user might want to play with the Computer. You will find examples on the web using which you can adapt accordingly. Doing this will enable the user to enjoy his/ her time alone as well.

Additionally, you may move the game into a new dropdown named "Games". You may assign a complete page for a game though the modal looks good as well.

Kindly take a look into it and make corresponding changes. :+1:

pratiksinghchauhan commented 6 years ago

sure I will do it ASAP

AdiChat commented 6 years ago

Great work :+1:

A level (say "Master") must be selected by default and the option to select the level should appear on the right side of the game area. This enables the user to start the game right away.

It will be great if an option for the computer to start the game is available. This will improve the interactivity of the user. An option to restart the game must be available. Also, include instructions to play the game in a modal on the game page.

Additionally, keep the css and js files for this game inside the folder structure css/games/tictactoe and js/games/tictactoe respectively.

Kindly take a look into this and make corresponding changes :+1: