From 47e5cd2b241fb65c935efa04d4431cf8e3d6a38a Mon Sep 17 00:00:00 2001
From: KrishKashiwala
Date: Thu, 14 Oct 2021 18:56:11 +0530
Subject: [PATCH] krish_kashiwala_readme
---
AryanKadiya/README.md | 102 +--
CONTRIBUTING.md | 174 ++---
DevKotak/Readme.md | 140 ++--
IrfanUkani/README.md | 154 ++---
JayshilPatel/README.md | 94 +--
KrishKashiwala/README.md | 75 +++
MeetPatel/README.md | 152 ++---
NabhagMotivaras/README.md | 104 +--
README.md | 130 ++--
priyanshd2510/.github/workflows/main.yml | 108 +--
priyanshd2510/README.md | 824 +++++++++++------------
priyanshd2510/pics/aws.svg | 78 +--
priyanshd2510/pics/azure.svg | 22 +-
priyanshd2510/pics/bootstrap.svg | 30 +-
priyanshd2510/pics/c.svg | 38 +-
priyanshd2510/pics/cpp.svg | 42 +-
priyanshd2510/pics/css.svg | 32 +-
priyanshd2510/pics/docker.svg | 54 +-
priyanshd2510/pics/firebase.svg | 34 +-
priyanshd2510/pics/git.svg | 32 +-
priyanshd2510/pics/github.svg | 52 +-
priyanshd2510/pics/googlecloud.svg | 18 +-
priyanshd2510/pics/html.svg | 34 +-
priyanshd2510/pics/javascript.svg | 28 +-
priyanshd2510/pics/jupyter.svg | 22 +-
priyanshd2510/pics/kubernetes.svg | 78 +--
priyanshd2510/pics/mongodb.svg | 120 ++--
priyanshd2510/pics/mysql.svg | 54 +-
priyanshd2510/pics/nodejs.svg | 38 +-
priyanshd2510/pics/postman.svg | 116 ++--
priyanshd2510/pics/python.svg | 34 +-
priyanshd2510/pics/reactjs.svg | 58 +-
priyanshd2510/pics/ruby.svg | 354 +++++-----
priyanshd2510/pics/trial.svg | 698 +++++++++----------
priyanshd2510/pics/typescript.svg | 26 +-
priyanshd2510/pics/youtube.svg | 2 +-
36 files changed, 2113 insertions(+), 2038 deletions(-)
create mode 100644 KrishKashiwala/README.md
diff --git a/AryanKadiya/README.md b/AryanKadiya/README.md
index 699ae89..9baa834 100644
--- a/AryanKadiya/README.md
+++ b/AryanKadiya/README.md
@@ -1,51 +1,51 @@
-### Hi there, I'm Aryan π
-
-
-## I'm a Student, Learner and Android app developer!!
-
-- π± Iβm currently learning everything π€£
-- π― Iβm looking to collaborate with other to work on android projects
-- π₯ 2021 Goals: Develop good programming and development skills
-- β‘ Fun fact: I love to think of solutions of different problems
-
-
-
-### Connect with me:
-
-[][youtube]
-[][linkedin]
-
-
-
-### Languages and Tools:
-
-[]
-[]
-[]
-[]
-[]
-[]
-[]
-[]
-[]
-[]
-[]
-
-
-
-
----
-
-
-
-
-
-
- :zap: GitHub Stats
-
-
-
-
-
-[youtube]: https://www.youtube.com/channel/UCRbHthoCRIBP3xvHDyaOrmA
-[linkedin]: https://www.linkedin.com/in/aryan-kadiya/
+### Hi there, I'm Aryan π
+
+
+## I'm a Student, Learner and Android app developer!!
+
+- π± Iβm currently learning everything π€£
+- π― Iβm looking to collaborate with other to work on android projects
+- π₯ 2021 Goals: Develop good programming and development skills
+- β‘ Fun fact: I love to think of solutions of different problems
+
+
+
+### Connect with me:
+
+[][youtube]
+[][linkedin]
+
+
+
+### Languages and Tools:
+
+[]
+[]
+[]
+[]
+[]
+[]
+[]
+[]
+[]
+[]
+[]
+
+
+
+
+---
+
+
+
+
+
+
+ :zap: GitHub Stats
+
+
+
+
+
+[youtube]: https://www.youtube.com/channel/UCRbHthoCRIBP3xvHDyaOrmA
+[linkedin]: https://www.linkedin.com/in/aryan-kadiya/
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index aeb38ef..36a1c23 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -1,88 +1,88 @@
-# Wanna contribute?
-
-Here are the simple steps for contributing to this repo;
-
-1. **READ CODE OF CONDUCT**
-
-Read the [Code of Conduct](https://github.com/clubgamma/code-of-conduct) before starting contributing.
-
-2. **Fork the repo**
-
-Firstly fork the repo to your own GitHub account by clicking the Fork button on the top-right corner. Still canβt find it, check the image below.
-
-
-![Screenshot 2021-09-26 at 12 59 29 AM](https://user-images.githubusercontent.com/58077762/93772626-ac77ef80-fc3c-11ea-8ee6-e381e1d68280.png)
-
-
-After the successful fork, you'll acknowledge a copy of this repo on your own.
-
- 3. **Clone the repo**
-
-Now it's time to copy this repo to my own laptop/PC. To clone the repo you can write the below command in **Git Bash**
-
- > git clone
-
-You can get the repo link from the Download section in the repo copied in your account. If youβre still facing problems check out the image below.
-![Screenshot 2021-09-26 at 1 01 24 AM](https://user-images.githubusercontent.com/68161473/134783999-acc0fc65-60ed-4ad7-b9a9-5ff7c2b5c27f.png)
-
-
-
-
- 4. **Set up remote repo**
-
-- When you clone your fork, it will automatically set your fork as the "origin" remote. Use git remote -v to show your current remotes. You should see the URL of your fork (which you copied in step 3) next to the word "origin".
-If you don't see the "origin" remote, you can add it using the git command below.
-
- > git remote add origin
-
-- Now you have to set up the upstream. write the following Git command to set up the upstream.
-> git remote add upstream https://github.com/clubgamma/Make-the-ReadMe-challenge.git
-
-- Now pull the latest changes from original repo to your local changes by firing the below command
- > git pull upstream master
-
-5. **It's Code Time now**
-
- - Add a new folder in the root directory with your name(add your first and last name like this YashPatel) on it.
- - Then add your ReadMe file inside that folder.
- - AryanKadiya folder is made for your reference.
-
-6. **Now it's time to save the work**
-
- - Make a branch for the feature you have worked on
- > git checkout -b feature_branch_name
- - Stage the changes you have made by firing the below command
- > git add .
- - Commit the changes
- > git commit -m "Description of changes in your work"
- - Push the changes to your forked repo in that specific feature branch
- > git push origin feature_branch_name
-
- Note: Create a branch for that feature and push there. No direct push to master.
-
- 7. **Let's finish this**
-- Go to your forked repo on GitHub website and refresh the page, you'll see something like the below image
-![Screenshot 2021-09-26 at 6 16 17 PM](https://user-images.githubusercontent.com/68161473/134808811-741fac41-fdf4-4883-891a-ae628be25e73.png)
-
-
-
-
-- Click on pull-request and you will be redirected to another page where you will see something like below image
-
-![Screenshot 2021-09-26 at 6 16 36 PM](https://user-images.githubusercontent.com/68161473/134808817-fe9667e6-d34d-4c24-a9fd-c0a698aca37e.png)
-
-
-
-- After that you have to write your GitHub username as the title of your pull-request and describe your work if you want and that's it!! Create a pull-request by clicking the button
-Also add the below 2 lines in the description. It is compulsory for successful submission.
-![Screenshot 2021-09-26 at 6 58 08 PM](https://user-images.githubusercontent.com/58077762/94461826-43fab680-01d8-11eb-96cd-80b2d69e13be.png)
-
-
-
- - [X] I have read the Code Of Conduct.
-
- - [X] I have followed all the steps of submission properly.
-
-
-**Woohoo!! Congratulations on making your open source contributionπ**
+# Wanna contribute?
+
+Here are the simple steps for contributing to this repo;
+
+1. **READ CODE OF CONDUCT**
+
+Read the [Code of Conduct](https://github.com/clubgamma/code-of-conduct) before starting contributing.
+
+2. **Fork the repo**
+
+Firstly fork the repo to your own GitHub account by clicking the Fork button on the top-right corner. Still canβt find it, check the image below.
+
+
+![Screenshot 2021-09-26 at 12 59 29 AM](https://user-images.githubusercontent.com/58077762/93772626-ac77ef80-fc3c-11ea-8ee6-e381e1d68280.png)
+
+
+After the successful fork, you'll acknowledge a copy of this repo on your own.
+
+ 3. **Clone the repo**
+
+Now it's time to copy this repo to my own laptop/PC. To clone the repo you can write the below command in **Git Bash**
+
+ > git clone
+
+You can get the repo link from the Download section in the repo copied in your account. If youβre still facing problems check out the image below.
+![Screenshot 2021-09-26 at 1 01 24 AM](https://user-images.githubusercontent.com/68161473/134783999-acc0fc65-60ed-4ad7-b9a9-5ff7c2b5c27f.png)
+
+
+
+
+ 4. **Set up remote repo**
+
+- When you clone your fork, it will automatically set your fork as the "origin" remote. Use git remote -v to show your current remotes. You should see the URL of your fork (which you copied in step 3) next to the word "origin".
+If you don't see the "origin" remote, you can add it using the git command below.
+
+ > git remote add origin
+
+- Now you have to set up the upstream. write the following Git command to set up the upstream.
+> git remote add upstream https://github.com/clubgamma/Make-the-ReadMe-challenge.git
+
+- Now pull the latest changes from original repo to your local changes by firing the below command
+ > git pull upstream master
+
+5. **It's Code Time now**
+
+ - Add a new folder in the root directory with your name(add your first and last name like this YashPatel) on it.
+ - Then add your ReadMe file inside that folder.
+ - AryanKadiya folder is made for your reference.
+
+6. **Now it's time to save the work**
+
+ - Make a branch for the feature you have worked on
+ > git checkout -b feature_branch_name
+ - Stage the changes you have made by firing the below command
+ > git add .
+ - Commit the changes
+ > git commit -m "Description of changes in your work"
+ - Push the changes to your forked repo in that specific feature branch
+ > git push origin feature_branch_name
+
+ Note: Create a branch for that feature and push there. No direct push to master.
+
+ 7. **Let's finish this**
+- Go to your forked repo on GitHub website and refresh the page, you'll see something like the below image
+![Screenshot 2021-09-26 at 6 16 17 PM](https://user-images.githubusercontent.com/68161473/134808811-741fac41-fdf4-4883-891a-ae628be25e73.png)
+
+
+
+
+- Click on pull-request and you will be redirected to another page where you will see something like below image
+
+![Screenshot 2021-09-26 at 6 16 36 PM](https://user-images.githubusercontent.com/68161473/134808817-fe9667e6-d34d-4c24-a9fd-c0a698aca37e.png)
+
+
+
+- After that you have to write your GitHub username as the title of your pull-request and describe your work if you want and that's it!! Create a pull-request by clicking the button
+Also add the below 2 lines in the description. It is compulsory for successful submission.
+![Screenshot 2021-09-26 at 6 58 08 PM](https://user-images.githubusercontent.com/58077762/94461826-43fab680-01d8-11eb-96cd-80b2d69e13be.png)
+
+
+
+ - [X] I have read the Code Of Conduct.
+
+ - [X] I have followed all the steps of submission properly.
+
+
+**Woohoo!! Congratulations on making your open source contributionπ**
**Wait for some time to get your PR merged by our team**
\ No newline at end of file
diff --git a/DevKotak/Readme.md b/DevKotak/Readme.md
index 4641d89..b6e70b5 100644
--- a/DevKotak/Readme.md
+++ b/DevKotak/Readme.md
@@ -1,70 +1,70 @@
-
-
-
-
-
-
-
-
-[![codechef badge](https://img.shields.io/badge/irfan_ukani-30302f?style=flat&logo=codechef)](https://www.codechef.com/users/irfan_ukani)
-[![leetcode badge](https://img.shields.io/badge/irfanukani-30302f?style=flat&logo=leetcode)](https://leetcode.com/irfanukani)
-[![codeforces badge](https://img.shields.io/badge/wizziey-30302f?style=flat&logo=codeforces)](https://codeforces.com/profile/wizziey)
-
-![](https://visitor-badge.glitch.me/badge?page_id=sayantan1413.sayantan1413)
-![](https://img.shields.io/static/v1?label=From%20Hello%20World%20I%27ve%20Written&message=243894%20lines%20of%20code&color=green)
-
-- 19 year old
-- CSE Undergrad
-- Competitive Programmer
-- FrontEnd Web Developer
-- Devang Patel Institute of Advance technology and Research
-- 2019-2023
-- π± Iβm currently establishing **Myself**
-- π¨βπ» Currently working on **Spring Boot Framework**
-- π¬ Ask me about **ReactJS || GO**
-- π¨βπ» All of my projects are available **here**
-- π« Reach me at: **irfanukani2@gmail.com**
-- π€ I'm looking for help to improve my **Competitive Programming skills**
-- βApart from coding i learn to do **Check Mates**
-- β‘ Motto : "Lets Create Less Bugs"
-
-## Tech Stack
-
-#### π¨π»βπ» Mostly Used Languages, Frameworks :
-
-
-
-
-
-
-
-
-
-
-
-
-![Sayantan's Most Used Languages](https://github-readme-stats.vercel.app/api/top-langs/?username=irfanukani&theme=tokyonight&layout=compact&width=100&height=50)
-
-
+
+
+
+
+
+
+[![codechef badge](https://img.shields.io/badge/irfan_ukani-30302f?style=flat&logo=codechef)](https://www.codechef.com/users/irfan_ukani)
+[![leetcode badge](https://img.shields.io/badge/irfanukani-30302f?style=flat&logo=leetcode)](https://leetcode.com/irfanukani)
+[![codeforces badge](https://img.shields.io/badge/wizziey-30302f?style=flat&logo=codeforces)](https://codeforces.com/profile/wizziey)
+
+![](https://visitor-badge.glitch.me/badge?page_id=sayantan1413.sayantan1413)
+![](https://img.shields.io/static/v1?label=From%20Hello%20World%20I%27ve%20Written&message=243894%20lines%20of%20code&color=green)
+
+- 19 year old
+- CSE Undergrad
+- Competitive Programmer
+- FrontEnd Web Developer
+- Devang Patel Institute of Advance technology and Research
+- 2019-2023
+- π± Iβm currently establishing **Myself**
+- π¨βπ» Currently working on **Spring Boot Framework**
+- π¬ Ask me about **ReactJS || GO**
+- π¨βπ» All of my projects are available **here**
+- π« Reach me at: **irfanukani2@gmail.com**
+- π€ I'm looking for help to improve my **Competitive Programming skills**
+- βApart from coding i learn to do **Check Mates**
+- β‘ Motto : "Lets Create Less Bugs"
+
+## Tech Stack
+
+#### π¨π»βπ» Mostly Used Languages, Frameworks :
+
+
+
+
+
+
+
+
+
+
+
+
+![Sayantan's Most Used Languages](https://github-readme-stats.vercel.app/api/top-langs/?username=irfanukani&theme=tokyonight&layout=compact&width=100&height=50)
+
+
diff --git a/JayshilPatel/README.md b/JayshilPatel/README.md
index dd54ada..0b4d132 100644
--- a/JayshilPatel/README.md
+++ b/JayshilPatel/README.md
@@ -1,47 +1,47 @@
-# Hi there π, my name is Jayshil Patel and I love to code
-
-> I am currently pursuing B.Tech
->
-> I am looking forward to gaining some work experience in the Web Development
->
-> Constantly upgrading myself compels me to add different skills to my arsenal, hence, along the course of time I will be upgrading my knowledge of different stacks and learn back end development
-
-## Profile Stats
-
-> ![Profile visits](https://komarev.com/ghpvc/?username=Jayshil-Patel&color=blue)
-
-> ![Jayshil's GitHub stats](https://github-readme-stats.vercel.app/api?username=Jayshil-Patel&hide=contribs,prs,issues&theme=tokyonight)
-
-> [![Top Langs](https://github-readme-stats.vercel.app/api/top-langs/?username=Jayshil-Patel&layout=compact&theme=tokyonight&hide=Makefile&langs_count=10&exclude_repo=Xilinx-Verilog)](https://github.com/anuraghazra/github-readme-stats)
-
-## Skills
-
-> [![Python](https://img.shields.io/badge/Python-3776AB?style=for-the-badge&logo=python&logoColor=white)](https://www.python.org/)
-> [![Java](https://img.shields.io/badge/Java-ED8B00?style=for-the-badge&logo=java&logoColor=white)](https://www.oracle.com/java/technologies/)
-> [![SQLite](https://img.shields.io/badge/SQLite-07405E?style=for-the-badge&logo=sqlite&logoColor=white)](https://www.sqlite.org/index.html)
-> [![Markdown](https://img.shields.io/badge/Markdown-000000?style=for-the-badge&logo=markdown&logoColor=white)](https://guides.github.com/features/mastering-markdown/)
-> [![C](https://img.shields.io/badge/C-00599C?style=for-the-badge&logo=c&logoColor=whitec)]()
-> [![HTML](https://img.shields.io/badge/HTML5-E34F26?style=for-the-badge&logo=html5&logoColor=white)](https://developer.mozilla.org/en-US/docs/Web/HTML)
-> [![CSS](https://img.shields.io/badge/CSS3-1572B6?style=for-the-badge&logo=css3&logoColor=white)](https://developer.mozilla.org/en-US/docs/Web/CSS)
-> [![JavaScript](https://img.shields.io/badge/JavaScript-F7DF1E?style=for-the-badge&logo=javascript&logoColor=black)](https://developer.mozilla.org/en-US/docs/Web/JavaScript)
-> [![Bootstrap](https://img.shields.io/badge/Bootstrap-563D7C?style=for-the-badge&logo=bootstrap&logoColor=white)](https://getbootstrap.com/)
-## Tools and Technologies
-
-> [![Intellij](https://img.shields.io/badge/IntelliJ_Idea-003168?style=for-the-badge&logo=IntelliJ_Idea&logoColor=white)](https://www.jetbrains.com/idea/)
-> [![Pycharm](https://img.shields.io/badge/PyCharm-00C300?style=for-the-badge&logo=PyCharm&logoColor=white)](https://www.jetbrains.com/pycharm/)
-> [![VsCode](https://img.shields.io/badge/Visual_Studio_Code-007ACC?style=for-the-badge&logo=Visual_Studio_Code&logoColor=white)](https://code.visualstudio.com/)
-> [![Arduino](https://img.shields.io/badge/Arduino-00979D?style=for-the-badge&logo=Arduino&logoColor=white)](https://www.arduino.cc/en/software)
-> [![Git](https://img.shields.io/badge/Git-F05032?style=for-the-badge&logo=Git&logoColor=white)](https://git-scm.com/downloads)
-
-
-# Recent Activity
-[![Jayshil's github activity graph](https://activity-graph.herokuapp.com/graph?username=Jayshil-Patel&custom_title=Jayshil's%20recent%20activity&hide_border=true&theme=github)](https://github.com/ashutosh00710/github-readme-activity-graph)
-
-
-## Contact Info
-
-> [![Whats app link](https://img.shields.io/badge/WhatsApp-25D366?style=for-the-badge&logo=whatsapp&logoColor=white)](https://wa.me/918141487230)
-> [![linkedin](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/in/jayshil-patel-607819171/)
-> [![Instagram](https://img.shields.io/badge/Instagram-E4405F?style=for-the-badge&logo=instagram&logoColor=white)](https://instagram.com/justchillll?igshid=csicrdof9bba)
-> [![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white)](https://github.com/Jayshil-Patel)
-> [![Gmail](https://img.shields.io/badge/Gmail-D14836?style=for-the-badge&logo=gmail&logoColor=white)](mailto:jayshiljatin@gmail.com)
+# Hi there π, my name is Jayshil Patel and I love to code
+
+> I am currently pursuing B.Tech
+>
+> I am looking forward to gaining some work experience in the Web Development
+>
+> Constantly upgrading myself compels me to add different skills to my arsenal, hence, along the course of time I will be upgrading my knowledge of different stacks and learn back end development
+
+## Profile Stats
+
+> ![Profile visits](https://komarev.com/ghpvc/?username=Jayshil-Patel&color=blue)
+
+> ![Jayshil's GitHub stats](https://github-readme-stats.vercel.app/api?username=Jayshil-Patel&hide=contribs,prs,issues&theme=tokyonight)
+
+> [![Top Langs](https://github-readme-stats.vercel.app/api/top-langs/?username=Jayshil-Patel&layout=compact&theme=tokyonight&hide=Makefile&langs_count=10&exclude_repo=Xilinx-Verilog)](https://github.com/anuraghazra/github-readme-stats)
+
+## Skills
+
+> [![Python](https://img.shields.io/badge/Python-3776AB?style=for-the-badge&logo=python&logoColor=white)](https://www.python.org/)
+> [![Java](https://img.shields.io/badge/Java-ED8B00?style=for-the-badge&logo=java&logoColor=white)](https://www.oracle.com/java/technologies/)
+> [![SQLite](https://img.shields.io/badge/SQLite-07405E?style=for-the-badge&logo=sqlite&logoColor=white)](https://www.sqlite.org/index.html)
+> [![Markdown](https://img.shields.io/badge/Markdown-000000?style=for-the-badge&logo=markdown&logoColor=white)](https://guides.github.com/features/mastering-markdown/)
+> [![C](https://img.shields.io/badge/C-00599C?style=for-the-badge&logo=c&logoColor=whitec)]()
+> [![HTML](https://img.shields.io/badge/HTML5-E34F26?style=for-the-badge&logo=html5&logoColor=white)](https://developer.mozilla.org/en-US/docs/Web/HTML)
+> [![CSS](https://img.shields.io/badge/CSS3-1572B6?style=for-the-badge&logo=css3&logoColor=white)](https://developer.mozilla.org/en-US/docs/Web/CSS)
+> [![JavaScript](https://img.shields.io/badge/JavaScript-F7DF1E?style=for-the-badge&logo=javascript&logoColor=black)](https://developer.mozilla.org/en-US/docs/Web/JavaScript)
+> [![Bootstrap](https://img.shields.io/badge/Bootstrap-563D7C?style=for-the-badge&logo=bootstrap&logoColor=white)](https://getbootstrap.com/)
+## Tools and Technologies
+
+> [![Intellij](https://img.shields.io/badge/IntelliJ_Idea-003168?style=for-the-badge&logo=IntelliJ_Idea&logoColor=white)](https://www.jetbrains.com/idea/)
+> [![Pycharm](https://img.shields.io/badge/PyCharm-00C300?style=for-the-badge&logo=PyCharm&logoColor=white)](https://www.jetbrains.com/pycharm/)
+> [![VsCode](https://img.shields.io/badge/Visual_Studio_Code-007ACC?style=for-the-badge&logo=Visual_Studio_Code&logoColor=white)](https://code.visualstudio.com/)
+> [![Arduino](https://img.shields.io/badge/Arduino-00979D?style=for-the-badge&logo=Arduino&logoColor=white)](https://www.arduino.cc/en/software)
+> [![Git](https://img.shields.io/badge/Git-F05032?style=for-the-badge&logo=Git&logoColor=white)](https://git-scm.com/downloads)
+
+
+# Recent Activity
+[![Jayshil's github activity graph](https://activity-graph.herokuapp.com/graph?username=Jayshil-Patel&custom_title=Jayshil's%20recent%20activity&hide_border=true&theme=github)](https://github.com/ashutosh00710/github-readme-activity-graph)
+
+
+## Contact Info
+
+> [![Whats app link](https://img.shields.io/badge/WhatsApp-25D366?style=for-the-badge&logo=whatsapp&logoColor=white)](https://wa.me/918141487230)
+> [![linkedin](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/in/jayshil-patel-607819171/)
+> [![Instagram](https://img.shields.io/badge/Instagram-E4405F?style=for-the-badge&logo=instagram&logoColor=white)](https://instagram.com/justchillll?igshid=csicrdof9bba)
+> [![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white)](https://github.com/Jayshil-Patel)
+> [![Gmail](https://img.shields.io/badge/Gmail-D14836?style=for-the-badge&logo=gmail&logoColor=white)](mailto:jayshiljatin@gmail.com)
diff --git a/KrishKashiwala/README.md b/KrishKashiwala/README.md
new file mode 100644
index 0000000..914de87
--- /dev/null
+++ b/KrishKashiwala/README.md
@@ -0,0 +1,75 @@
+
+
Hi there, I'm Krish
+
+
+
+Here are some ideas to get you started:
+
+- π Iβm currently working on Farmgistics
+- π± Iβm currently learning DevOps
+- π€ Iβm looking for help with Career guidance
+- π¬ Ask me about Full Stack Development
+- β‘ Fun fact: You can learn Computer science without Computer science degree
+
+
+
+
+
+
+
+
+
+
+
+
+ β‘οΈDon't Trust People using Emacs over VIMβ‘οΈ
+
+
+
+
+
+
+
+
+
+
I'm 19 years old Indian Self-taught Full-Stack developer
+
+
+ - π₯ Learning DevOps with Firebase
+
+ - π Cricket FanBoiπΌ
+
+ - πΈ Into High Energy Physics and Astrophysics.
+
+ - I do fullstack and much of every thing :heart:
+
+ - All About living life at its best.
+
+ - π¬ Connect? lets get social ππΌ[](https://www.instagram.com/krish.kashiwala/)
+
+
π Meet Patel | π» Full Stack Web-Developer | πΈ India
-
-
-
-
-
-* π» I'm a full stack web developer
-
-* π¨ I'm a self-taught UI designer
-
-* π± I make apps for Android and iOS
-
-* π I'm a Computer Engineering student (graduating in June 2022)
-
-* π You can see some of my projects on [my portfolio](https://meet191100.github.io/meetportfolio/)
-
-* β‘ Fun fact: **Best Part Of The Journey Is : *It Ends***
-
-
π Meet Patel | π» Full Stack Web-Developer | πΈ India
+
+
+
+
+
+* π» I'm a full stack web developer
+
+* π¨ I'm a self-taught UI designer
+
+* π± I make apps for Android and iOS
+
+* π I'm a Computer Engineering student (graduating in June 2022)
+
+* π You can see some of my projects on [my portfolio](https://meet191100.github.io/meetportfolio/)
+
+* β‘ Fun fact: **Best Part Of The Journey Is : *It Ends***
+
+
-- π€ Love to share my work in public.
-- π± Iβm currently building my profile.
-- π Pronouns: Bruh will work anytime,LOL.
-- β‘ Fun fact: I Don't Wanna go to College.
-- π― I Love to Collaborate and Meet New Peeps.
-- π¬ Connect with me on Twitter would love to hear your views.
-
+- π€ Love to share my work in public.
+- π± Iβm currently building my profile.
+- π Pronouns: Bruh will work anytime,LOL.
+- β‘ Fun fact: I Don't Wanna go to College.
+- π― I Love to Collaborate and Meet New Peeps.
+- π¬ Connect with me on Twitter would love to hear your views.
+
+
+
+
+
Github Stat's:
+
+
+
+
+
+
+
+
+
+
+
+
Languages and Tools:
+
+
+
+
+
+
+
+
+
+
+
Connect with me:
+
+
+
+
+
+
diff --git a/README.md b/README.md
index cb3d850..d7077ea 100644
--- a/README.md
+++ b/README.md
@@ -1,65 +1,65 @@
-
-# Make the ReadMe challenge
-Participate in Make the readme challenge if you want to win ***GitHub t-shirt swag***.
-In this challenge participants have to make creative and informative readme for their GitHub profile.
-
-## Accepting submissions till 10th October 2021.
-
-
-
-
-## How to participate
-
-1. This challenge is only for students studying in CHARUSAT.
-2. Create your profile readme and contribute to this repo, see [contributing.md](https://github.com/clubgamma/Make-the-ReadMe-challenge/blob/main/CONTRIBUTING.md) before contributing.
-3. Submissions are accepted till ***10th October 2021***.
-4. The one readme which we find most creative and informative will be considered as winner and will be awarded GitHub swag.
-
-
-## Some examples of good readme's
-
-- [Rudra Barad](https://github.com/rudrabarad/rudrabarad/blob/master/README.md)
-- [Hetvi Hadvani](https://github.com/Hetvi07/Hetvi07/blob/main/README.md)
-- [Yash Patel](https://github.com/yashpatel458/yashpatel458/blob/main/README.md)
-
-
-
-
-
-## But how to make this kind of ReadMe's?
-
-If you are new to GitHub and have this kind of question here is a [tutorial](https://www.youtube.com/watch?v=LooNWF67jrk) for you my friend.
-
-![](https://i.kym-cdn.com/entries/icons/original/000/029/827/cover5.jpg)
-
-
-## Contributing
-
-Contributions are always welcome!
-
-See [contributing.md](https://github.com/clubgamma/Make-the-ReadMe-challenge/blob/main/CONTRIBUTING.md) for ways to get started.
-
-Please adhere to this project's [code of conduct]().
-
-
-## Contact Us
-
-**To know more about us, visit [official website](https://clubgamma.github.io/) of Club Gamma.**
-
-**To know more about how Club Gamma is going to celebrate Hacktoberfest, click [here](https://clubgamma.github.io/hacktoberfest2021/)**
-
-
-
-
-
-
-
-
-If you want to add any feature or if you found a bug, feel free to open an issue
+
+# Make the ReadMe challenge
+Participate in Make the readme challenge if you want to win ***GitHub t-shirt swag***.
+In this challenge participants have to make creative and informative readme for their GitHub profile.
+
+## Accepting submissions till 10th October 2021.
+
+
+
+
+## How to participate
+
+1. This challenge is only for students studying in CHARUSAT.
+2. Create your profile readme and contribute to this repo, see [contributing.md](https://github.com/clubgamma/Make-the-ReadMe-challenge/blob/main/CONTRIBUTING.md) before contributing.
+3. Submissions are accepted till ***10th October 2021***.
+4. The one readme which we find most creative and informative will be considered as winner and will be awarded GitHub swag.
+
+
+## Some examples of good readme's
+
+- [Rudra Barad](https://github.com/rudrabarad/rudrabarad/blob/master/README.md)
+- [Hetvi Hadvani](https://github.com/Hetvi07/Hetvi07/blob/main/README.md)
+- [Yash Patel](https://github.com/yashpatel458/yashpatel458/blob/main/README.md)
+
+
+
+
+
+## But how to make this kind of ReadMe's?
+
+If you are new to GitHub and have this kind of question here is a [tutorial](https://www.youtube.com/watch?v=LooNWF67jrk) for you my friend.
+
+![](https://i.kym-cdn.com/entries/icons/original/000/029/827/cover5.jpg)
+
+
+## Contributing
+
+Contributions are always welcome!
+
+See [contributing.md](https://github.com/clubgamma/Make-the-ReadMe-challenge/blob/main/CONTRIBUTING.md) for ways to get started.
+
+Please adhere to this project's [code of conduct]().
+
+
+## Contact Us
+
+**To know more about us, visit [official website](https://clubgamma.github.io/) of Club Gamma.**
+
+**To know more about how Club Gamma is going to celebrate Hacktoberfest, click [here](https://clubgamma.github.io/hacktoberfest2021/)**
+
+
+
+
+
+
+
+
+If you want to add any feature or if you found a bug, feel free to open an issue
diff --git a/priyanshd2510/.github/workflows/main.yml b/priyanshd2510/.github/workflows/main.yml
index 2bd9d14..d62b486 100644
--- a/priyanshd2510/.github/workflows/main.yml
+++ b/priyanshd2510/.github/workflows/main.yml
@@ -1,54 +1,54 @@
-# GitHub Action for generating a contribution graph with a snake eating your contributions.
-
-name: Generate Snake
-
-# Controls when the action will run. This action runs every 6 hours.
-
-on:
- schedule:
- # every 6 hours
- - cron: "0 */6 * * *"
-
-# This command allows us to run the Action automatically from the Actions tab.
- workflow_dispatch:
-
-# The sequence of runs in this workflow:
-jobs:
- # This workflow contains a single job called "build"
- build:
- # The type of runner that the job will run on
- runs-on: ubuntu-latest
-
- # Steps represent a sequence of tasks that will be executed as part of the job
- steps:
-
- # Checks repo under $GITHUB_WORKSHOP, so your job can access it
- - uses: actions/checkout@v2
-
- # Generates the snake
- - uses: Platane/snk@master
- id: snake-gif
- with:
- github_user_name: Priyanshd2510
- # these next 2 lines generate the files on a branch called "output". This keeps the main branch from cluttering up.
- gif_out_path: dist/github-contribution-grid-snake.gif
- svg_out_path: dist/github-contribution-grid-snake.svg
-
- # show the status of the build. Makes it easier for debugging (if there's any issues).
- - run: git status
-
- # Push the changes
- - name: Push changes
- uses: ad-m/github-push-action@master
- with:
- github_token: ${{ secrets.GITHUB_TOKEN }}
- branch: master
- force: true
-
- - uses: crazy-max/ghaction-github-pages@v2.1.3
- with:
- # the output branch we mentioned above
- target_branch: output
- build_dir: dist
- env:
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+# GitHub Action for generating a contribution graph with a snake eating your contributions.
+
+name: Generate Snake
+
+# Controls when the action will run. This action runs every 6 hours.
+
+on:
+ schedule:
+ # every 6 hours
+ - cron: "0 */6 * * *"
+
+# This command allows us to run the Action automatically from the Actions tab.
+ workflow_dispatch:
+
+# The sequence of runs in this workflow:
+jobs:
+ # This workflow contains a single job called "build"
+ build:
+ # The type of runner that the job will run on
+ runs-on: ubuntu-latest
+
+ # Steps represent a sequence of tasks that will be executed as part of the job
+ steps:
+
+ # Checks repo under $GITHUB_WORKSHOP, so your job can access it
+ - uses: actions/checkout@v2
+
+ # Generates the snake
+ - uses: Platane/snk@master
+ id: snake-gif
+ with:
+ github_user_name: Priyanshd2510
+ # these next 2 lines generate the files on a branch called "output". This keeps the main branch from cluttering up.
+ gif_out_path: dist/github-contribution-grid-snake.gif
+ svg_out_path: dist/github-contribution-grid-snake.svg
+
+ # show the status of the build. Makes it easier for debugging (if there's any issues).
+ - run: git status
+
+ # Push the changes
+ - name: Push changes
+ uses: ad-m/github-push-action@master
+ with:
+ github_token: ${{ secrets.GITHUB_TOKEN }}
+ branch: master
+ force: true
+
+ - uses: crazy-max/ghaction-github-pages@v2.1.3
+ with:
+ # the output branch we mentioned above
+ target_branch: output
+ build_dir: dist
+ env:
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
diff --git a/priyanshd2510/README.md b/priyanshd2510/README.md
index 66fb17b..a2d9cea 100644
--- a/priyanshd2510/README.md
+++ b/priyanshd2510/README.md
@@ -1,412 +1,412 @@
-
-
-
-
-
Hi , I'm Priyansh Desai
-
-
-
-[![Typing SVG](http://readme-typing-svg.herokuapp.com?color=F71E11&lines=Just+a+codderrr%2C+love+to+do+DevREL...)](https://git.io/typing-svg)
-
-
-π Iβm currently working on college management application
-π Iβm currently learning
- of amazon web services
-π All of my projects are available at
-π Know about my experiences (https://drive.google.com/drive/u/0/folders/1BLcxNCN2RMC0ZGiOsteHtm3cMIVcyrag)
-
-I love to spend time at GitHub :octocat:
-
-π I regularly write articles on
-
-
-β‘ In my free time, I love to play tabel Tennis , listen to songs and watching movies
-.
-
-![snake gif](https://github.com/Priyanshd2510/Priyanshd2510/blob/output/github-contribution-grid-snake.gif)
-
-
-
-Welcome to my Github profile!
-We're playing
-[The Royal Game of Ur](https://en.wikipedia.org/wiki/Royal_Game_of_Ur).
-**Game #7 is in progress,** but you can join!
-
-
- It's the
- :black_circle:black
- team's turn.
-
-
-You're on a team! :wave:
-
-* If you've already played a turn this game, you know which team you're on!
-(_you can't change it!_)
-If it's not your turn, check back later, or
-[ask a
-friend](https://twitter.com/share?text=I'm+playing+The+Royal+Game+of+Ur+on+a+GitHub+profile.+Take+your+turn+at+https://github.com/rossjrw/rossjrw+%23RoyalGameOfUr+%23github)
-to make a move.
-* If you've not yet played a turn this game, make a move now to join the
-:black_circle:black
-team.
-
-
-
- **:black_circle:Black team:**
- You rolled a 1!
-What would you like to do?
-
-| Choices *(click one of them!)* |
-| --- |
- | [Move a piece from tile 4 to tile 5 ](https://github.com/rossjrw/rossjrw/issues/new?title=ur-move-1%404-0&body=Press+Submit%21+You+don%27t+need+to+edit+this+text+or+do+anything+else.%0D%0A%0D%0ABe+aware+that+your+move+can+take+a+minute+or+two+to+process.) |
- | [Move a piece from tile 9 to tile 10 ](https://github.com/rossjrw/rossjrw/issues/new?title=ur-move-1%409-0&body=Press+Submit%21+You+don%27t+need+to+edit+this+text+or+do+anything+else.%0D%0A%0D%0ABe+aware+that+your+move+can+take+a+minute+or+two+to+process.) |
-
------
-
-Game #7 so far
-
-## Who's on each team?
-
-
-
-## What's happened so far?
-
-| Time | Turn | Event | Issue | Board |
-| :---: | :---: | :--- | :---: | :---: |
- | 17th Jul 2021 00:17 | **0** | :white_circle: **[@1ethanhansen](https://github.com/1ethanhansen)** started a new game | [#1025](https://github.com/rossjrw/rossjrw/issues/1025) | |
- | 17th Jul 2021 00:18 | **1** | :white_circle: **[@1ethanhansen](https://github.com/1ethanhansen)** moved a white piece onto the board to position 1 | [#1026](https://github.com/rossjrw/rossjrw/issues/1026) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/a2c11063a277bdce8cfa6d193f46ea50861c4d1d/games/current/board.1026.svg) |
- | 17th Jul 2021 00:18 | **2** | :black_circle: The black team rolled a 0 and their turn was automatically passed | [#1026](https://github.com/rossjrw/rossjrw/issues/1026) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/11ee80b710ada31deff86dd61b2986f317bdb700/games/current/board.1026.svg) |
- | 17th Jul 2021 00:19 | **3** | :white_circle: **[@1ethanhansen](https://github.com/1ethanhansen)** moved a white piece from position 1 to position 3 | [#1027](https://github.com/rossjrw/rossjrw/issues/1027) | |
- | 17th Jul 2021 00:31 | **4** | :black_circle: **[@realicraft](https://github.com/realicraft)** moved a black piece onto the board to position 2 | [#1028](https://github.com/rossjrw/rossjrw/issues/1028) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/4cad9c3a688b19f0ba6363cde476bc8f6462744e/games/current/board.1028.svg) |
- | 17th Jul 2021 00:31 | **5** | :white_circle: The white team rolled a 0 and their turn was automatically passed | [#1028](https://github.com/rossjrw/rossjrw/issues/1028) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/ca61406d388d3b2dd8e70fae47d6715169662569/games/current/board.1028.svg) |
- | 17th Jul 2021 01:18 | **6** | :black_circle: **[@Byron-Inc](https://github.com/Byron-Inc)** moved a black piece onto the board to position 3 | [#1029](https://github.com/rossjrw/rossjrw/issues/1029) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/e7e6f1d50d55471be7a61a84ff12430707c25530/games/current/board.1029.svg) |
- | 19th Jul 2021 23:32 | **7** | :white_circle: **[@1ethanhansen](https://github.com/1ethanhansen)** moved a white piece onto the board to position 2 | [#1030](https://github.com/rossjrw/rossjrw/issues/1030) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/69030277c9ed703773bdafcfe616cb4ac82aec34/games/current/board.1030.svg) |
- | 21st Jul 2021 00:22 | **8** | :black_circle: **[@teharsingh](https://github.com/teharsingh)** moved a black piece from position 2 to position 4 β claimed a rosette :rosette: | [#1031](https://github.com/rossjrw/rossjrw/issues/1031) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/687a22f2f5b607ac729ce23b4df35ad18b6e743f/games/current/board.1031.svg) |
- | 21st Jul 2021 11:12 | **9** | :black_circle: **[@Byron-Inc](https://github.com/Byron-Inc)** moved a black piece from position 4 to position 8 β claimed a rosette :rosette: | [#1033](https://github.com/rossjrw/rossjrw/issues/1033) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/ed0902edf531498c74b6e872e987b90f788a8043/games/current/board.1033.svg) |
- | 21st Jul 2021 11:56 | **10** | :black_circle: **[@PkmnQ](https://github.com/PkmnQ)** moved a black piece from position 8 to position 10 | [#1034](https://github.com/rossjrw/rossjrw/issues/1034) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/09d87fe862a3eaeb98f5a9b8d9be9021b220d9b1/games/current/board.1034.svg) |
- | 22nd Jul 2021 00:36 | **11** | :white_circle: **[@tb148](https://github.com/tb148)** moved a white piece from position 3 to position 6 | [#1035](https://github.com/rossjrw/rossjrw/issues/1035) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/e1ca22e68e54e83f9bc064b4e98323865ac8e9c0/games/current/board.1035.svg) |
- | 22nd Jul 2021 05:44 | **12** | :black_circle: **[@PkmnQ](https://github.com/PkmnQ)** moved a black piece from position 3 to position 6 β captured a white piece :crossed_swords: | [#1036](https://github.com/rossjrw/rossjrw/issues/1036) | |
- | 22nd Jul 2021 07:35 | **13** | :white_circle: **[@tb148](https://github.com/tb148)** moved a white piece onto the board to position 3 | [#1037](https://github.com/rossjrw/rossjrw/issues/1037) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/38078a5f6cf8f21719cbe593a28372a148edce47/games/current/board.1037.svg) |
- | 22nd Jul 2021 07:35 | **14** | :black_circle: The black team rolled a 0 and their turn was automatically passed | [#1037](https://github.com/rossjrw/rossjrw/issues/1037) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/03a36dd19208b5e6d4d0c17283542a5b35716dfd/games/current/board.1037.svg) |
- | 22nd Jul 2021 07:38 | **15** | :white_circle: **[@tb148](https://github.com/tb148)** moved a white piece from position 3 to position 6 β captured a black piece :crossed_swords: | [#1038](https://github.com/rossjrw/rossjrw/issues/1038) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/3fe64f6fec3d5402f5d57539696f8936b77a14d6/games/current/board.1038.svg) |
- | 22nd Jul 2021 09:25 | **16** | :black_circle: **[@homemadestea58](https://github.com/homemadestea58)** moved a black piece onto the board to position 3 | [#1039](https://github.com/rossjrw/rossjrw/issues/1039) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/fe0e89cf0173ce2c3a010242e7c3e2d59f04c169/games/current/board.1039.svg) |
- | 22nd Jul 2021 19:24 | **17** | :white_circle: **[@1ethanhansen](https://github.com/1ethanhansen)** moved a white piece from position 6 to position 8 β claimed a rosette :rosette: | [#1041](https://github.com/rossjrw/rossjrw/issues/1041) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/61278c53255401f87f4e1d00d1e417d84ffb7e0e/games/current/board.1041.svg) |
- | 22nd Jul 2021 19:25 | **18** | :white_circle: **[@1ethanhansen](https://github.com/1ethanhansen)** moved a white piece from position 8 to position 10 β captured a black piece :crossed_swords: | [#1042](https://github.com/rossjrw/rossjrw/issues/1042) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/17efab73e464dac21619ef562cd8a8d399eb23a2/games/current/board.1042.svg) |
- | 23rd Jul 2021 04:39 | **19** | :black_circle: **[@Tijil2111](https://github.com/Tijil2111)** moved a black piece from position 3 to position 5 | [#1043](https://github.com/rossjrw/rossjrw/issues/1043) | |
- | 24th Jul 2021 01:14 | **20** | :white_circle: **[@tb148](https://github.com/tb148)** moved a white piece from position 2 to position 4 β claimed a rosette :rosette: | [#1044](https://github.com/rossjrw/rossjrw/issues/1044) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/3492191fc13c12c3c707c508619187ea3402f8f9/games/current/board.1044.svg) |
- | 24th Jul 2021 01:14 | **21** | :white_circle: The white team rolled a 0 and their turn was automatically passed | [#1044](https://github.com/rossjrw/rossjrw/issues/1044) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/c75da579c23c7dab3f02c663aa6e6f9366476ae5/games/current/board.1044.svg) |
- | 24th Jul 2021 01:17 | **22** | :black_circle: **[@shpatrickguo](https://github.com/shpatrickguo)** moved a black piece from position 5 to position 7 | [#1045](https://github.com/rossjrw/rossjrw/issues/1045) | |
- | 24th Jul 2021 01:20 | **23** | :white_circle: **[@tb148](https://github.com/tb148)** moved a white piece from position 10 to position 12 | [#1046](https://github.com/rossjrw/rossjrw/issues/1046) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/f779ae1c77fb1064fa202a80e1523ecd1fcad11a/games/current/board.1046.svg) |
- | 24th Jul 2021 01:20 | **24** | :black_circle: The black team rolled a 0 and their turn was automatically passed | [#1046](https://github.com/rossjrw/rossjrw/issues/1046) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/a65a8be2199cff0c84d75c8941d5d33919c53dc7/games/current/board.1046.svg) |
- | 24th Jul 2021 01:20 | **25** | :white_circle: **[@tb148](https://github.com/tb148)** moved a white piece from position 12 to position 14 β claimed a rosette :rosette: | [#1047](https://github.com/rossjrw/rossjrw/issues/1047) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/2187de422f585f2063bfbd533e49909754d7b881/games/current/board.1047.svg) |
- | 24th Jul 2021 01:21 | **26** | :white_circle: **[@tb148](https://github.com/tb148)** moved a white piece from position 4 to position 6 | [#1048](https://github.com/rossjrw/rossjrw/issues/1048) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/c7eb3af18c65a3d61775c65b8e862b1779a516ae/games/current/board.1048.svg) |
- | 24th Jul 2021 01:35 | **27** | :black_circle: **[@homemadestea58](https://github.com/homemadestea58)** moved a black piece from position 7 to position 10 | [#1049](https://github.com/rossjrw/rossjrw/issues/1049) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/1fbd5971436fe91b5a769c5cede64d7e03eec71b/games/current/board.1049.svg) |
- | 24th Jul 2021 01:43 | **28** | :white_circle: **[@tb148](https://github.com/tb148)** moved a white piece from position 6 to position 9 | [#1050](https://github.com/rossjrw/rossjrw/issues/1050) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/057d9f90c836add45f6a5c186b08e770f5644b8e/games/current/board.1050.svg) |
- | 24th Jul 2021 04:37 | **29** | :black_circle: **[@PkmnQ](https://github.com/PkmnQ)** moved a black piece onto the board to position 1 | [#1051](https://github.com/rossjrw/rossjrw/issues/1051) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/67750b978e4717554a2d9beb01f3c82f886d603a/games/current/board.1051.svg) |
- | 24th Jul 2021 08:01 | **30** | :white_circle: **[@tb148](https://github.com/tb148)** ascended a white piece from position 14 :rocket: | [#1052](https://github.com/rossjrw/rossjrw/issues/1052) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/938151b44ce848dca4cf7f99e5bc8941fd392220/games/current/board.1052.svg) |
- | 24th Jul 2021 08:18 | **31** | :black_circle: **[@PkmnQ](https://github.com/PkmnQ)** moved a black piece from position 1 to position 2 | [#1053](https://github.com/rossjrw/rossjrw/issues/1053) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/a6cf63e9ecf7231c123849da6d6dd5cb07c3965e/games/current/board.1053.svg) |
- | 24th Jul 2021 08:47 | **32** | :white_circle: **[@tb148](https://github.com/tb148)** moved a white piece onto the board to position 2 | [#1054](https://github.com/rossjrw/rossjrw/issues/1054) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/d865ed46e070507a23f596f5372d3e950e023ce6/games/current/board.1054.svg) |
- | 24th Jul 2021 09:14 | **33** | :black_circle: **[@PkmnQ](https://github.com/PkmnQ)** moved a black piece from position 2 to position 4 β claimed a rosette :rosette: | [#1055](https://github.com/rossjrw/rossjrw/issues/1055) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/41805312ececa958f68209734931e300a0b077e8/games/current/board.1055.svg) |
- | 24th Jul 2021 09:15 | **34** | :black_circle: **[@PkmnQ](https://github.com/PkmnQ)** moved a black piece from position 10 to position 12 | [#1056](https://github.com/rossjrw/rossjrw/issues/1056) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/fcd21f9f3b8bfda531fae3b6e672f2382989a215/games/current/board.1056.svg) |
- | 25th Jul 2021 02:14 | **35** | :white_circle: **[@tb148](https://github.com/tb148)** moved a white piece from position 9 to position 10 | [#1058](https://github.com/rossjrw/rossjrw/issues/1058) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/316b5d734e365144a2cacec555cb1088e4ea9868/games/current/board.1058.svg) |
- | 25th Jul 2021 04:43 | **36** | :black_circle: **[@PkmnQ](https://github.com/PkmnQ)** moved a black piece from position 4 to position 8 β claimed a rosette :rosette: | [#1059](https://github.com/rossjrw/rossjrw/issues/1059) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/f9146b5f1ce483045ad475e6d2132757c274fc8f/games/current/board.1059.svg) |
- | 25th Jul 2021 04:44 | **37** | :black_circle: **[@PkmnQ](https://github.com/PkmnQ)** moved a black piece from position 8 to position 10 β captured a white piece :crossed_swords: | [#1060](https://github.com/rossjrw/rossjrw/issues/1060) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/9341d66ddca08a7d37402399bd442eb2b8bd5d4e/games/current/board.1060.svg) |
- | 25th Jul 2021 10:28 | **38** | :white_circle: **[@tb148](https://github.com/tb148)** moved a white piece from position 2 to position 3 | [#1061](https://github.com/rossjrw/rossjrw/issues/1061) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/3604ba8d5bd62615d33a8c5abdeddcc3ce3c0b42/games/current/board.1061.svg) |
- | 25th Jul 2021 13:12 | **39** | :black_circle: **[@PkmnQ](https://github.com/PkmnQ)** ascended a black piece from position 12 :rocket: | [#1062](https://github.com/rossjrw/rossjrw/issues/1062) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/49d5144ff7333a192aa669edacdc18e786b1b6e5/games/current/board.1062.svg) |
- | 26th Jul 2021 08:07 | **40** | :white_circle: **[@tb148](https://github.com/tb148)** moved a white piece from position 3 to position 6 | [#1063](https://github.com/rossjrw/rossjrw/issues/1063) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/e82a2acccc77684b71d1267eaafc7ac500ab17a9/games/current/board.1063.svg) |
- | 28th Jul 2021 17:44 | **41** | :black_circle: **[@bloedboemmel](https://github.com/bloedboemmel)** moved a black piece onto the board to position 1 | [#1064](https://github.com/rossjrw/rossjrw/issues/1064) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/f4b9570ae2c5639f832b06e3c8ed94236fa3a9ba/games/current/board.1064.svg) |
- | 28th Jul 2021 17:47 | **42** | :white_circle: **[@1ethanhansen](https://github.com/1ethanhansen)** moved a white piece onto the board to position 1 | [#1065](https://github.com/rossjrw/rossjrw/issues/1065) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/6526d5bd4eecb1f53e41195833afff4f940f41ac/games/current/board.1065.svg) |
- | 29th Jul 2021 09:06 | **43** | :black_circle: **[@Tijil2111](https://github.com/Tijil2111)** moved a black piece from position 10 to position 11 | [#1066](https://github.com/rossjrw/rossjrw/issues/1066) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/768f0ec36a736eee2bccad653099cf30b04130f3/games/current/board.1066.svg) |
- | 29th Jul 2021 09:07 | **44** | :white_circle: **[@tb148](https://github.com/tb148)** moved a white piece from position 6 to position 7 | [#1067](https://github.com/rossjrw/rossjrw/issues/1067) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/f1996bb21d440850d605103ee293ca613c7bb15b/games/current/board.1067.svg) |
- | 30th Jul 2021 09:06 | **45** | :black_circle: **[@jash-desai](https://github.com/jash-desai)** moved a black piece from position 1 to position 2 | [#1068](https://github.com/rossjrw/rossjrw/issues/1068) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/666ad809ede40373bd96585c62623658db13c663/games/current/board.1068.svg) |
- | 2nd Aug 2021 05:34 | **46** | :white_circle: **[@tb148](https://github.com/tb148)** moved a white piece from position 7 to position 9 | [#1069](https://github.com/rossjrw/rossjrw/issues/1069) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/d15b9d1eb0fb5ab67264c5adbd9347468a180bdd/games/current/board.1069.svg) |
- | 2nd Aug 2021 06:40 | **47** | :black_circle: **[@Tijil2111](https://github.com/Tijil2111)** moved a black piece from position 2 to position 3 | [#1070](https://github.com/rossjrw/rossjrw/issues/1070) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/b430d20fd9d4d812bb074f941d3616e32400ab9b/games/current/board.1070.svg) |
- | 2nd Aug 2021 09:48 | **48** | :white_circle: **[@tb148](https://github.com/tb148)** moved a white piece from position 9 to position 11 β captured a black piece :crossed_swords: | [#1071](https://github.com/rossjrw/rossjrw/issues/1071) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/786491b5dcd699ab94b444c38a4ab429aae136d7/games/current/board.1071.svg) |
- | 2nd Aug 2021 10:37 | **49** | :black_circle: **[@jash-desai](https://github.com/jash-desai)** moved a black piece onto the board to position 2 | [#1072](https://github.com/rossjrw/rossjrw/issues/1072) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/e5665a6108724bb14fbbfaa25c74ed38bbf2932c/games/current/board.1072.svg) |
- | 3rd Aug 2021 12:01 | **50** | :white_circle: **[@tb148](https://github.com/tb148)** moved a white piece from position 11 to position 12 | [#1073](https://github.com/rossjrw/rossjrw/issues/1073) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/75cb64632df3b29a38ffa1da7ff786751f5d40d0/games/current/board.1073.svg) |
- | 4th Aug 2021 00:48 | **51** | :black_circle: **[@Tr1angular](https://github.com/Tr1angular)** moved a black piece from position 2 to position 4 β claimed a rosette :rosette: | [#1074](https://github.com/rossjrw/rossjrw/issues/1074) | |
- | 4th Aug 2021 22:40 | **52** | :black_circle: **[@shpatrickguo](https://github.com/shpatrickguo)** moved a black piece from position 4 to position 5 | [#1075](https://github.com/rossjrw/rossjrw/issues/1075) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/656141f997a6a7b3c07b053bee594780c89c40d7/games/current/board.1075.svg) |
- | 4th Aug 2021 22:40 | **53** | :white_circle: The white team rolled a 0 and their turn was automatically passed | [#1075](https://github.com/rossjrw/rossjrw/issues/1075) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/3a692396fc3f92e0a349cb47f35a68ddb8b9b9e0/games/current/board.1075.svg) |
- | 5th Aug 2021 08:47 | **54** | :black_circle: **[@LuciFR1809](https://github.com/LuciFR1809)** moved a black piece from position 5 to position 7 | [#1076](https://github.com/rossjrw/rossjrw/issues/1076) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/16bab572a8110548a5a42307c45dd258fa1baff6/games/current/board.1076.svg) |
- | 5th Aug 2021 11:55 | **55** | :white_circle: **[@tb148](https://github.com/tb148)** moved a white piece from position 12 to position 14 β claimed a rosette :rosette: | [#1077](https://github.com/rossjrw/rossjrw/issues/1077) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/9e5aed10c81495aa03b1b8c4cdb4dee4e95a7f35/games/current/board.1077.svg) |
- | 5th Aug 2021 11:56 | **56** | :white_circle: **[@tb148](https://github.com/tb148)** moved a white piece from position 1 to position 3 | [#1078](https://github.com/rossjrw/rossjrw/issues/1078) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/5bdb958801e74e1076d180b1e20e0e743acc1936/games/current/board.1078.svg) |
- | 6th Aug 2021 07:53 | **57** | :black_circle: **[@jah-edw](https://github.com/jah-edw)** moved a black piece onto the board to position 4 β claimed a rosette :rosette: | [#1079](https://github.com/rossjrw/rossjrw/issues/1079) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/b13e8b42887c6b4fe39d6f5420e0bccecf5aef89/games/current/board.1079.svg) |
- | 6th Aug 2021 07:55 | **58** | :black_circle: **[@jah-edw](https://github.com/jah-edw)** moved a black piece from position 7 to position 10 | [#1080](https://github.com/rossjrw/rossjrw/issues/1080) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/57fd55650a9817588e48511971dad224e129f708/games/current/board.1080.svg) |
- | 7th Aug 2021 07:32 | **59** | :white_circle: **[@tb148](https://github.com/tb148)** moved a white piece onto the board to position 2 | [#1081](https://github.com/rossjrw/rossjrw/issues/1081) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/4300432bbd73559d1b1f7d305516f41c015b0537/games/current/board.1081.svg) |
- | 7th Aug 2021 16:48 | **60** | :black_circle: **[@akshat-jjain](https://github.com/akshat-jjain)** moved a black piece onto the board to position 1 | [#1082](https://github.com/rossjrw/rossjrw/issues/1082) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/470f9772b6bb5aa3476db8c4c304f245e7ecead4/games/current/board.1082.svg) |
- | 8th Aug 2021 06:25 | **61** | :white_circle: **[@tb148](https://github.com/tb148)** moved a white piece from position 2 to position 4 β claimed a rosette :rosette: | [#1083](https://github.com/rossjrw/rossjrw/issues/1083) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/e0eb35ea69c7a05aa94973fe06e5359af998fd25/games/current/board.1083.svg) |
- | 8th Aug 2021 06:26 | **62** | :white_circle: **[@tb148](https://github.com/tb148)** moved a white piece onto the board to position 2 | [#1084](https://github.com/rossjrw/rossjrw/issues/1084) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/5d43f763a9016ea2ad1e62ec9d452fd3b5679c57/games/current/board.1084.svg) |
- | 8th Aug 2021 19:14 | **63** | :black_circle: **[@shpatrickguo](https://github.com/shpatrickguo)** moved a black piece from position 10 to position 11 | [#1085](https://github.com/rossjrw/rossjrw/issues/1085) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/ab0e96383ed0af5bef1a126f9423d5828c8f9171/games/current/board.1085.svg) |
- | 10th Aug 2021 14:26 | **64** | :white_circle: **[@rossjrw](https://github.com/rossjrw)** moved a white piece from position 4 to position 6 | [#1086](https://github.com/rossjrw/rossjrw/issues/1086) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/e26cbeee07fbb17efe57a8c0ec72a9b627969712/games/current/board.1086.svg) |
- | 15th Aug 2021 05:18 | **65** | :black_circle: **[@DM3G4](https://github.com/DM3G4)** moved a black piece from position 11 to position 12 | [#1087](https://github.com/rossjrw/rossjrw/issues/1087) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/c096ec916919596325eda07206dd2cc86efdf871/games/current/board.1087.svg) |
- | 15th Aug 2021 17:43 | **66** | :white_circle: **[@abhishek-singh77](https://github.com/abhishek-singh77)** moved a white piece from position 6 to position 8 β claimed a rosette :rosette: | [#1088](https://github.com/rossjrw/rossjrw/issues/1088) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/0571364e16b73a114fa70ad0a4c786c71937e67f/games/current/board.1088.svg) |
- | 18th Aug 2021 11:35 | **67** | :white_circle: **[@tb148](https://github.com/tb148)** ascended a white piece from position 14 :rocket: | [#1089](https://github.com/rossjrw/rossjrw/issues/1089) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/6d4bc0acec8136cd38ce31edfcb26ab65bc8006f/games/current/board.1089.svg) |
- | 18th Aug 2021 15:02 | **68** | :black_circle: **[@hhej](https://github.com/hhej)** ascended a black piece from position 12 :rocket: | [#1090](https://github.com/rossjrw/rossjrw/issues/1090) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/b5827529f6caca378d26ccd8a6b4cecbaffda136/games/current/board.1090.svg) |
- | 19th Aug 2021 09:27 | **69** | :white_circle: **[@tb148](https://github.com/tb148)** moved a white piece from position 8 to position 11 | [#1091](https://github.com/rossjrw/rossjrw/issues/1091) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/8fb9666af8bfa599ddf06c3bfa0d79df15da296f/games/current/board.1091.svg) |
- | 19th Aug 2021 12:14 | **70** | :black_circle: **[@devmount](https://github.com/devmount)** moved a black piece from position 4 to position 7 | [#1092](https://github.com/rossjrw/rossjrw/issues/1092) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/04a63857613f23cc8525f62e39a30ae1b2515fd3/games/current/board.1092.svg) |
- | 19th Aug 2021 18:20 | **71** | :white_circle: **[@cadox8](https://github.com/cadox8)** moved a white piece from position 2 to position 4 β claimed a rosette :rosette: | [#1093](https://github.com/rossjrw/rossjrw/issues/1093) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/4fc971d2d66338193a251c41307fc3ad5b56d45e/games/current/board.1093.svg) |
- | 20th Aug 2021 09:20 | **72** | :white_circle: **[@rossjrw](https://github.com/rossjrw)** moved a white piece from position 11 to position 14 β claimed a rosette :rosette: | [#1095](https://github.com/rossjrw/rossjrw/issues/1095) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/c1a0e37bd780280ec5acb7a293921a5d4b3b7cf7/games/current/board.1095.svg) |
- | 22nd Aug 2021 10:27 | **73** | :white_circle: **[@tb148](https://github.com/tb148)** moved a white piece from position 3 to position 7 β captured a black piece :crossed_swords: | [#1096](https://github.com/rossjrw/rossjrw/issues/1096) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/d359582a92f9c7932430e7bbffba77207768221a/games/current/board.1096.svg) |
- | 25th Aug 2021 05:53 | **74** | :black_circle: **[@kallyas](https://github.com/kallyas)** moved a black piece from position 3 to position 4 β claimed a rosette :rosette: | [#1097](https://github.com/rossjrw/rossjrw/issues/1097) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/b86359ca3d701acc6100309279027638e184e36e/games/current/board.1097.svg) |
- | 25th Aug 2021 09:42 | **75** | :black_circle: **[@kallyas](https://github.com/kallyas)** moved a black piece from position 4 to position 7 β captured a white piece :crossed_swords: | [#1098](https://github.com/rossjrw/rossjrw/issues/1098) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/46c0f109799128a4b2a02be6980d1a133d52bef7/games/current/board.1098.svg) |
- | 26th Aug 2021 02:25 | **76** | :white_circle: **[@tb148](https://github.com/tb148)** moved a white piece from position 4 to position 8 β claimed a rosette :rosette: | [#1099](https://github.com/rossjrw/rossjrw/issues/1099) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/b9cf18b52d430564f533d6b595718ad57c924945/games/current/board.1099.svg) |
- | 26th Aug 2021 02:26 | **77** | :white_circle: **[@tb148](https://github.com/tb148)** moved a white piece onto the board to position 4 β claimed a rosette :rosette: | [#1100](https://github.com/rossjrw/rossjrw/issues/1100) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/fa8f2c725f2a981854811389dcb5084f2e494683/games/current/board.1100.svg) |
- | 26th Aug 2021 02:31 | **78** | :white_circle: **[@tb148](https://github.com/tb148)** moved a white piece from position 8 to position 10 | [#1101](https://github.com/rossjrw/rossjrw/issues/1101) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/70e9df36857374b7ae7bc240fd171cc9ac556ee7/games/current/board.1101.svg) |
- | 26th Aug 2021 04:41 | **79** | :black_circle: **[@PkmnQ](https://github.com/PkmnQ)** moved a black piece from position 7 to position 9 | [#1102](https://github.com/rossjrw/rossjrw/issues/1102) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/e73a84cc2646131cf07002231009db41455e5988/games/current/board.1102.svg) |
- | 26th Aug 2021 04:43 | **80** | :white_circle: **[@tb148](https://github.com/tb148)** moved a white piece from position 10 to position 13 | [#1103](https://github.com/rossjrw/rossjrw/issues/1103) | |
- | 26th Aug 2021 08:08 | **81** | :black_circle: **[@AyushShahh](https://github.com/AyushShahh)** moved a black piece from position 9 to position 11 | [#1104](https://github.com/rossjrw/rossjrw/issues/1104) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/14d55417cf3ae4e14519b790c1e7524f48b640ad/games/current/board.1104.svg) |
- | 26th Aug 2021 08:08 | **82** | :white_circle: The white team rolled a 0 and their turn was automatically passed | [#1104](https://github.com/rossjrw/rossjrw/issues/1104) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/6a459850aae2e166d552a044d3f094119edda737/games/current/board.1104.svg) |
- | 26th Aug 2021 08:09 | **83** | :black_circle: **[@AyushShahh](https://github.com/AyushShahh)** moved a black piece from position 11 to position 12 | [#1105](https://github.com/rossjrw/rossjrw/issues/1105) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/6caa1ff1f1a46e29b8981fe688992765a09e3db1/games/current/board.1105.svg) |
- | 27th Aug 2021 00:21 | **84** | :white_circle: **[@tb148](https://github.com/tb148)** ascended a white piece from position 13 :rocket: | [#1107](https://github.com/rossjrw/rossjrw/issues/1107) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/deae3849c2a2f84be6469c8466bd86bf0377e9ae/games/current/board.1107.svg) |
- | 27th Aug 2021 13:02 | **85** | :black_circle: **[@PkmnQ](https://github.com/PkmnQ)** moved a black piece onto the board to position 4 β claimed a rosette :rosette: | [#1108](https://github.com/rossjrw/rossjrw/issues/1108) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/239f1416c73b8f1877910c06444edf1a66816ee8/games/current/board.1108.svg) |
- | 27th Aug 2021 13:03 | **86** | :black_circle: **[@PkmnQ](https://github.com/PkmnQ)** moved a black piece from position 12 to position 14 β claimed a rosette :rosette: | [#1109](https://github.com/rossjrw/rossjrw/issues/1109) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/5ecd5b4790e26fffaefad54af7c18a50a852799b/games/current/board.1109.svg) |
- | 27th Aug 2021 13:04 | **87** | :black_circle: **[@PkmnQ](https://github.com/PkmnQ)** moved a black piece from position 4 to position 6 | [#1110](https://github.com/rossjrw/rossjrw/issues/1110) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/97edb2d9d4ed81a28edc8b05b4ecc567e5121bb5/games/current/board.1110.svg) |
- | 27th Aug 2021 13:16 | **88** | :white_circle: **[@tb148](https://github.com/tb148)** ascended a white piece from position 14 :rocket: | [#1111](https://github.com/rossjrw/rossjrw/issues/1111) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/294f2dde954cf5fe19e30b316109d7477b1f52ce/games/current/board.1111.svg) |
- | 28th Aug 2021 16:35 | **89** | :black_circle: **[@aa2006](https://github.com/aa2006)** ascended a black piece from position 14 :rocket: | [#1112](https://github.com/rossjrw/rossjrw/issues/1112) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/9308f24114c6ea9844ada2d103f48c968136f80c/games/current/board.1112.svg) |
- | 29th Aug 2021 00:32 | **90** | :white_circle: **[@tb148](https://github.com/tb148)** moved a white piece from position 4 to position 5 | [#1113](https://github.com/rossjrw/rossjrw/issues/1113) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/58c6839eb7c99753fd67aefd6f0cc8fdad047378/games/current/board.1113.svg) |
- | 29th Aug 2021 19:48 | **91** | :black_circle: **[@kallyas](https://github.com/kallyas)** moved a black piece from position 1 to position 4 β claimed a rosette :rosette: | [#1114](https://github.com/rossjrw/rossjrw/issues/1114) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/c5118cdced3c427d0792d71eb25f8c6515432d11/games/current/board.1114.svg) |
- | 29th Aug 2021 19:56 | **92** | :black_circle: **[@kallyas](https://github.com/kallyas)** moved a black piece from position 4 to position 5 β captured a white piece :crossed_swords: | [#1115](https://github.com/rossjrw/rossjrw/issues/1115) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/fae3e81a6b26250aa8a3308d1d15f0bad54f8ae6/games/current/board.1115.svg) |
- | 30th Aug 2021 03:51 | **93** | :white_circle: **[@tb148](https://github.com/tb148)** moved a white piece onto the board to position 2 | [#1116](https://github.com/rossjrw/rossjrw/issues/1116) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/efdfd99d85f891a59bf9565ea5d6077dd2cd30a6/games/current/board.1116.svg) |
- | 30th Aug 2021 12:11 | **94** | :black_circle: **[@kallyas](https://github.com/kallyas)** moved a black piece from position 6 to position 8 β claimed a rosette :rosette: | [#1117](https://github.com/rossjrw/rossjrw/issues/1117) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/08edfe38a1ac1963e6dd55e6a25923dddc9c102f/games/current/board.1117.svg) |
- | 30th Aug 2021 12:13 | **95** | :black_circle: **[@kallyas](https://github.com/kallyas)** moved a black piece from position 8 to position 10 | [#1118](https://github.com/rossjrw/rossjrw/issues/1118) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/6e7620a2ad4bfb4c0a674f791731c8727fe11554/games/current/board.1118.svg) |
- | 30th Aug 2021 14:19 | **96** | :white_circle: **[@tb148](https://github.com/tb148)** moved a white piece from position 2 to position 4 β claimed a rosette :rosette: | [#1120](https://github.com/rossjrw/rossjrw/issues/1120) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/a0c307bdd686c453c6604c7c710a04635587e881/games/current/board.1120.svg) |
- | 30th Aug 2021 14:19 | **97** | :white_circle: **[@tb148](https://github.com/tb148)** moved a white piece from position 4 to position 5 β captured a black piece :crossed_swords: | [#1121](https://github.com/rossjrw/rossjrw/issues/1121) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/bfc61e74ace5333caf263667f170771d9621362c/games/current/board.1121.svg) |
- | 3rd Sep 2021 18:33 | **98** | :black_circle: **[@kallyas](https://github.com/kallyas)** moved a black piece from position 10 to position 14 β claimed a rosette :rosette: | [#1122](https://github.com/rossjrw/rossjrw/issues/1122) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/6cd87d5948c5837c146cfcd3b41ede70280b186a/games/current/board.1122.svg) |
- | 4th Sep 2021 11:15 | **99** | :black_circle: **[@kallyas](https://github.com/kallyas)** moved a black piece onto the board to position 2 | [#1124](https://github.com/rossjrw/rossjrw/issues/1124) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/4d147aab9b21d76fefe97701fe37ad8feb85ed8f/games/current/board.1124.svg) |
- | 5th Sep 2021 02:58 | **100** | :white_circle: **[@tb148](https://github.com/tb148)** moved a white piece onto the board to position 4 β claimed a rosette :rosette: | [#1125](https://github.com/rossjrw/rossjrw/issues/1125) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/8be009efda776db5d77065cd96d1257dd8a85d2a/games/current/board.1125.svg) |
- | 5th Sep 2021 03:09 | **101** | :white_circle: **[@tb148](https://github.com/tb148)** moved a white piece from position 5 to position 7 | [#1126](https://github.com/rossjrw/rossjrw/issues/1126) | |
- | 5th Sep 2021 14:29 | **102** | :black_circle: **[@kallyas](https://github.com/kallyas)** ascended a black piece from position 14 :rocket: | [#1127](https://github.com/rossjrw/rossjrw/issues/1127) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/05567eb2215a60880b80dfd5a1a7ec33a8c225e2/games/current/board.1127.svg) |
- | 5th Sep 2021 14:29 | **103** | :white_circle: The white team rolled a 0 and their turn was automatically passed | [#1127](https://github.com/rossjrw/rossjrw/issues/1127) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/049315a2925c8761cb5fb8c64f332779b187035a/games/current/board.1127.svg) |
- | 5th Sep 2021 16:46 | **104** | :black_circle: **[@kallyas](https://github.com/kallyas)** moved a black piece from position 2 to position 4 β claimed a rosette :rosette: | [#1128](https://github.com/rossjrw/rossjrw/issues/1128) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/4cf8052b1e88a7fa4d2a2b3b3261d4cfd6504436/games/current/board.1128.svg) |
- | 11th Sep 2021 19:21 | **105** | :black_circle: **[@iamstan13y](https://github.com/iamstan13y)** moved a black piece from position 4 to position 8 β claimed a rosette :rosette: | [#1129](https://github.com/rossjrw/rossjrw/issues/1129) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/5f374db8edeccfbc322c65caf8758e6a43e08edc/games/current/board.1129.svg) |
- | 13th Sep 2021 16:23 | **106** | :black_circle: **[@kallyas](https://github.com/kallyas)** moved a black piece from position 8 to position 11 | [#1130](https://github.com/rossjrw/rossjrw/issues/1130) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/67c172e0ab1b75b59c4b86929ea7f91fa3ad30d2/games/current/board.1130.svg) |
- | 14th Sep 2021 11:46 | **107** | :white_circle: **[@Akankshaaaa](https://github.com/Akankshaaaa)** moved a white piece from position 4 to position 6 | [#1131](https://github.com/rossjrw/rossjrw/issues/1131) | |
- | 14th Sep 2021 13:51 | **108** | :black_circle: **[@TheDevilOfJesters](https://github.com/TheDevilOfJesters)** moved a black piece onto the board to position 3 | [#1132](https://github.com/rossjrw/rossjrw/issues/1132) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/c7c9d5b019243c2113667e68b4717cfbad1ccbbe/games/current/board.1132.svg) |
- | 14th Sep 2021 13:51 | **109** | :white_circle: The white team rolled a 0 and their turn was automatically passed | [#1132](https://github.com/rossjrw/rossjrw/issues/1132) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/d306b76166993aa14d2931e34ba1f88c7bb0d05c/games/current/board.1132.svg) |
- | 14th Sep 2021 22:48 | **110** | :black_circle: **[@HorebParraud](https://github.com/HorebParraud)** ascended a black piece from position 11 :rocket: | [#1133](https://github.com/rossjrw/rossjrw/issues/1133) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/0dfa59e79738a2d43b85330505a8bc54add783ca/games/current/board.1133.svg) |
- | 16th Sep 2021 04:42 | **111** | :white_circle: **[@arjvik](https://github.com/arjvik)** moved a white piece from position 6 to position 8 β claimed a rosette :rosette: | [#1135](https://github.com/rossjrw/rossjrw/issues/1135) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/9469d2b5a2f2e811f44af138f88975db286eb5bd/games/current/board.1135.svg) |
- | 16th Sep 2021 04:43 | **112** | :white_circle: **[@arjvik](https://github.com/arjvik)** moved a white piece onto the board to position 1 | [#1136](https://github.com/rossjrw/rossjrw/issues/1136) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/53ee9ed31462acf4aec987095c71de9f89cd5569/games/current/board.1136.svg) |
- | 19th Sep 2021 15:43 | **113** | :black_circle: **[@dwargov](https://github.com/dwargov)** moved a black piece from position 3 to position 6 | [#1137](https://github.com/rossjrw/rossjrw/issues/1137) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/91184b1f04df052ceb38089f2492a894dd25e260/games/current/board.1137.svg) |
- | 20th Sep 2021 06:19 | **114** | :white_circle: **[@tb148](https://github.com/tb148)** moved a white piece from position 8 to position 10 | [#1138](https://github.com/rossjrw/rossjrw/issues/1138) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/6d05bcbe5fc32dc986b2a1d3a134c076cd2e61df/games/current/board.1138.svg) |
- | 20th Sep 2021 09:49 | **115** | :black_circle: **[@HorebParraud](https://github.com/HorebParraud)** moved a black piece from position 6 to position 7 β captured a white piece :crossed_swords: | [#1139](https://github.com/rossjrw/rossjrw/issues/1139) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/3a2b2a0861685f23d4770db50624657488079d47/games/current/board.1139.svg) |
- | 20th Sep 2021 15:26 | **116** | :white_circle: **[@Sofiyayan](https://github.com/Sofiyayan)** moved a white piece from position 1 to position 4 β claimed a rosette :rosette: | [#1140](https://github.com/rossjrw/rossjrw/issues/1140) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/747d4ad85c2874f0ad10dbd33c28e1c70e78a1de/games/current/board.1140.svg) |
- | 22nd Sep 2021 13:32 | **117** | :white_circle: **[@FullByte](https://github.com/FullByte)** moved a white piece from position 4 to position 7 β captured a black piece :crossed_swords: | [#1142](https://github.com/rossjrw/rossjrw/issues/1142) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/30b7d6df8238fb0d022dcd0c204e3186e4d8603e/games/current/board.1142.svg) |
- | 22nd Sep 2021 17:02 | **118** | :black_circle: **[@HorebParraud](https://github.com/HorebParraud)** moved a black piece onto the board to position 2 | [#1144](https://github.com/rossjrw/rossjrw/issues/1144) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/4fedef13113c9db1686b020ff163750c4fc5eeaf/games/current/board.1144.svg) |
- | 22nd Sep 2021 19:31 | **119** | :white_circle: **[@EWE07](https://github.com/EWE07)** moved a white piece onto the board to position 1 | [#1145](https://github.com/rossjrw/rossjrw/issues/1145) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/b86e994764a58aa79c0853da4741e8b3631e2f85/games/current/board.1145.svg) |
- | 24th Sep 2021 16:48 | **120** | :black_circle: **[@SignorMercurio](https://github.com/SignorMercurio)** moved a black piece onto the board to position 3 | [#1146](https://github.com/rossjrw/rossjrw/issues/1146) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/6215fcdbb9b0f44105a62ac4698266bdde699426/games/current/board.1146.svg) |
- | 26th Sep 2021 18:10 | **121** | :white_circle: **[@0l1v3rr](https://github.com/0l1v3rr)** moved a white piece from position 7 to position 9 | [#1148](https://github.com/rossjrw/rossjrw/issues/1148) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/b5edcbabbcfa3a7ee2dc1d8d3ddf00ef4b13d078/games/current/board.1148.svg) |
- | 30th Sep 2021 04:56 | **122** | :black_circle: **[@OmarAEH](https://github.com/OmarAEH)** moved a black piece from position 2 to position 4 β claimed a rosette :rosette: | [#1150](https://github.com/rossjrw/rossjrw/issues/1150) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/e474ce1dbf75106fa6b1f9babcb4a21500b88192/games/current/board.1150.svg) |
- | 30th Sep 2021 12:10 | **123** | :black_circle: **[@CodingAce123](https://github.com/CodingAce123)** moved a black piece from position 3 to position 6 | [#1151](https://github.com/rossjrw/rossjrw/issues/1151) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/45c92aa1bb1f3d4ca52f5f12408713f9f68b04a0/games/current/board.1151.svg) |
- | 4th Oct 2021 22:59 | **124** | :white_circle: **[@Mbarmem](https://github.com/Mbarmem)** moved a white piece from position 10 to position 11 | [#1152](https://github.com/rossjrw/rossjrw/issues/1152) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/a4353e71f0a9cd0225cfaacb0b5f8cabf50b3ddf/games/current/board.1152.svg) |
- | 8th Oct 2021 08:57 | **125** | :black_circle: **[@OmKakatkar](https://github.com/OmKakatkar)** moved a black piece from position 6 to position 9 β captured a white piece :crossed_swords: | [#1153](https://github.com/rossjrw/rossjrw/issues/1153) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/327fc8ee49b1ce57a6b210b9a7570cadbe6ae719/games/current/board.1153.svg) |
- | 8th Oct 2021 15:27 | **126** | :white_circle: **[@jithinkrishnanrs](https://github.com/jithinkrishnanrs)** moved a white piece from position 11 to position 13 | [#1154](https://github.com/rossjrw/rossjrw/issues/1154) | |
-
-
-
-Previous games
-
-## Previous games
-
-1. A game was started on 30th Jul 2020 by **[@rossjrw](https://github.com/rossjrw)** and ended on 4th Dec 2020.
- * The :white_circle:white team won.
- * 64 players played 166 moves across 4 months and 5 days.
- * The :black_circle:black team captured 9 white pieces and claimed 12 rosettes.
- * The :white_circle:white team captured 10 black pieces and claimed 18 rosettes.
- * The MVP of the winning team was **[@1ethanhansen](https://github.com/1ethanhansen)**, who played 48 moves.
- * The winning move was made by **[@qbtl](https://github.com/qbtl)** ([#269](https://github.com/rossjrw/rossjrw/issues/269)).
-1. A game was started on 4th Dec 2020 by **[@1ethanhansen](https://github.com/1ethanhansen)** and ended on 11th Jan 2021.
- * The :black_circle:black team won.
- * 27 players played 145 moves across 1 month and 1 week.
- * The :black_circle:black team captured 7 white pieces and claimed 16 rosettes.
- * The :white_circle:white team captured 6 black pieces and claimed 14 rosettes.
- * The MVP of the winning team was **[@shpatrickguo](https://github.com/shpatrickguo)**, who played 26 moves.
- * The winning move was made by **[@shpatrickguo](https://github.com/shpatrickguo)** ([#424](https://github.com/rossjrw/rossjrw/issues/424)).
-1. A game was started on 11th Jan 2021 by **[@BaptisteMartinet](https://github.com/BaptisteMartinet)** and ended on 11th Feb 2021.
- * The :white_circle:white team won.
- * 17 players played 118 moves across 1 month and 12 hours.
- * The :black_circle:black team captured 2 white pieces and claimed 11 rosettes.
- * The :white_circle:white team captured 8 black pieces and claimed 14 rosettes.
- * The MVP of the winning team was **[@1ethanhansen](https://github.com/1ethanhansen)**, who played 45 moves.
- * The winning move was made by **[@1ethanhansen](https://github.com/1ethanhansen)** ([#535](https://github.com/rossjrw/rossjrw/issues/535)).
-1. A game was started on 11th Feb 2021 by **[@1ethanhansen](https://github.com/1ethanhansen)** and ended on 5th Mar 2021.
- * The :white_circle:white team won.
- * 17 players played 175 moves across 3 weeks and 22 hours.
- * The :black_circle:black team captured 12 white pieces and claimed 17 rosettes.
- * The :white_circle:white team captured 13 black pieces and claimed 18 rosettes.
- * The MVP of the winning team was **[@1ethanhansen](https://github.com/1ethanhansen)**, who played 48 moves.
- * The winning move was made by **[@1ethanhansen](https://github.com/1ethanhansen)** ([#702](https://github.com/rossjrw/rossjrw/issues/702)).
-1. A game was started on 6th Mar 2021 by **[@shpatrickguo](https://github.com/shpatrickguo)** and ended on 10th May 2021.
- * The :black_circle:black team won.
- * 42 players played 162 moves across 2 months and 4 days.
- * The :black_circle:black team captured 12 white pieces and claimed 17 rosettes.
- * The :white_circle:white team captured 9 black pieces and claimed 19 rosettes.
- * The MVP of the winning team was **[@shpatrickguo](https://github.com/shpatrickguo)**, who played 22 moves.
- * The winning move was made by **[@crxssed7](https://github.com/crxssed7)** ([#864](https://github.com/rossjrw/rossjrw/issues/864)).
-1. A game was started on 10th May 2021 by **[@HAUDRAUFHAUN](https://github.com/HAUDRAUFHAUN)** and ended on 17th Jul 2021.
- * The :white_circle:white team won.
- * 34 players played 167 moves across 2 months and 6 days.
- * The :black_circle:black team captured 7 white pieces and claimed 14 rosettes.
- * The :white_circle:white team captured 10 black pieces and claimed 18 rosettes.
- * The MVP of the winning team was **[@1ethanhansen](https://github.com/1ethanhansen)**, who played 31 moves.
- * The winning move was made by **[@1ethanhansen](https://github.com/1ethanhansen)** ([#1024](https://github.com/rossjrw/rossjrw/issues/1024)).
-
-
-
------
-
-:eye: Watch this repository to be the first to know when someone has played
-
-:star: Star this repository to invite your followers to play
-
------
-
-How do I play?
-
- It's the :white_circle:white team versus the :black_circle:black team.
-
- The turn starts by rolling 4 binary dice, which
- results in a number from 0 to 4. The current team gets to move one of their
- pieces by that many tiles.
-
- All of your pieces start on position 0 (the space just before tile 1). Your
- goal is to get all seven of them off the board by moving them onto position
- 15 (the space just after tile 14). This is called **:rocket:ascending** a
- piece. You also want to prevent your opponent from :rocket:ascending their
- pieces.
-
- You will move your pieces along the tiles from tile 1 to tile 14. The tiles
- on your side of the board (tiles 1 through 4, 13, and 14) are safe β only
- your pieces can be there. However, the tiles in the middle (tiles 5 through
- 12) are unsafe β your opponent's pieces can also be here. If one team's piece
- lands on the same tile as another team's piece, the piece that was landed on
- is **:crossed_swords:captured**! It goes all the way back to position 0.
-
- If you land on a **:rosette:rosette** (tiles 4, 8, and 14), your team gets to
- take another turn. Also, a piece that is on the :rosette:rosette on tile 8
- *cannot be :crossed_swords:captured*. A piece that's trying to capture it will
- simply bounce off onto tile 9.
-
- The first team to **:rocket:ascend** all seven of their pieces β that is,
- move them off the board onto position 15 β :crown:wins!
-
- Watch [Tom Scott play against Irving
- Finkel](https://www.youtube.com/watch?v=WZskjLq040I) in 2017.
-
- -----
-
- Playing Ur on my GitHub profile is easy. The dice have already been rolled
- for you β all you have to do is decide what to do with them.
-
- Anyone can join either team at any time, but once you're in a team, you're
- locked into it until the game ends. You can't play a move when it's the
- other team's turn.
-
- _([Before 2020-09-19](https://github.com/rossjrw/rossjrw/pull/133), your team
- was determined by your username. This is no longer the case.)_
-
- There will be a list of links below the board image with each possible move.
- Clicking one of those will take you to a page where you can create an Issue
- in this repository. The fields will already be filled in and all you have to
- do is click Submit.
-
- It will take a moment for Github Actions to acknowledge your move, but once
- it does, you'll see it react with the 'eyes' emoji (:eyes:). No more than a
- minute later it should react with the 'rocket' emoji (:rocket:) to let you
- know that your move was successful.
-
- If you don't see any of that, then something went wrong. Ping me in your
- issue by typing `cc @rossjrw`, and I'll take a look.
-
- Note that if your team has no possible moves β for example by rolling a 0 β
- your turn will be automatically skipped. The event log will let you know if
- this has happened.
-
- -----
-
- Check out the `source` branch of this repository for the source code and a
- little commentary on the inspiration behind this project.
-
-
-
------
-
-
-
-> Total logged time since 2020-07-19. Updated every 1 hour. [(Learn how this works)](https://macropower.readthedocs.io/en/latest/#dynamic-ascii-graph)
-
-
-
-```
- βΌββββββββββββββ¬ββββββββββββββ¬ββββββββββββββ¬ββββββββββββββ¬ββββββββββββββ¬ββββββββββββββ¬ββββββββββββββ€
- -7d -6d -5d -4d -3d -2d -1d now
-```
-
-
-
-
-
-
-
-
-## Connect with me:
-
-
-
-
-
+
+
+
+
+
Hi , I'm Priyansh Desai
+
+
+
+[![Typing SVG](http://readme-typing-svg.herokuapp.com?color=F71E11&lines=Just+a+codderrr%2C+love+to+do+DevREL...)](https://git.io/typing-svg)
+
+
+π Iβm currently working on college management application
+π Iβm currently learning
+ of amazon web services
+π All of my projects are available at
+π Know about my experiences (https://drive.google.com/drive/u/0/folders/1BLcxNCN2RMC0ZGiOsteHtm3cMIVcyrag)
+
+I love to spend time at GitHub :octocat:
+
+π I regularly write articles on
+
+
+β‘ In my free time, I love to play tabel Tennis , listen to songs and watching movies
+.
+
+![snake gif](https://github.com/Priyanshd2510/Priyanshd2510/blob/output/github-contribution-grid-snake.gif)
+
+
+
+Welcome to my Github profile!
+We're playing
+[The Royal Game of Ur](https://en.wikipedia.org/wiki/Royal_Game_of_Ur).
+**Game #7 is in progress,** but you can join!
+
+
+ It's the
+ :black_circle:black
+ team's turn.
+
+
+You're on a team! :wave:
+
+* If you've already played a turn this game, you know which team you're on!
+(_you can't change it!_)
+If it's not your turn, check back later, or
+[ask a
+friend](https://twitter.com/share?text=I'm+playing+The+Royal+Game+of+Ur+on+a+GitHub+profile.+Take+your+turn+at+https://github.com/rossjrw/rossjrw+%23RoyalGameOfUr+%23github)
+to make a move.
+* If you've not yet played a turn this game, make a move now to join the
+:black_circle:black
+team.
+
+
+
+ **:black_circle:Black team:**
+ You rolled a 1!
+What would you like to do?
+
+| Choices *(click one of them!)* |
+| --- |
+ | [Move a piece from tile 4 to tile 5 ](https://github.com/rossjrw/rossjrw/issues/new?title=ur-move-1%404-0&body=Press+Submit%21+You+don%27t+need+to+edit+this+text+or+do+anything+else.%0D%0A%0D%0ABe+aware+that+your+move+can+take+a+minute+or+two+to+process.) |
+ | [Move a piece from tile 9 to tile 10 ](https://github.com/rossjrw/rossjrw/issues/new?title=ur-move-1%409-0&body=Press+Submit%21+You+don%27t+need+to+edit+this+text+or+do+anything+else.%0D%0A%0D%0ABe+aware+that+your+move+can+take+a+minute+or+two+to+process.) |
+
+-----
+
+Game #7 so far
+
+## Who's on each team?
+
+
+
+## What's happened so far?
+
+| Time | Turn | Event | Issue | Board |
+| :---: | :---: | :--- | :---: | :---: |
+ | 17th Jul 2021 00:17 | **0** | :white_circle: **[@1ethanhansen](https://github.com/1ethanhansen)** started a new game | [#1025](https://github.com/rossjrw/rossjrw/issues/1025) | |
+ | 17th Jul 2021 00:18 | **1** | :white_circle: **[@1ethanhansen](https://github.com/1ethanhansen)** moved a white piece onto the board to position 1 | [#1026](https://github.com/rossjrw/rossjrw/issues/1026) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/a2c11063a277bdce8cfa6d193f46ea50861c4d1d/games/current/board.1026.svg) |
+ | 17th Jul 2021 00:18 | **2** | :black_circle: The black team rolled a 0 and their turn was automatically passed | [#1026](https://github.com/rossjrw/rossjrw/issues/1026) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/11ee80b710ada31deff86dd61b2986f317bdb700/games/current/board.1026.svg) |
+ | 17th Jul 2021 00:19 | **3** | :white_circle: **[@1ethanhansen](https://github.com/1ethanhansen)** moved a white piece from position 1 to position 3 | [#1027](https://github.com/rossjrw/rossjrw/issues/1027) | |
+ | 17th Jul 2021 00:31 | **4** | :black_circle: **[@realicraft](https://github.com/realicraft)** moved a black piece onto the board to position 2 | [#1028](https://github.com/rossjrw/rossjrw/issues/1028) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/4cad9c3a688b19f0ba6363cde476bc8f6462744e/games/current/board.1028.svg) |
+ | 17th Jul 2021 00:31 | **5** | :white_circle: The white team rolled a 0 and their turn was automatically passed | [#1028](https://github.com/rossjrw/rossjrw/issues/1028) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/ca61406d388d3b2dd8e70fae47d6715169662569/games/current/board.1028.svg) |
+ | 17th Jul 2021 01:18 | **6** | :black_circle: **[@Byron-Inc](https://github.com/Byron-Inc)** moved a black piece onto the board to position 3 | [#1029](https://github.com/rossjrw/rossjrw/issues/1029) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/e7e6f1d50d55471be7a61a84ff12430707c25530/games/current/board.1029.svg) |
+ | 19th Jul 2021 23:32 | **7** | :white_circle: **[@1ethanhansen](https://github.com/1ethanhansen)** moved a white piece onto the board to position 2 | [#1030](https://github.com/rossjrw/rossjrw/issues/1030) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/69030277c9ed703773bdafcfe616cb4ac82aec34/games/current/board.1030.svg) |
+ | 21st Jul 2021 00:22 | **8** | :black_circle: **[@teharsingh](https://github.com/teharsingh)** moved a black piece from position 2 to position 4 β claimed a rosette :rosette: | [#1031](https://github.com/rossjrw/rossjrw/issues/1031) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/687a22f2f5b607ac729ce23b4df35ad18b6e743f/games/current/board.1031.svg) |
+ | 21st Jul 2021 11:12 | **9** | :black_circle: **[@Byron-Inc](https://github.com/Byron-Inc)** moved a black piece from position 4 to position 8 β claimed a rosette :rosette: | [#1033](https://github.com/rossjrw/rossjrw/issues/1033) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/ed0902edf531498c74b6e872e987b90f788a8043/games/current/board.1033.svg) |
+ | 21st Jul 2021 11:56 | **10** | :black_circle: **[@PkmnQ](https://github.com/PkmnQ)** moved a black piece from position 8 to position 10 | [#1034](https://github.com/rossjrw/rossjrw/issues/1034) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/09d87fe862a3eaeb98f5a9b8d9be9021b220d9b1/games/current/board.1034.svg) |
+ | 22nd Jul 2021 00:36 | **11** | :white_circle: **[@tb148](https://github.com/tb148)** moved a white piece from position 3 to position 6 | [#1035](https://github.com/rossjrw/rossjrw/issues/1035) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/e1ca22e68e54e83f9bc064b4e98323865ac8e9c0/games/current/board.1035.svg) |
+ | 22nd Jul 2021 05:44 | **12** | :black_circle: **[@PkmnQ](https://github.com/PkmnQ)** moved a black piece from position 3 to position 6 β captured a white piece :crossed_swords: | [#1036](https://github.com/rossjrw/rossjrw/issues/1036) | |
+ | 22nd Jul 2021 07:35 | **13** | :white_circle: **[@tb148](https://github.com/tb148)** moved a white piece onto the board to position 3 | [#1037](https://github.com/rossjrw/rossjrw/issues/1037) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/38078a5f6cf8f21719cbe593a28372a148edce47/games/current/board.1037.svg) |
+ | 22nd Jul 2021 07:35 | **14** | :black_circle: The black team rolled a 0 and their turn was automatically passed | [#1037](https://github.com/rossjrw/rossjrw/issues/1037) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/03a36dd19208b5e6d4d0c17283542a5b35716dfd/games/current/board.1037.svg) |
+ | 22nd Jul 2021 07:38 | **15** | :white_circle: **[@tb148](https://github.com/tb148)** moved a white piece from position 3 to position 6 β captured a black piece :crossed_swords: | [#1038](https://github.com/rossjrw/rossjrw/issues/1038) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/3fe64f6fec3d5402f5d57539696f8936b77a14d6/games/current/board.1038.svg) |
+ | 22nd Jul 2021 09:25 | **16** | :black_circle: **[@homemadestea58](https://github.com/homemadestea58)** moved a black piece onto the board to position 3 | [#1039](https://github.com/rossjrw/rossjrw/issues/1039) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/fe0e89cf0173ce2c3a010242e7c3e2d59f04c169/games/current/board.1039.svg) |
+ | 22nd Jul 2021 19:24 | **17** | :white_circle: **[@1ethanhansen](https://github.com/1ethanhansen)** moved a white piece from position 6 to position 8 β claimed a rosette :rosette: | [#1041](https://github.com/rossjrw/rossjrw/issues/1041) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/61278c53255401f87f4e1d00d1e417d84ffb7e0e/games/current/board.1041.svg) |
+ | 22nd Jul 2021 19:25 | **18** | :white_circle: **[@1ethanhansen](https://github.com/1ethanhansen)** moved a white piece from position 8 to position 10 β captured a black piece :crossed_swords: | [#1042](https://github.com/rossjrw/rossjrw/issues/1042) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/17efab73e464dac21619ef562cd8a8d399eb23a2/games/current/board.1042.svg) |
+ | 23rd Jul 2021 04:39 | **19** | :black_circle: **[@Tijil2111](https://github.com/Tijil2111)** moved a black piece from position 3 to position 5 | [#1043](https://github.com/rossjrw/rossjrw/issues/1043) | |
+ | 24th Jul 2021 01:14 | **20** | :white_circle: **[@tb148](https://github.com/tb148)** moved a white piece from position 2 to position 4 β claimed a rosette :rosette: | [#1044](https://github.com/rossjrw/rossjrw/issues/1044) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/3492191fc13c12c3c707c508619187ea3402f8f9/games/current/board.1044.svg) |
+ | 24th Jul 2021 01:14 | **21** | :white_circle: The white team rolled a 0 and their turn was automatically passed | [#1044](https://github.com/rossjrw/rossjrw/issues/1044) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/c75da579c23c7dab3f02c663aa6e6f9366476ae5/games/current/board.1044.svg) |
+ | 24th Jul 2021 01:17 | **22** | :black_circle: **[@shpatrickguo](https://github.com/shpatrickguo)** moved a black piece from position 5 to position 7 | [#1045](https://github.com/rossjrw/rossjrw/issues/1045) | |
+ | 24th Jul 2021 01:20 | **23** | :white_circle: **[@tb148](https://github.com/tb148)** moved a white piece from position 10 to position 12 | [#1046](https://github.com/rossjrw/rossjrw/issues/1046) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/f779ae1c77fb1064fa202a80e1523ecd1fcad11a/games/current/board.1046.svg) |
+ | 24th Jul 2021 01:20 | **24** | :black_circle: The black team rolled a 0 and their turn was automatically passed | [#1046](https://github.com/rossjrw/rossjrw/issues/1046) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/a65a8be2199cff0c84d75c8941d5d33919c53dc7/games/current/board.1046.svg) |
+ | 24th Jul 2021 01:20 | **25** | :white_circle: **[@tb148](https://github.com/tb148)** moved a white piece from position 12 to position 14 β claimed a rosette :rosette: | [#1047](https://github.com/rossjrw/rossjrw/issues/1047) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/2187de422f585f2063bfbd533e49909754d7b881/games/current/board.1047.svg) |
+ | 24th Jul 2021 01:21 | **26** | :white_circle: **[@tb148](https://github.com/tb148)** moved a white piece from position 4 to position 6 | [#1048](https://github.com/rossjrw/rossjrw/issues/1048) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/c7eb3af18c65a3d61775c65b8e862b1779a516ae/games/current/board.1048.svg) |
+ | 24th Jul 2021 01:35 | **27** | :black_circle: **[@homemadestea58](https://github.com/homemadestea58)** moved a black piece from position 7 to position 10 | [#1049](https://github.com/rossjrw/rossjrw/issues/1049) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/1fbd5971436fe91b5a769c5cede64d7e03eec71b/games/current/board.1049.svg) |
+ | 24th Jul 2021 01:43 | **28** | :white_circle: **[@tb148](https://github.com/tb148)** moved a white piece from position 6 to position 9 | [#1050](https://github.com/rossjrw/rossjrw/issues/1050) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/057d9f90c836add45f6a5c186b08e770f5644b8e/games/current/board.1050.svg) |
+ | 24th Jul 2021 04:37 | **29** | :black_circle: **[@PkmnQ](https://github.com/PkmnQ)** moved a black piece onto the board to position 1 | [#1051](https://github.com/rossjrw/rossjrw/issues/1051) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/67750b978e4717554a2d9beb01f3c82f886d603a/games/current/board.1051.svg) |
+ | 24th Jul 2021 08:01 | **30** | :white_circle: **[@tb148](https://github.com/tb148)** ascended a white piece from position 14 :rocket: | [#1052](https://github.com/rossjrw/rossjrw/issues/1052) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/938151b44ce848dca4cf7f99e5bc8941fd392220/games/current/board.1052.svg) |
+ | 24th Jul 2021 08:18 | **31** | :black_circle: **[@PkmnQ](https://github.com/PkmnQ)** moved a black piece from position 1 to position 2 | [#1053](https://github.com/rossjrw/rossjrw/issues/1053) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/a6cf63e9ecf7231c123849da6d6dd5cb07c3965e/games/current/board.1053.svg) |
+ | 24th Jul 2021 08:47 | **32** | :white_circle: **[@tb148](https://github.com/tb148)** moved a white piece onto the board to position 2 | [#1054](https://github.com/rossjrw/rossjrw/issues/1054) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/d865ed46e070507a23f596f5372d3e950e023ce6/games/current/board.1054.svg) |
+ | 24th Jul 2021 09:14 | **33** | :black_circle: **[@PkmnQ](https://github.com/PkmnQ)** moved a black piece from position 2 to position 4 β claimed a rosette :rosette: | [#1055](https://github.com/rossjrw/rossjrw/issues/1055) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/41805312ececa958f68209734931e300a0b077e8/games/current/board.1055.svg) |
+ | 24th Jul 2021 09:15 | **34** | :black_circle: **[@PkmnQ](https://github.com/PkmnQ)** moved a black piece from position 10 to position 12 | [#1056](https://github.com/rossjrw/rossjrw/issues/1056) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/fcd21f9f3b8bfda531fae3b6e672f2382989a215/games/current/board.1056.svg) |
+ | 25th Jul 2021 02:14 | **35** | :white_circle: **[@tb148](https://github.com/tb148)** moved a white piece from position 9 to position 10 | [#1058](https://github.com/rossjrw/rossjrw/issues/1058) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/316b5d734e365144a2cacec555cb1088e4ea9868/games/current/board.1058.svg) |
+ | 25th Jul 2021 04:43 | **36** | :black_circle: **[@PkmnQ](https://github.com/PkmnQ)** moved a black piece from position 4 to position 8 β claimed a rosette :rosette: | [#1059](https://github.com/rossjrw/rossjrw/issues/1059) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/f9146b5f1ce483045ad475e6d2132757c274fc8f/games/current/board.1059.svg) |
+ | 25th Jul 2021 04:44 | **37** | :black_circle: **[@PkmnQ](https://github.com/PkmnQ)** moved a black piece from position 8 to position 10 β captured a white piece :crossed_swords: | [#1060](https://github.com/rossjrw/rossjrw/issues/1060) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/9341d66ddca08a7d37402399bd442eb2b8bd5d4e/games/current/board.1060.svg) |
+ | 25th Jul 2021 10:28 | **38** | :white_circle: **[@tb148](https://github.com/tb148)** moved a white piece from position 2 to position 3 | [#1061](https://github.com/rossjrw/rossjrw/issues/1061) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/3604ba8d5bd62615d33a8c5abdeddcc3ce3c0b42/games/current/board.1061.svg) |
+ | 25th Jul 2021 13:12 | **39** | :black_circle: **[@PkmnQ](https://github.com/PkmnQ)** ascended a black piece from position 12 :rocket: | [#1062](https://github.com/rossjrw/rossjrw/issues/1062) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/49d5144ff7333a192aa669edacdc18e786b1b6e5/games/current/board.1062.svg) |
+ | 26th Jul 2021 08:07 | **40** | :white_circle: **[@tb148](https://github.com/tb148)** moved a white piece from position 3 to position 6 | [#1063](https://github.com/rossjrw/rossjrw/issues/1063) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/e82a2acccc77684b71d1267eaafc7ac500ab17a9/games/current/board.1063.svg) |
+ | 28th Jul 2021 17:44 | **41** | :black_circle: **[@bloedboemmel](https://github.com/bloedboemmel)** moved a black piece onto the board to position 1 | [#1064](https://github.com/rossjrw/rossjrw/issues/1064) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/f4b9570ae2c5639f832b06e3c8ed94236fa3a9ba/games/current/board.1064.svg) |
+ | 28th Jul 2021 17:47 | **42** | :white_circle: **[@1ethanhansen](https://github.com/1ethanhansen)** moved a white piece onto the board to position 1 | [#1065](https://github.com/rossjrw/rossjrw/issues/1065) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/6526d5bd4eecb1f53e41195833afff4f940f41ac/games/current/board.1065.svg) |
+ | 29th Jul 2021 09:06 | **43** | :black_circle: **[@Tijil2111](https://github.com/Tijil2111)** moved a black piece from position 10 to position 11 | [#1066](https://github.com/rossjrw/rossjrw/issues/1066) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/768f0ec36a736eee2bccad653099cf30b04130f3/games/current/board.1066.svg) |
+ | 29th Jul 2021 09:07 | **44** | :white_circle: **[@tb148](https://github.com/tb148)** moved a white piece from position 6 to position 7 | [#1067](https://github.com/rossjrw/rossjrw/issues/1067) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/f1996bb21d440850d605103ee293ca613c7bb15b/games/current/board.1067.svg) |
+ | 30th Jul 2021 09:06 | **45** | :black_circle: **[@jash-desai](https://github.com/jash-desai)** moved a black piece from position 1 to position 2 | [#1068](https://github.com/rossjrw/rossjrw/issues/1068) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/666ad809ede40373bd96585c62623658db13c663/games/current/board.1068.svg) |
+ | 2nd Aug 2021 05:34 | **46** | :white_circle: **[@tb148](https://github.com/tb148)** moved a white piece from position 7 to position 9 | [#1069](https://github.com/rossjrw/rossjrw/issues/1069) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/d15b9d1eb0fb5ab67264c5adbd9347468a180bdd/games/current/board.1069.svg) |
+ | 2nd Aug 2021 06:40 | **47** | :black_circle: **[@Tijil2111](https://github.com/Tijil2111)** moved a black piece from position 2 to position 3 | [#1070](https://github.com/rossjrw/rossjrw/issues/1070) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/b430d20fd9d4d812bb074f941d3616e32400ab9b/games/current/board.1070.svg) |
+ | 2nd Aug 2021 09:48 | **48** | :white_circle: **[@tb148](https://github.com/tb148)** moved a white piece from position 9 to position 11 β captured a black piece :crossed_swords: | [#1071](https://github.com/rossjrw/rossjrw/issues/1071) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/786491b5dcd699ab94b444c38a4ab429aae136d7/games/current/board.1071.svg) |
+ | 2nd Aug 2021 10:37 | **49** | :black_circle: **[@jash-desai](https://github.com/jash-desai)** moved a black piece onto the board to position 2 | [#1072](https://github.com/rossjrw/rossjrw/issues/1072) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/e5665a6108724bb14fbbfaa25c74ed38bbf2932c/games/current/board.1072.svg) |
+ | 3rd Aug 2021 12:01 | **50** | :white_circle: **[@tb148](https://github.com/tb148)** moved a white piece from position 11 to position 12 | [#1073](https://github.com/rossjrw/rossjrw/issues/1073) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/75cb64632df3b29a38ffa1da7ff786751f5d40d0/games/current/board.1073.svg) |
+ | 4th Aug 2021 00:48 | **51** | :black_circle: **[@Tr1angular](https://github.com/Tr1angular)** moved a black piece from position 2 to position 4 β claimed a rosette :rosette: | [#1074](https://github.com/rossjrw/rossjrw/issues/1074) | |
+ | 4th Aug 2021 22:40 | **52** | :black_circle: **[@shpatrickguo](https://github.com/shpatrickguo)** moved a black piece from position 4 to position 5 | [#1075](https://github.com/rossjrw/rossjrw/issues/1075) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/656141f997a6a7b3c07b053bee594780c89c40d7/games/current/board.1075.svg) |
+ | 4th Aug 2021 22:40 | **53** | :white_circle: The white team rolled a 0 and their turn was automatically passed | [#1075](https://github.com/rossjrw/rossjrw/issues/1075) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/3a692396fc3f92e0a349cb47f35a68ddb8b9b9e0/games/current/board.1075.svg) |
+ | 5th Aug 2021 08:47 | **54** | :black_circle: **[@LuciFR1809](https://github.com/LuciFR1809)** moved a black piece from position 5 to position 7 | [#1076](https://github.com/rossjrw/rossjrw/issues/1076) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/16bab572a8110548a5a42307c45dd258fa1baff6/games/current/board.1076.svg) |
+ | 5th Aug 2021 11:55 | **55** | :white_circle: **[@tb148](https://github.com/tb148)** moved a white piece from position 12 to position 14 β claimed a rosette :rosette: | [#1077](https://github.com/rossjrw/rossjrw/issues/1077) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/9e5aed10c81495aa03b1b8c4cdb4dee4e95a7f35/games/current/board.1077.svg) |
+ | 5th Aug 2021 11:56 | **56** | :white_circle: **[@tb148](https://github.com/tb148)** moved a white piece from position 1 to position 3 | [#1078](https://github.com/rossjrw/rossjrw/issues/1078) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/5bdb958801e74e1076d180b1e20e0e743acc1936/games/current/board.1078.svg) |
+ | 6th Aug 2021 07:53 | **57** | :black_circle: **[@jah-edw](https://github.com/jah-edw)** moved a black piece onto the board to position 4 β claimed a rosette :rosette: | [#1079](https://github.com/rossjrw/rossjrw/issues/1079) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/b13e8b42887c6b4fe39d6f5420e0bccecf5aef89/games/current/board.1079.svg) |
+ | 6th Aug 2021 07:55 | **58** | :black_circle: **[@jah-edw](https://github.com/jah-edw)** moved a black piece from position 7 to position 10 | [#1080](https://github.com/rossjrw/rossjrw/issues/1080) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/57fd55650a9817588e48511971dad224e129f708/games/current/board.1080.svg) |
+ | 7th Aug 2021 07:32 | **59** | :white_circle: **[@tb148](https://github.com/tb148)** moved a white piece onto the board to position 2 | [#1081](https://github.com/rossjrw/rossjrw/issues/1081) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/4300432bbd73559d1b1f7d305516f41c015b0537/games/current/board.1081.svg) |
+ | 7th Aug 2021 16:48 | **60** | :black_circle: **[@akshat-jjain](https://github.com/akshat-jjain)** moved a black piece onto the board to position 1 | [#1082](https://github.com/rossjrw/rossjrw/issues/1082) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/470f9772b6bb5aa3476db8c4c304f245e7ecead4/games/current/board.1082.svg) |
+ | 8th Aug 2021 06:25 | **61** | :white_circle: **[@tb148](https://github.com/tb148)** moved a white piece from position 2 to position 4 β claimed a rosette :rosette: | [#1083](https://github.com/rossjrw/rossjrw/issues/1083) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/e0eb35ea69c7a05aa94973fe06e5359af998fd25/games/current/board.1083.svg) |
+ | 8th Aug 2021 06:26 | **62** | :white_circle: **[@tb148](https://github.com/tb148)** moved a white piece onto the board to position 2 | [#1084](https://github.com/rossjrw/rossjrw/issues/1084) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/5d43f763a9016ea2ad1e62ec9d452fd3b5679c57/games/current/board.1084.svg) |
+ | 8th Aug 2021 19:14 | **63** | :black_circle: **[@shpatrickguo](https://github.com/shpatrickguo)** moved a black piece from position 10 to position 11 | [#1085](https://github.com/rossjrw/rossjrw/issues/1085) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/ab0e96383ed0af5bef1a126f9423d5828c8f9171/games/current/board.1085.svg) |
+ | 10th Aug 2021 14:26 | **64** | :white_circle: **[@rossjrw](https://github.com/rossjrw)** moved a white piece from position 4 to position 6 | [#1086](https://github.com/rossjrw/rossjrw/issues/1086) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/e26cbeee07fbb17efe57a8c0ec72a9b627969712/games/current/board.1086.svg) |
+ | 15th Aug 2021 05:18 | **65** | :black_circle: **[@DM3G4](https://github.com/DM3G4)** moved a black piece from position 11 to position 12 | [#1087](https://github.com/rossjrw/rossjrw/issues/1087) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/c096ec916919596325eda07206dd2cc86efdf871/games/current/board.1087.svg) |
+ | 15th Aug 2021 17:43 | **66** | :white_circle: **[@abhishek-singh77](https://github.com/abhishek-singh77)** moved a white piece from position 6 to position 8 β claimed a rosette :rosette: | [#1088](https://github.com/rossjrw/rossjrw/issues/1088) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/0571364e16b73a114fa70ad0a4c786c71937e67f/games/current/board.1088.svg) |
+ | 18th Aug 2021 11:35 | **67** | :white_circle: **[@tb148](https://github.com/tb148)** ascended a white piece from position 14 :rocket: | [#1089](https://github.com/rossjrw/rossjrw/issues/1089) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/6d4bc0acec8136cd38ce31edfcb26ab65bc8006f/games/current/board.1089.svg) |
+ | 18th Aug 2021 15:02 | **68** | :black_circle: **[@hhej](https://github.com/hhej)** ascended a black piece from position 12 :rocket: | [#1090](https://github.com/rossjrw/rossjrw/issues/1090) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/b5827529f6caca378d26ccd8a6b4cecbaffda136/games/current/board.1090.svg) |
+ | 19th Aug 2021 09:27 | **69** | :white_circle: **[@tb148](https://github.com/tb148)** moved a white piece from position 8 to position 11 | [#1091](https://github.com/rossjrw/rossjrw/issues/1091) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/8fb9666af8bfa599ddf06c3bfa0d79df15da296f/games/current/board.1091.svg) |
+ | 19th Aug 2021 12:14 | **70** | :black_circle: **[@devmount](https://github.com/devmount)** moved a black piece from position 4 to position 7 | [#1092](https://github.com/rossjrw/rossjrw/issues/1092) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/04a63857613f23cc8525f62e39a30ae1b2515fd3/games/current/board.1092.svg) |
+ | 19th Aug 2021 18:20 | **71** | :white_circle: **[@cadox8](https://github.com/cadox8)** moved a white piece from position 2 to position 4 β claimed a rosette :rosette: | [#1093](https://github.com/rossjrw/rossjrw/issues/1093) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/4fc971d2d66338193a251c41307fc3ad5b56d45e/games/current/board.1093.svg) |
+ | 20th Aug 2021 09:20 | **72** | :white_circle: **[@rossjrw](https://github.com/rossjrw)** moved a white piece from position 11 to position 14 β claimed a rosette :rosette: | [#1095](https://github.com/rossjrw/rossjrw/issues/1095) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/c1a0e37bd780280ec5acb7a293921a5d4b3b7cf7/games/current/board.1095.svg) |
+ | 22nd Aug 2021 10:27 | **73** | :white_circle: **[@tb148](https://github.com/tb148)** moved a white piece from position 3 to position 7 β captured a black piece :crossed_swords: | [#1096](https://github.com/rossjrw/rossjrw/issues/1096) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/d359582a92f9c7932430e7bbffba77207768221a/games/current/board.1096.svg) |
+ | 25th Aug 2021 05:53 | **74** | :black_circle: **[@kallyas](https://github.com/kallyas)** moved a black piece from position 3 to position 4 β claimed a rosette :rosette: | [#1097](https://github.com/rossjrw/rossjrw/issues/1097) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/b86359ca3d701acc6100309279027638e184e36e/games/current/board.1097.svg) |
+ | 25th Aug 2021 09:42 | **75** | :black_circle: **[@kallyas](https://github.com/kallyas)** moved a black piece from position 4 to position 7 β captured a white piece :crossed_swords: | [#1098](https://github.com/rossjrw/rossjrw/issues/1098) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/46c0f109799128a4b2a02be6980d1a133d52bef7/games/current/board.1098.svg) |
+ | 26th Aug 2021 02:25 | **76** | :white_circle: **[@tb148](https://github.com/tb148)** moved a white piece from position 4 to position 8 β claimed a rosette :rosette: | [#1099](https://github.com/rossjrw/rossjrw/issues/1099) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/b9cf18b52d430564f533d6b595718ad57c924945/games/current/board.1099.svg) |
+ | 26th Aug 2021 02:26 | **77** | :white_circle: **[@tb148](https://github.com/tb148)** moved a white piece onto the board to position 4 β claimed a rosette :rosette: | [#1100](https://github.com/rossjrw/rossjrw/issues/1100) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/fa8f2c725f2a981854811389dcb5084f2e494683/games/current/board.1100.svg) |
+ | 26th Aug 2021 02:31 | **78** | :white_circle: **[@tb148](https://github.com/tb148)** moved a white piece from position 8 to position 10 | [#1101](https://github.com/rossjrw/rossjrw/issues/1101) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/70e9df36857374b7ae7bc240fd171cc9ac556ee7/games/current/board.1101.svg) |
+ | 26th Aug 2021 04:41 | **79** | :black_circle: **[@PkmnQ](https://github.com/PkmnQ)** moved a black piece from position 7 to position 9 | [#1102](https://github.com/rossjrw/rossjrw/issues/1102) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/e73a84cc2646131cf07002231009db41455e5988/games/current/board.1102.svg) |
+ | 26th Aug 2021 04:43 | **80** | :white_circle: **[@tb148](https://github.com/tb148)** moved a white piece from position 10 to position 13 | [#1103](https://github.com/rossjrw/rossjrw/issues/1103) | |
+ | 26th Aug 2021 08:08 | **81** | :black_circle: **[@AyushShahh](https://github.com/AyushShahh)** moved a black piece from position 9 to position 11 | [#1104](https://github.com/rossjrw/rossjrw/issues/1104) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/14d55417cf3ae4e14519b790c1e7524f48b640ad/games/current/board.1104.svg) |
+ | 26th Aug 2021 08:08 | **82** | :white_circle: The white team rolled a 0 and their turn was automatically passed | [#1104](https://github.com/rossjrw/rossjrw/issues/1104) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/6a459850aae2e166d552a044d3f094119edda737/games/current/board.1104.svg) |
+ | 26th Aug 2021 08:09 | **83** | :black_circle: **[@AyushShahh](https://github.com/AyushShahh)** moved a black piece from position 11 to position 12 | [#1105](https://github.com/rossjrw/rossjrw/issues/1105) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/6caa1ff1f1a46e29b8981fe688992765a09e3db1/games/current/board.1105.svg) |
+ | 27th Aug 2021 00:21 | **84** | :white_circle: **[@tb148](https://github.com/tb148)** ascended a white piece from position 13 :rocket: | [#1107](https://github.com/rossjrw/rossjrw/issues/1107) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/deae3849c2a2f84be6469c8466bd86bf0377e9ae/games/current/board.1107.svg) |
+ | 27th Aug 2021 13:02 | **85** | :black_circle: **[@PkmnQ](https://github.com/PkmnQ)** moved a black piece onto the board to position 4 β claimed a rosette :rosette: | [#1108](https://github.com/rossjrw/rossjrw/issues/1108) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/239f1416c73b8f1877910c06444edf1a66816ee8/games/current/board.1108.svg) |
+ | 27th Aug 2021 13:03 | **86** | :black_circle: **[@PkmnQ](https://github.com/PkmnQ)** moved a black piece from position 12 to position 14 β claimed a rosette :rosette: | [#1109](https://github.com/rossjrw/rossjrw/issues/1109) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/5ecd5b4790e26fffaefad54af7c18a50a852799b/games/current/board.1109.svg) |
+ | 27th Aug 2021 13:04 | **87** | :black_circle: **[@PkmnQ](https://github.com/PkmnQ)** moved a black piece from position 4 to position 6 | [#1110](https://github.com/rossjrw/rossjrw/issues/1110) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/97edb2d9d4ed81a28edc8b05b4ecc567e5121bb5/games/current/board.1110.svg) |
+ | 27th Aug 2021 13:16 | **88** | :white_circle: **[@tb148](https://github.com/tb148)** ascended a white piece from position 14 :rocket: | [#1111](https://github.com/rossjrw/rossjrw/issues/1111) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/294f2dde954cf5fe19e30b316109d7477b1f52ce/games/current/board.1111.svg) |
+ | 28th Aug 2021 16:35 | **89** | :black_circle: **[@aa2006](https://github.com/aa2006)** ascended a black piece from position 14 :rocket: | [#1112](https://github.com/rossjrw/rossjrw/issues/1112) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/9308f24114c6ea9844ada2d103f48c968136f80c/games/current/board.1112.svg) |
+ | 29th Aug 2021 00:32 | **90** | :white_circle: **[@tb148](https://github.com/tb148)** moved a white piece from position 4 to position 5 | [#1113](https://github.com/rossjrw/rossjrw/issues/1113) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/58c6839eb7c99753fd67aefd6f0cc8fdad047378/games/current/board.1113.svg) |
+ | 29th Aug 2021 19:48 | **91** | :black_circle: **[@kallyas](https://github.com/kallyas)** moved a black piece from position 1 to position 4 β claimed a rosette :rosette: | [#1114](https://github.com/rossjrw/rossjrw/issues/1114) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/c5118cdced3c427d0792d71eb25f8c6515432d11/games/current/board.1114.svg) |
+ | 29th Aug 2021 19:56 | **92** | :black_circle: **[@kallyas](https://github.com/kallyas)** moved a black piece from position 4 to position 5 β captured a white piece :crossed_swords: | [#1115](https://github.com/rossjrw/rossjrw/issues/1115) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/fae3e81a6b26250aa8a3308d1d15f0bad54f8ae6/games/current/board.1115.svg) |
+ | 30th Aug 2021 03:51 | **93** | :white_circle: **[@tb148](https://github.com/tb148)** moved a white piece onto the board to position 2 | [#1116](https://github.com/rossjrw/rossjrw/issues/1116) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/efdfd99d85f891a59bf9565ea5d6077dd2cd30a6/games/current/board.1116.svg) |
+ | 30th Aug 2021 12:11 | **94** | :black_circle: **[@kallyas](https://github.com/kallyas)** moved a black piece from position 6 to position 8 β claimed a rosette :rosette: | [#1117](https://github.com/rossjrw/rossjrw/issues/1117) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/08edfe38a1ac1963e6dd55e6a25923dddc9c102f/games/current/board.1117.svg) |
+ | 30th Aug 2021 12:13 | **95** | :black_circle: **[@kallyas](https://github.com/kallyas)** moved a black piece from position 8 to position 10 | [#1118](https://github.com/rossjrw/rossjrw/issues/1118) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/6e7620a2ad4bfb4c0a674f791731c8727fe11554/games/current/board.1118.svg) |
+ | 30th Aug 2021 14:19 | **96** | :white_circle: **[@tb148](https://github.com/tb148)** moved a white piece from position 2 to position 4 β claimed a rosette :rosette: | [#1120](https://github.com/rossjrw/rossjrw/issues/1120) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/a0c307bdd686c453c6604c7c710a04635587e881/games/current/board.1120.svg) |
+ | 30th Aug 2021 14:19 | **97** | :white_circle: **[@tb148](https://github.com/tb148)** moved a white piece from position 4 to position 5 β captured a black piece :crossed_swords: | [#1121](https://github.com/rossjrw/rossjrw/issues/1121) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/bfc61e74ace5333caf263667f170771d9621362c/games/current/board.1121.svg) |
+ | 3rd Sep 2021 18:33 | **98** | :black_circle: **[@kallyas](https://github.com/kallyas)** moved a black piece from position 10 to position 14 β claimed a rosette :rosette: | [#1122](https://github.com/rossjrw/rossjrw/issues/1122) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/6cd87d5948c5837c146cfcd3b41ede70280b186a/games/current/board.1122.svg) |
+ | 4th Sep 2021 11:15 | **99** | :black_circle: **[@kallyas](https://github.com/kallyas)** moved a black piece onto the board to position 2 | [#1124](https://github.com/rossjrw/rossjrw/issues/1124) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/4d147aab9b21d76fefe97701fe37ad8feb85ed8f/games/current/board.1124.svg) |
+ | 5th Sep 2021 02:58 | **100** | :white_circle: **[@tb148](https://github.com/tb148)** moved a white piece onto the board to position 4 β claimed a rosette :rosette: | [#1125](https://github.com/rossjrw/rossjrw/issues/1125) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/8be009efda776db5d77065cd96d1257dd8a85d2a/games/current/board.1125.svg) |
+ | 5th Sep 2021 03:09 | **101** | :white_circle: **[@tb148](https://github.com/tb148)** moved a white piece from position 5 to position 7 | [#1126](https://github.com/rossjrw/rossjrw/issues/1126) | |
+ | 5th Sep 2021 14:29 | **102** | :black_circle: **[@kallyas](https://github.com/kallyas)** ascended a black piece from position 14 :rocket: | [#1127](https://github.com/rossjrw/rossjrw/issues/1127) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/05567eb2215a60880b80dfd5a1a7ec33a8c225e2/games/current/board.1127.svg) |
+ | 5th Sep 2021 14:29 | **103** | :white_circle: The white team rolled a 0 and their turn was automatically passed | [#1127](https://github.com/rossjrw/rossjrw/issues/1127) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/049315a2925c8761cb5fb8c64f332779b187035a/games/current/board.1127.svg) |
+ | 5th Sep 2021 16:46 | **104** | :black_circle: **[@kallyas](https://github.com/kallyas)** moved a black piece from position 2 to position 4 β claimed a rosette :rosette: | [#1128](https://github.com/rossjrw/rossjrw/issues/1128) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/4cf8052b1e88a7fa4d2a2b3b3261d4cfd6504436/games/current/board.1128.svg) |
+ | 11th Sep 2021 19:21 | **105** | :black_circle: **[@iamstan13y](https://github.com/iamstan13y)** moved a black piece from position 4 to position 8 β claimed a rosette :rosette: | [#1129](https://github.com/rossjrw/rossjrw/issues/1129) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/5f374db8edeccfbc322c65caf8758e6a43e08edc/games/current/board.1129.svg) |
+ | 13th Sep 2021 16:23 | **106** | :black_circle: **[@kallyas](https://github.com/kallyas)** moved a black piece from position 8 to position 11 | [#1130](https://github.com/rossjrw/rossjrw/issues/1130) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/67c172e0ab1b75b59c4b86929ea7f91fa3ad30d2/games/current/board.1130.svg) |
+ | 14th Sep 2021 11:46 | **107** | :white_circle: **[@Akankshaaaa](https://github.com/Akankshaaaa)** moved a white piece from position 4 to position 6 | [#1131](https://github.com/rossjrw/rossjrw/issues/1131) | |
+ | 14th Sep 2021 13:51 | **108** | :black_circle: **[@TheDevilOfJesters](https://github.com/TheDevilOfJesters)** moved a black piece onto the board to position 3 | [#1132](https://github.com/rossjrw/rossjrw/issues/1132) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/c7c9d5b019243c2113667e68b4717cfbad1ccbbe/games/current/board.1132.svg) |
+ | 14th Sep 2021 13:51 | **109** | :white_circle: The white team rolled a 0 and their turn was automatically passed | [#1132](https://github.com/rossjrw/rossjrw/issues/1132) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/d306b76166993aa14d2931e34ba1f88c7bb0d05c/games/current/board.1132.svg) |
+ | 14th Sep 2021 22:48 | **110** | :black_circle: **[@HorebParraud](https://github.com/HorebParraud)** ascended a black piece from position 11 :rocket: | [#1133](https://github.com/rossjrw/rossjrw/issues/1133) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/0dfa59e79738a2d43b85330505a8bc54add783ca/games/current/board.1133.svg) |
+ | 16th Sep 2021 04:42 | **111** | :white_circle: **[@arjvik](https://github.com/arjvik)** moved a white piece from position 6 to position 8 β claimed a rosette :rosette: | [#1135](https://github.com/rossjrw/rossjrw/issues/1135) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/9469d2b5a2f2e811f44af138f88975db286eb5bd/games/current/board.1135.svg) |
+ | 16th Sep 2021 04:43 | **112** | :white_circle: **[@arjvik](https://github.com/arjvik)** moved a white piece onto the board to position 1 | [#1136](https://github.com/rossjrw/rossjrw/issues/1136) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/53ee9ed31462acf4aec987095c71de9f89cd5569/games/current/board.1136.svg) |
+ | 19th Sep 2021 15:43 | **113** | :black_circle: **[@dwargov](https://github.com/dwargov)** moved a black piece from position 3 to position 6 | [#1137](https://github.com/rossjrw/rossjrw/issues/1137) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/91184b1f04df052ceb38089f2492a894dd25e260/games/current/board.1137.svg) |
+ | 20th Sep 2021 06:19 | **114** | :white_circle: **[@tb148](https://github.com/tb148)** moved a white piece from position 8 to position 10 | [#1138](https://github.com/rossjrw/rossjrw/issues/1138) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/6d05bcbe5fc32dc986b2a1d3a134c076cd2e61df/games/current/board.1138.svg) |
+ | 20th Sep 2021 09:49 | **115** | :black_circle: **[@HorebParraud](https://github.com/HorebParraud)** moved a black piece from position 6 to position 7 β captured a white piece :crossed_swords: | [#1139](https://github.com/rossjrw/rossjrw/issues/1139) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/3a2b2a0861685f23d4770db50624657488079d47/games/current/board.1139.svg) |
+ | 20th Sep 2021 15:26 | **116** | :white_circle: **[@Sofiyayan](https://github.com/Sofiyayan)** moved a white piece from position 1 to position 4 β claimed a rosette :rosette: | [#1140](https://github.com/rossjrw/rossjrw/issues/1140) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/747d4ad85c2874f0ad10dbd33c28e1c70e78a1de/games/current/board.1140.svg) |
+ | 22nd Sep 2021 13:32 | **117** | :white_circle: **[@FullByte](https://github.com/FullByte)** moved a white piece from position 4 to position 7 β captured a black piece :crossed_swords: | [#1142](https://github.com/rossjrw/rossjrw/issues/1142) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/30b7d6df8238fb0d022dcd0c204e3186e4d8603e/games/current/board.1142.svg) |
+ | 22nd Sep 2021 17:02 | **118** | :black_circle: **[@HorebParraud](https://github.com/HorebParraud)** moved a black piece onto the board to position 2 | [#1144](https://github.com/rossjrw/rossjrw/issues/1144) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/4fedef13113c9db1686b020ff163750c4fc5eeaf/games/current/board.1144.svg) |
+ | 22nd Sep 2021 19:31 | **119** | :white_circle: **[@EWE07](https://github.com/EWE07)** moved a white piece onto the board to position 1 | [#1145](https://github.com/rossjrw/rossjrw/issues/1145) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/b86e994764a58aa79c0853da4741e8b3631e2f85/games/current/board.1145.svg) |
+ | 24th Sep 2021 16:48 | **120** | :black_circle: **[@SignorMercurio](https://github.com/SignorMercurio)** moved a black piece onto the board to position 3 | [#1146](https://github.com/rossjrw/rossjrw/issues/1146) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/6215fcdbb9b0f44105a62ac4698266bdde699426/games/current/board.1146.svg) |
+ | 26th Sep 2021 18:10 | **121** | :white_circle: **[@0l1v3rr](https://github.com/0l1v3rr)** moved a white piece from position 7 to position 9 | [#1148](https://github.com/rossjrw/rossjrw/issues/1148) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/b5edcbabbcfa3a7ee2dc1d8d3ddf00ef4b13d078/games/current/board.1148.svg) |
+ | 30th Sep 2021 04:56 | **122** | :black_circle: **[@OmarAEH](https://github.com/OmarAEH)** moved a black piece from position 2 to position 4 β claimed a rosette :rosette: | [#1150](https://github.com/rossjrw/rossjrw/issues/1150) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/e474ce1dbf75106fa6b1f9babcb4a21500b88192/games/current/board.1150.svg) |
+ | 30th Sep 2021 12:10 | **123** | :black_circle: **[@CodingAce123](https://github.com/CodingAce123)** moved a black piece from position 3 to position 6 | [#1151](https://github.com/rossjrw/rossjrw/issues/1151) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/45c92aa1bb1f3d4ca52f5f12408713f9f68b04a0/games/current/board.1151.svg) |
+ | 4th Oct 2021 22:59 | **124** | :white_circle: **[@Mbarmem](https://github.com/Mbarmem)** moved a white piece from position 10 to position 11 | [#1152](https://github.com/rossjrw/rossjrw/issues/1152) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/a4353e71f0a9cd0225cfaacb0b5f8cabf50b3ddf/games/current/board.1152.svg) |
+ | 8th Oct 2021 08:57 | **125** | :black_circle: **[@OmKakatkar](https://github.com/OmKakatkar)** moved a black piece from position 6 to position 9 β captured a white piece :crossed_swords: | [#1153](https://github.com/rossjrw/rossjrw/issues/1153) | [link](https://raw.githubusercontent.com/rossjrw/rossjrw/327fc8ee49b1ce57a6b210b9a7570cadbe6ae719/games/current/board.1153.svg) |
+ | 8th Oct 2021 15:27 | **126** | :white_circle: **[@jithinkrishnanrs](https://github.com/jithinkrishnanrs)** moved a white piece from position 11 to position 13 | [#1154](https://github.com/rossjrw/rossjrw/issues/1154) | |
+
+
+
+Previous games
+
+## Previous games
+
+1. A game was started on 30th Jul 2020 by **[@rossjrw](https://github.com/rossjrw)** and ended on 4th Dec 2020.
+ * The :white_circle:white team won.
+ * 64 players played 166 moves across 4 months and 5 days.
+ * The :black_circle:black team captured 9 white pieces and claimed 12 rosettes.
+ * The :white_circle:white team captured 10 black pieces and claimed 18 rosettes.
+ * The MVP of the winning team was **[@1ethanhansen](https://github.com/1ethanhansen)**, who played 48 moves.
+ * The winning move was made by **[@qbtl](https://github.com/qbtl)** ([#269](https://github.com/rossjrw/rossjrw/issues/269)).
+1. A game was started on 4th Dec 2020 by **[@1ethanhansen](https://github.com/1ethanhansen)** and ended on 11th Jan 2021.
+ * The :black_circle:black team won.
+ * 27 players played 145 moves across 1 month and 1 week.
+ * The :black_circle:black team captured 7 white pieces and claimed 16 rosettes.
+ * The :white_circle:white team captured 6 black pieces and claimed 14 rosettes.
+ * The MVP of the winning team was **[@shpatrickguo](https://github.com/shpatrickguo)**, who played 26 moves.
+ * The winning move was made by **[@shpatrickguo](https://github.com/shpatrickguo)** ([#424](https://github.com/rossjrw/rossjrw/issues/424)).
+1. A game was started on 11th Jan 2021 by **[@BaptisteMartinet](https://github.com/BaptisteMartinet)** and ended on 11th Feb 2021.
+ * The :white_circle:white team won.
+ * 17 players played 118 moves across 1 month and 12 hours.
+ * The :black_circle:black team captured 2 white pieces and claimed 11 rosettes.
+ * The :white_circle:white team captured 8 black pieces and claimed 14 rosettes.
+ * The MVP of the winning team was **[@1ethanhansen](https://github.com/1ethanhansen)**, who played 45 moves.
+ * The winning move was made by **[@1ethanhansen](https://github.com/1ethanhansen)** ([#535](https://github.com/rossjrw/rossjrw/issues/535)).
+1. A game was started on 11th Feb 2021 by **[@1ethanhansen](https://github.com/1ethanhansen)** and ended on 5th Mar 2021.
+ * The :white_circle:white team won.
+ * 17 players played 175 moves across 3 weeks and 22 hours.
+ * The :black_circle:black team captured 12 white pieces and claimed 17 rosettes.
+ * The :white_circle:white team captured 13 black pieces and claimed 18 rosettes.
+ * The MVP of the winning team was **[@1ethanhansen](https://github.com/1ethanhansen)**, who played 48 moves.
+ * The winning move was made by **[@1ethanhansen](https://github.com/1ethanhansen)** ([#702](https://github.com/rossjrw/rossjrw/issues/702)).
+1. A game was started on 6th Mar 2021 by **[@shpatrickguo](https://github.com/shpatrickguo)** and ended on 10th May 2021.
+ * The :black_circle:black team won.
+ * 42 players played 162 moves across 2 months and 4 days.
+ * The :black_circle:black team captured 12 white pieces and claimed 17 rosettes.
+ * The :white_circle:white team captured 9 black pieces and claimed 19 rosettes.
+ * The MVP of the winning team was **[@shpatrickguo](https://github.com/shpatrickguo)**, who played 22 moves.
+ * The winning move was made by **[@crxssed7](https://github.com/crxssed7)** ([#864](https://github.com/rossjrw/rossjrw/issues/864)).
+1. A game was started on 10th May 2021 by **[@HAUDRAUFHAUN](https://github.com/HAUDRAUFHAUN)** and ended on 17th Jul 2021.
+ * The :white_circle:white team won.
+ * 34 players played 167 moves across 2 months and 6 days.
+ * The :black_circle:black team captured 7 white pieces and claimed 14 rosettes.
+ * The :white_circle:white team captured 10 black pieces and claimed 18 rosettes.
+ * The MVP of the winning team was **[@1ethanhansen](https://github.com/1ethanhansen)**, who played 31 moves.
+ * The winning move was made by **[@1ethanhansen](https://github.com/1ethanhansen)** ([#1024](https://github.com/rossjrw/rossjrw/issues/1024)).
+
+
+
+-----
+
+:eye: Watch this repository to be the first to know when someone has played
+
+:star: Star this repository to invite your followers to play
+
+-----
+
+How do I play?
+
+ It's the :white_circle:white team versus the :black_circle:black team.
+
+ The turn starts by rolling 4 binary dice, which
+ results in a number from 0 to 4. The current team gets to move one of their
+ pieces by that many tiles.
+
+ All of your pieces start on position 0 (the space just before tile 1). Your
+ goal is to get all seven of them off the board by moving them onto position
+ 15 (the space just after tile 14). This is called **:rocket:ascending** a
+ piece. You also want to prevent your opponent from :rocket:ascending their
+ pieces.
+
+ You will move your pieces along the tiles from tile 1 to tile 14. The tiles
+ on your side of the board (tiles 1 through 4, 13, and 14) are safe β only
+ your pieces can be there. However, the tiles in the middle (tiles 5 through
+ 12) are unsafe β your opponent's pieces can also be here. If one team's piece
+ lands on the same tile as another team's piece, the piece that was landed on
+ is **:crossed_swords:captured**! It goes all the way back to position 0.
+
+ If you land on a **:rosette:rosette** (tiles 4, 8, and 14), your team gets to
+ take another turn. Also, a piece that is on the :rosette:rosette on tile 8
+ *cannot be :crossed_swords:captured*. A piece that's trying to capture it will
+ simply bounce off onto tile 9.
+
+ The first team to **:rocket:ascend** all seven of their pieces β that is,
+ move them off the board onto position 15 β :crown:wins!
+
+ Watch [Tom Scott play against Irving
+ Finkel](https://www.youtube.com/watch?v=WZskjLq040I) in 2017.
+
+ -----
+
+ Playing Ur on my GitHub profile is easy. The dice have already been rolled
+ for you β all you have to do is decide what to do with them.
+
+ Anyone can join either team at any time, but once you're in a team, you're
+ locked into it until the game ends. You can't play a move when it's the
+ other team's turn.
+
+ _([Before 2020-09-19](https://github.com/rossjrw/rossjrw/pull/133), your team
+ was determined by your username. This is no longer the case.)_
+
+ There will be a list of links below the board image with each possible move.
+ Clicking one of those will take you to a page where you can create an Issue
+ in this repository. The fields will already be filled in and all you have to
+ do is click Submit.
+
+ It will take a moment for Github Actions to acknowledge your move, but once
+ it does, you'll see it react with the 'eyes' emoji (:eyes:). No more than a
+ minute later it should react with the 'rocket' emoji (:rocket:) to let you
+ know that your move was successful.
+
+ If you don't see any of that, then something went wrong. Ping me in your
+ issue by typing `cc @rossjrw`, and I'll take a look.
+
+ Note that if your team has no possible moves β for example by rolling a 0 β
+ your turn will be automatically skipped. The event log will let you know if
+ this has happened.
+
+ -----
+
+ Check out the `source` branch of this repository for the source code and a
+ little commentary on the inspiration behind this project.
+
+
+
+-----
+
+