Skip to content

Commit

Permalink
badges
Browse files Browse the repository at this point in the history
  • Loading branch information
kelindar committed Aug 31, 2020
1 parent dd6d20c commit 97692b1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@
<img width="340" height="152" src="./fixtures/logo.png">
</p>

![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/kelindar/tile)
[![GoDoc](https://godoc.org/github.com/kelindar/tile?status.png)](http://godoc.org/github.com/kelindar/tile)
[![Go Report Card](https://goreportcard.com/badge/github.com/kelindar/tile)](https://goreportcard.com/report/github.com/kelindar/tile)
[![License](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
[![Coverage Status](https://coveralls.io/repos/github/kelindar/tile/badge.svg)](https://coveralls.io/github/kelindar/tile)
![GitHub All Releases](https://img.shields.io/github/downloads/kelindar/tile/total)


This repository contains a 2D tile map engine which is built with data and cache friendly ways. My main goal here is to provide a simple, high performance library to handle large scale tile maps in games.
Expand Down

0 comments on commit 97692b1

Please sign in to comment.