https://github.com/powerock38/chejs
simple chess game in JS
https://github.com/powerock38/chejs
Last synced: about 2 months ago
JSON representation
simple chess game in JS
- Host: GitHub
- URL: https://github.com/powerock38/chejs
- Owner: Powerock38
- Created: 2022-07-13T12:37:14.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-14T19:13:50.000Z (almost 4 years ago)
- Last Synced: 2025-01-14T04:42:24.433Z (over 1 year ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# chejs
Simple 2D chess game made in JS
Playable at https://chejs.netlify.app/
Play locally with
[an HTTP server supporting .mjs files](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules#aside_%E2%80%94_.mjs_versus_.js)
(`npx http-server`)