Skip to content

Commit 0956cef

Browse files
committed
docs: enhance README header with centered title, badges and improved project intro
1 parent 3098277 commit 0956cef

1 file changed

Lines changed: 37 additions & 2 deletions

File tree

README.md

Lines changed: 37 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,45 @@
1-
# 🎮Playtesters.API
1+
<h1 align="center">🎮 Playtesters.API</h1>
2+
3+
<p align="center">
4+
A simple and open-source playtesting backend for indie game developers.
5+
</p>
6+
7+
<p align="center">
8+
<a href="https://github.com/DevD4v3/Playtesters.API">
9+
<img src="https://img.shields.io/badge/.NET-8.0-blue" />
10+
</a>
11+
<a href="https://github.com/DevD4v3/Playtesters.API">
12+
<img src="https://img.shields.io/badge/Language-C%23-purple" />
13+
</a>
14+
<a href="https://github.com/DevD4v3/Playtesters.API">
15+
<img src="https://img.shields.io/badge/API-REST-green" />
16+
</a>
17+
<a href="https://github.com/DevD4v3/Playtesters.API">
18+
<img src="https://img.shields.io/badge/ORM-EF%20Core-blueviolet" />
19+
</a>
20+
<a href="https://github.com/DevD4v3/Playtesters.API">
21+
<img src="https://img.shields.io/badge/Database-SQLite-lightgrey" />
22+
</a>
23+
<a href="https://github.com/DevD4v3/Playtesters.API">
24+
<img src="https://img.shields.io/badge/Unity-Client%20Included-black" />
25+
</a>
26+
<a href="https://github.com/DevD4v3/Playtesters.API">
27+
<img src="https://img.shields.io/badge/License-MIT-orange" />
28+
</a>
29+
</p>
30+
31+
<p align="center">
32+
<a href="https://github.com/DevD4v3/Playtesters.API">
33+
<img src="assets/logo.png" />
34+
</a>
35+
<br />
36+
</p>
237

338
**Playtesters.API** is a lightweight, secure RESTful service built with **.NET 8** and **Entity Framework Core (SQLite)**.
439

540
It’s designed for indie developers or small teams who need a simple way to manage **playtesters**, **access keys**, and **access validation history** for private or early-access game builds.
641

7-
> This project was created to support the roguelike action game I'm building with my best friend from school.
42+
> This API was originally created to support the roguelike action game Im building with my best friend from school — but it has grown into a fully reusable, standalone solution.
843
944
## ✨Features
1045

0 commit comments

Comments
 (0)