https://github.com/randomgamingdev/p5js-chess
A basic implementation of chess made for p5.js
https://github.com/randomgamingdev/p5js-chess
basic board board-game chess easy game javascript js p5 p5js simple
Last synced: about 1 month ago
JSON representation
A basic implementation of chess made for p5.js
- Host: GitHub
- URL: https://github.com/randomgamingdev/p5js-chess
- Owner: RandomGamingDev
- License: mit
- Created: 2023-07-05T17:18:10.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-06T04:02:25.000Z (almost 3 years ago)
- Last Synced: 2025-05-31T13:02:25.335Z (about 1 year ago)
- Topics: basic, board, board-game, chess, easy, game, javascript, js, p5, p5js, simple
- Language: JavaScript
- Homepage: https://randomgamingdev.github.io/p5js-chess/
- Size: 73.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# p5js-chess
A basic implementation of chess made for p5.js
Draw's aren't implemented yet and you just won't be able to move when you get checkmated or stalemated, but other than that it's just the classic game of chess.
The chess pieces are from https://commons.wikimedia.org/wiki/Category:SVG_chess_pieces and created by User:Cburnett
Try it out here: https://randomgamingdev.github.io/p5js-chess/