https://github.com/datek/go-jaipur
https://github.com/datek/go-jaipur
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/datek/go-jaipur
- Owner: DAtek
- Created: 2022-09-01T05:42:18.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-22T09:19:30.000Z (over 1 year ago)
- Last Synced: 2025-01-14T10:59:12.611Z (over 1 year ago)
- Language: Go
- Size: 31.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://codecov.io/gh/DAtek/go-jaipur)
# Japipur board game in Go
## Project structure
### `app`
The package implements interactions between an `io.Reader` , `io.Writer` and the core game logic.
### `cmd`
A console interface to the game.
### `core`
Pure domain logic.