Skip to content

Commit

Permalink
docs: add some badges
Browse files Browse the repository at this point in the history
  • Loading branch information
loks0n committed Mar 26, 2023
1 parent 683806e commit 08000f6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# rapid-draughts ⚡

**rapid-draughts** is a *super speedy, blazing fast, rocket-powered* TypeScript draughts/checkers engine.
[![npm version](https://badge.fury.io/js/rapid-draughts.svg)](https://badge.fury.io/js/rapid-draughts)
![Known Vulnerabilities](https://snyk.io/test/github/loks0n/rapid-draughts/badge.svg)

Aa *super speedy, blazing fast, rocket-powered* TypeScript draughts/checkers engine.

It uses bitboards, a board representation that holds the draughts board in three 32 or 64 bit unsigned integers. One for the light pieces, dark pieces and the king pieces.

Expand Down

0 comments on commit 08000f6

Please sign in to comment.