Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aykutkardas/checkers.place
It is a 3D, minimal and online checkers game.
https://github.com/aykutkardas/checkers.place
checkers checkers-game game-development realtime
Last synced: 18 days ago
JSON representation
It is a 3D, minimal and online checkers game.
- Host: GitHub
- URL: https://github.com/aykutkardas/checkers.place
- Owner: aykutkardas
- Created: 2023-03-05T14:51:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-21T10:00:56.000Z (about 1 year ago)
- Last Synced: 2024-05-01T15:06:10.898Z (7 months ago)
- Topics: checkers, checkers-game, game-development, realtime
- Language: TypeScript
- Homepage: https://checkers.place
- Size: 322 KB
- Stars: 24
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# [checkers.place](https://checkers.place)
It is a 3D, minimal and online checkers game.
![checkers.place](./preview.png)
## Development
Clone this repository
Install dependencies using `pnpm` install
```sh
pnpm install
``````sh
pnpm run dev
```