Chess but the pieces can slide. Includes a custom written 2D polygon engine in JS
This repository has been archived on 2026-06-14. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • JavaScript 94.3%
  • HTML 3.7%
  • CSS 2%
Find a file
2023-10-06 02:02:41 +01:00
config Update! 2021-12-14 00:58:03 +00:00
public BIG shape math update/refactor/optimization! 2021-02-28 18:38:16 +00:00
src Piece taking 2022-04-26 16:36:55 +01:00
.gitignore Initial commit 2021-02-20 18:05:29 +00:00
package-lock.json Updates 2022-04-25 16:01:52 +01:00
package.json BIG shape math update/refactor/optimization! 2021-02-28 18:38:16 +00:00
README.md Update README.md 2023-10-06 02:02:41 +01:00
server.sh Diagonal hitboxes, polygon building and drawing! 2021-02-24 15:02:04 +00:00

Slidey Chess

A cursed version of chess because everything else in life is cursed right now, so why not chess too?

Currently WIP.

Includes a custom written 2D polygon transformation and collision engine, written in JavaScript.

How to run

Client is a React app served through webpack, run npm start for dev or npm build for release

Server is an Express NodeJS app, run with cd src/server && node index.js