A simple chess webapp written in JavaScript, HTML, and CSS. I might change the language of the backend in the future. (Maybe Rust?)
Go to file
pixl_xip f985d82b26 finally kinda get things working (not really but kinnda :( ) 2024-01-24 21:58:58 -07:00
client finally kinda get things working (not really but kinnda :( ) 2024-01-24 21:58:58 -07:00
common finally kinda get things working (not really but kinnda :( ) 2024-01-24 21:58:58 -07:00
node_modules Remove copy of common.js (i forgot to remove in last commit) 2024-01-21 12:21:11 -07:00
src add rust backend (probably won't be used; we'll see though) and implement castling, except for side effects. (side effects may need big changes) 2024-01-12 22:01:41 -07:00
.gitignore add rust backend (probably won't be used; we'll see though) and implement castling, except for side effects. (side effects may need big changes) 2024-01-12 22:01:41 -07:00
Cargo.lock add rust backend (probably won't be used; we'll see though) and implement castling, except for side effects. (side effects may need big changes) 2024-01-12 22:01:41 -07:00
Cargo.toml add rust backend (probably won't be used; we'll see though) and implement castling, except for side effects. (side effects may need big changes) 2024-01-12 22:01:41 -07:00
README.md add README.md 2024-01-04 10:34:19 -07:00
hello.html add rust backend (probably won't be used; we'll see though) and implement castling, except for side effects. (side effects may need big changes) 2024-01-12 22:01:41 -07:00
index.js finally kinda get things working (not really but kinnda :( ) 2024-01-24 21:58:58 -07:00
notes.txt Migrate from GitHub to Disroot 2024-01-04 10:30:50 -07:00
package-lock.json Do a lot of stuff, like reworking the server so it doesnt use express anymore, do webhook stuff, split common fuinctions into a new file (common.mjs), convert the server to use es modules instead of commonjs. theres probably more but i just want to get this commit out. 2024-01-21 12:19:05 -07:00
package.json Do a lot of stuff, like reworking the server so it doesnt use express anymore, do webhook stuff, split common fuinctions into a new file (common.mjs), convert the server to use es modules instead of commonjs. theres probably more but i just want to get this commit out. 2024-01-21 12:19:05 -07:00
test.js Migrate from GitHub to Disroot 2024-01-04 10:30:50 -07:00

README.md

htmlchess

not a very impressive project...

but still fun to make :)

but not fun to troubleshoot

i absolutely hate javascript now
this was a terrible idea