Skip to content

Commit ec0b9f6

Browse files
committed
Add repository badges and CI checks
1 parent 45ea68c commit ec0b9f6

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# JavaChess
2-
[![GitHub tag](https://flat.badgen.net/github/tag/ripred/JavaChess)](https://github.com/ripred/JavaChess/tags)
3-
[![License](https://flat.badgen.net/github/license/ripred/JavaChess)](https://github.com/ripred/JavaChess/blob/master/LICENSE)
4-
[![Stars](https://flat.badgen.net/github/stars/ripred/JavaChess)](https://github.com/ripred/JavaChess/stargazers)
5-
[![Forks](https://flat.badgen.net/github/forks/ripred/JavaChess)](https://github.com/ripred/JavaChess/network/members)
2+
3+
[![Tag](https://img.shields.io/static/v1?style=flat&label=Tag&message=stable-0.1&color=8250df&labelColor=24292f)](https://github.com/ripred/JavaChess/tags)
4+
[![License](https://img.shields.io/static/v1?style=flat&label=License&message=MIT&color=0969da&labelColor=24292f)](https://github.com/ripred/JavaChess/blob/master/LICENSE)
5+
[![Stars](https://img.shields.io/static/v1?style=flat&label=Stars&message=16&color=bf8700&labelColor=24292f)](https://github.com/ripred/JavaChess/stargazers)
6+
[![Forks](https://img.shields.io/static/v1?style=flat&label=Forks&message=3&color=6f42c1&labelColor=24292f)](https://github.com/ripred/JavaChess/network/members)
67

78
* 24-bit ANSI colored, console-based chess using Java.
89
* Either side can be human or a multi-threaded AI instance using the Minimax algorithm with alpha-beta pruning.

0 commit comments

Comments
 (0)