-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathparams.json
1 lines (1 loc) · 1.88 KB
/
params.json
1
{"name":"Checkmate","tagline":"Web chess application based on GNUChess","body":"<h1>Checkmate - Web chess application based on GNUChess</h1>\r\n\r\n<h2>Description</h2>\r\nIt is a web application designed and developed during the 2014-2015 Fall Semester as project of [Software Development with Scripting Languages](http://www.ceng.metu.edu.tr/course/ceng498/) course at Middle East Technical University. Pair Programming has been used as software development technique.\r\n<strong>Important:</strong> Our project works best with GNU Chess 6.1.2\r\n\r\n<h2>Prerequisites</h2>\r\nFollowing packages must be installed:\r\n- gnuchess : `sudo apt-get install gnuchess`\r\n- django : `sudo apt-get install python-django`\r\n\r\n<h2>How to run</h2>\r\nLet’s proceed step by step:\r\n- clone the repository using `git clone [email protected]:esrefozturk/checkmate.git`\r\n- change directory using `cd checkmate`\r\n- start CheckmateServer using `python CheckmateServer.py 0.0.0.0 20000`\r\n- on another terminal change directory using `cd checkmate`\r\n- start django web server using `python manage.py runserver`\r\n\r\n<h2>Where to get help</h2>\r\nIf you want to try our project and something doesn’t go as expected, drop us a line at [email protected] or [email protected]\r\n\r\n<h2>Contribution</h2>\r\nWe both love open source software and would like to see pull requests.\r\n\r\n<h2>Contributor list</h2>\r\n- [Ozge](https://github.com/default-usr)\r\n- [Esref](https://github.com/esrefozturk)\r\n\r\n<h2>Credits</h2>\r\nThis project is as a fork of [GNUChess](http://www.gnu.org/software/chess/).\r\n\r\n<h2>Screenshots</h2>\r\n![1](CheckmateChess.github.io/img/1.png)\r\n![2](CheckmateChess.github.io/img/2.png)\r\n![3](CheckmateChess.github.io/img/3.png)\r\n\r\nBuilt with hugs and bugs in Ankara.\r\n","google":"","note":"Don't delete this file! It's used internally to help with page regeneration."}