An open API service indexing awesome lists of open source software.

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!

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)