Upgrade Your GitHub README.md 3.5

Tina Huynh - May 9 '23 - - Dev Community

Have you made your first issue on Github? Has it been closed?

Want an easy way to bypass this AND have a README.md that stands out?

Time to make your own chess game within your README.md!!
Yes the community can play it. Yes it's amazing! Yes, there's a template! Check out mine! Go ahead and play!

chesboard

Let's start with how it works:

issues

A player clicks a link to choose which move they would like to make. This link automatically creates a new issue with the correctly populated information. The player then just needs to submit the issue to make the move. This triggers a python script and updates the README.md file and commits the changes.

Let's get started
Within your main repo, you'll make the following folders:
data, games, img, src, tests

Inside img, you'll make a folder named "black" and another named "white".

Onto the code:
Don't worry, there's a template!!

MIT License

Copyright (c) 2020 Marc Izquierdo

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Enter fullscreen mode Exit fullscreen mode
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Terabox Video Player