FOSS chess implementation (local multiplayer only)
  • TypeScript 46.4%
  • JavaScript 45.5%
  • CSS 4.6%
  • HTML 3.5%
Find a file
2021-05-11 13:59:06 -04:00
img initial commit 2021-04-17 14:38:06 -04:00
node_modules initial commit 2021-04-17 14:38:06 -04:00
Scripts commented all the code. 2021-04-27 20:18:07 -04:00
.gitattributes Initial commit 2021-04-17 14:33:42 -04:00
.nojekyll initial commit 2021-04-17 14:38:06 -04:00
favicon.ico initial commit 2021-04-17 14:38:06 -04:00
index.html fixed some of the sites metadata 2021-05-11 13:59:06 -04:00
LICENSE Initial commit 2021-04-17 14:33:42 -04:00
main.css made chess board resizeable 2021-04-17 18:52:47 -04:00
OtherInfo.txt commented all the code. 2021-04-27 20:18:07 -04:00
package-lock.json initial commit 2021-04-17 14:38:06 -04:00
package.json initial commit 2021-04-17 14:38:06 -04:00
README.md forgot to update the readme 2021-04-27 20:18:32 -04:00
tsconfig.json initial commit 2021-04-17 14:38:06 -04:00

OpenSourceChess

my own bare bones - open source implementation of chess built with Typescript, HTML, and CSS.

Curently only local Multiplayer, this may change in the future

This is my first full JS project, and took about a week and a half to make the initial codebase.

Hosted Here:
https://lubba-64.github.io/OpenSourceChess/

TO-DO:
Better UI stuff
Castling
Pin Pieces based on whether they will reveal LOS with the king as to prevent unecessary checks.

eventually online multiplayer