infinitechess.org icon indicating copy to clipboard operation
infinitechess.org copied to clipboard

Infinite Chess Web Server

Results 22 infinitechess.org issues
Sort by recently updated
recently updated
newest added

There is no automated way yet to reset a user's password when they forget it. Currently they have to email me, and I have to manually delete their account json...

enhancement

Lichess stores all its piece sprites as vector graphics (see [here](https://github.com/lichess-org/lila/tree/master/public/piece/cburnett), for example) and each piece is less than 1KB in file size. In contrast, [our spritesheet](https://github.com/Infinite-Chess/infinitechess.org/blob/main/src/client/img/game/spritesheet64_cburnett.png) is a png...

enhancement

This will help with adding new pages, and also untangle the codebase. We could also create different files for commonly used page sections, like headers, footers, sidebars, search bars...

enhancement

I noticed from [Samet's stream](https://www.twitch.tv/videos/2262689851?sr=a&t=8962s) and [Sanoy's stream](https://www.twitch.tv/videos/2263513338) that the clock value of the player whos turn it is NOT is incorrect. What I observed: A time control with 6...

bug

I maintain [Lichess Statbot](https://top.gg/bot/490949867657494530) which makes it easy to fetch and display player profiles, games, tournaments, blogs, etc. from Discord application slash commands. Could Infinite Chess get an API similar...

enhancement

Shogi is similar to chess, but with more kinds of pieces, more promotion ranks, and captured pieces can be dropped as friendly pieces.

enhancement

JSON is very useful for small projects shared between friends but causes serious service availability problems for large scale services that recieve a wide variety of attacks. Specifically, it is...

vulnerability

On mobile, if you go afk long enough, when it's your turn, for the 20s afk-auto-resign timer to kick in, then sometimes if you quick-tap the pieces to move them,...

bug

The game code currently is majorly circular-dependent. Issues this creates: * The game logic is not modular, we can't extract the logic for legal move calculation, check detection, checkmate algorithm,...

enhancement

Right-clicking on a square should highlight it, while dragging right-click should draw an arrow from the destination to the end, like on chess.com.

enhancement