Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/barrymun/josephine
Chess engine 🚧
https://github.com/barrymun/josephine
Last synced: 10 days ago
JSON representation
Chess engine 🚧
- Host: GitHub
- URL: https://github.com/barrymun/josephine
- Owner: barrymun
- License: mit
- Created: 2023-12-07T22:28:17.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-30T10:22:11.000Z (about 1 year ago)
- Last Synced: 2024-11-07T00:27:12.998Z (about 2 months ago)
- Language: TypeScript
- Homepage:
- Size: 53.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# josephine (chess-engine)
To install dependencies:
```bash
bun install
```To run:
```bash
bun run index.ts
```This project was created using `bun init` in bun v1.0.15. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.