https://github.com/angelobdev/chess-p5js
A simple remake of a great game!
https://github.com/angelobdev/chess-p5js
chess p5js typescript webpack
Last synced: 3 months ago
JSON representation
A simple remake of a great game!
- Host: GitHub
- URL: https://github.com/angelobdev/chess-p5js
- Owner: angelobdev
- License: mit
- Created: 2024-02-26T18:23:07.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-17T16:43:36.000Z (about 2 years ago)
- Last Synced: 2025-07-01T04:37:49.164Z (12 months ago)
- Topics: chess, p5js, typescript, webpack
- Language: TypeScript
- Homepage:
- Size: 379 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Chess P5JS
A simple remake of a great game!
---
## How to run
1. **Install dependencies**:
```bash
bun install
```
2. **Run**:
```bash
bun start
```
**Note**:
Bun is not strictly necessary, but it has been used to build this project... You can use NPM as well!
---
## Contributing
Contributions are welcome! Whether you're interested in fixing bugs, adding new features, or improving documentation, feel free to submit pull requests.
Please refer to the [TODOs](./TODOs.md) for a full list of things to develop.
---
## License
This project is licensed under the MIT License - see the [LICENSE](./LICENSE.md) file for details.
---
Made with ❤ by [angelobdev](https://github.com/angelobdev)