Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-22T09:19:30.000Z (2 months ago)
- Last Synced: 2024-10-23T13:59:53.414Z (2 months 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
[![codecov](https://codecov.io/gh/DAtek/go-jaipur/branch/master/graph/badge.svg?token=7QLVUTCXMZ)](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.