Skip to content

Commit 395dc56

Browse files
committed
Add repository badges and CI checks
1 parent 760df13 commit 395dc56

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# MicroChess
22

3+
[![Arduino CI](https://github.com/ripred/MicroChess/actions/workflows/arduino_test_runner.yml/badge.svg)](https://github.com/ripred/MicroChess/actions/workflows/arduino_test_runner.yml)
4+
[![Arduino-lint](https://github.com/ripred/MicroChess/actions/workflows/arduino-lint.yml/badge.svg)](https://github.com/ripred/MicroChess/actions/workflows/arduino-lint.yml)
5+
[![JSON check](https://github.com/ripred/MicroChess/actions/workflows/jsoncheck.yml/badge.svg)](https://github.com/ripred/MicroChess/actions/workflows/jsoncheck.yml)
6+
[![GitHub release](https://flat.badgen.net/github/release/ripred/MicroChess)](https://github.com/ripred/MicroChess/releases/latest)
7+
[![License](https://flat.badgen.net/github/license/ripred/MicroChess)](https://github.com/ripred/MicroChess/blob/main/LICENSE)
8+
[![Stars](https://flat.badgen.net/github/stars/ripred/MicroChess)](https://github.com/ripred/MicroChess/stargazers)
9+
[![Forks](https://flat.badgen.net/github/forks/ripred/MicroChess)](https://github.com/ripred/MicroChess/network/members)
10+
311
MicroChess is a killer chess engine built for embedded systems, cramming a full chess experience into less than 2K of RAM and 32K of program flash. It nails every chess rule—en passant, castling, pawn promotion, check, checkmate, stalemate—and adds quiescent searches for extra smarts. This project is your ticket to mastering turn-based game engines, whether you’re tackling chess, checkers, or some wild new game. The heavy lifting’s done, so you can jump right in!
412

513
## Features

0 commit comments

Comments
 (0)