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

https://github.com/buried-in-code/keschet

A Chess variant game called Keschet from the book Blood Song by Anthony Ryan
https://github.com/buried-in-code/keschet

blood-song console-application game java-17 keschet

Last synced: about 1 year ago
JSON representation

A Chess variant game called Keschet from the book Blood Song by Anthony Ryan

Awesome Lists containing this project

README

          

# Keschet

![Java](https://img.shields.io/badge/Java-17-green?style=flat-square)
![Status](https://img.shields.io/badge/Status-Beta-yellowgreen?style=flat-square)

[![Github - Version](https://img.shields.io/github/v/tag/Buried-In-Code/Keschet?logo=Github&label=Version&style=flat-square)](https://github.com/Buried-In-Code/Keschet/tags)
[![Github - License](https://img.shields.io/github/license/Buried-In-Code/Keschet?logo=Github&label=License&style=flat-square)](https://opensource.org/licenses/GPL-3.0)
[![Github - Contributors](https://img.shields.io/github/contributors/Buried-In-Code/Keschet?logo=Github&label=Contributors&style=flat-square)](https://github.com/Buried-In-Code/Keschet/graphs/contributors)
[![Github Action - Code Analysis](https://img.shields.io/github/workflow/status/Buried-In-Code/Keschet/Code%20Analysis?logo=Github-Actions&label=Code-Analysis&style=flat-square)](https://github.com/Buried-In-Code/Keschet/actions/workflows/code-analysis.yaml)
[![Github Action - Testing](https://img.shields.io/github/workflow/status/Buried-In-Code/Keschet/Testing?logo=Github-Actions&label=Tests&style=flat-square)](https://github.com/Buried-In-Code/Keschet/actions/workflows/testing.yaml)

A chess-style game from the Blood Song by Anthony Ryan.

## Rules

- At the start of the game a player may place any piece in any square in the first 3 rows at the player's end of the board.
- A piece is taken if the square it occupies is occupied by an opposing piece.

## Execution

**From Source:**

```bash
$ ./gradlew clean run
```

## Socials

[![Social - Discord](https://img.shields.io/badge/Discord-The--DEV--Environment-7289DA?logo=Discord&style=for-the-badge)](https://discord.gg/nqGMeGg)