forked from Infinite-Chess/infinitechess.org
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
move everything in the folders (no code changed, so nothing works)
- Loading branch information
1 parent
2d1b431
commit bd5f4ba
Showing
10 changed files
with
70 additions
and
81 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
### Jan 29, 2024: | ||
|
||
New video released today! | ||
|
||
<iframe width="350" height="197" src="https://www.youtube.com/embed/b-Bb_TyhC1A?si=NmCm-RS21E61sA-O" title="YouTube video: The Search for the Longest Infinite Chess Game" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen=""></iframe> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
### May 14, 2024: | ||
|
||
Update 1.3 released today! This includes MANY new speed and user experience improvements. Just a few are: | ||
|
||
- The transition to websockets, decreasing the delay when your opponent moves. | ||
- No longer getting disconnected when you switch tabs. | ||
- Audible cues when you or someone else creates an invite, or makes a move. | ||
- Added the 50-move rule. | ||
- A drum countdown effect is now played at 10 seconds left on the clock. | ||
- An auto-resignation timer will start if you're opponent goes AFK (with an audible warning). | ||
|
||
And many others! For the full list, check out [the discord!](https://discord.com/channels/1114425729569017918/1114427288776364132/1240014519061712997) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
### May 24, 2024: | ||
|
||
Update 1.3.1 released! This includes the guide, pop-up tooltips when hovering over the navigation buttons, and links to the discord and game credits on the title page! | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
### May 27, 2024: | ||
|
||
1.3.2: Added showcase variants for Omega^3 and Omega^4 that were shown in my latest video. Also, the checkmate algorithm is now compatible with multiple kings per side. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
### July 9, 2024: | ||
|
||
Infinite Chess is Now Open Source! See, and contribute, to the project [on GitHub!](https://github.com/Infinite-Chess/infinitechess.org) | ||
|
||
<iframe width="350" height="197" src="https://www.youtube.com/embed/fSUEKosgyt0?si=L-blqfVEpPBmQLMn" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen=""></iframe> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
### July 13, 2024: | ||
|
||
The [Terms of Service](https://yourdomain.com/termsofservice) have been updated. Changes made: All games you play on the website may become public information, including the approximate time your account was last active. The terms may be updated at any time, and it is your responsibility to make sure you're up-to-date on them. | ||
|
||
Your game history may become available on your profile at a future time. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
### July 22, 2024: | ||
|
||
If you have not verified your account, please do so on your profile page! All unverified accounts will soon be deleted!! | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
### August 1, 2024: | ||
|
||
Update 1.4 is released! There have been many collaborative features added since we open sourced! | ||
|
||
- Knightriders have been added, which hop infinitely like a knight until they're obstructed! The 'Knighted Chess' variant has been upgraded to replace the knights with knightriders! | ||
- Click your or your opponent's pieces at any time to view their possible moves! | ||
- Right-click at any time to deselect the currently selected piece. | ||
- Hovering over arrow indicators on the edge of the screen now renders the legal moves of the piece they are pointing to! | ||
- The game now automatically declares a draw if there's insufficient material on the board to force checkmate. | ||
- Translated the website into French! You can change the language by visiting the footer on any page. | ||
- Improved the loading time of the website. | ||
- New website icon, Ω! This automatically matches your preferred light or dark device theme. | ||
- The game code's, or the ICN's, metadata has been reformatted to more closely match PGN norms. | ||
- Users can now delete their account on their profile page, if they so choose, without having to email us. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
### Sept 11, 2024: | ||
|
||
The first-ever Infinite Chess tournament is now open for sign-ups!!! It will be played on the Classical variant, and the time control will be 10m+6s (this will be added soon). The winner will be given a special flare and/or role on the [community discord](https://discord.gg/NFWFGZeNh5)! | ||
|
||
Here's the [sign-up form](https://docs.google.com/forms/d/e/1FAIpQLScy5A3fDL_LduFuxy_qODx9hP1_aRip13SK37jH6ERjKWwu_w/viewform)! The deadline to sign up is **Friday, Sept 27th!** The full rules are located [here](https://docs.google.com/document/d/1lCc07bqYZwQbpSOkExZzY044TR5zNfyQT4IQZqqCinc/pub). For future updates about the tournament, join the [discord](https://discord.gg/NFWFGZeNh5)! | ||
|
||
**Update v.1.4.1 has been released!** | ||
|
||
- Draw offers have been added! Find the offer draw button in the pause menu! | ||
- Added languages for the following: Chinese, Polish, Portuguese! | ||
- Fixed bug where spamming the Create Invite button gave you messages such as you already have an invite, or you can't accept your own invite. | ||
|