|
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> |
2 | 37 |
|
3 | 38 | **Playtesters.API** is a lightweight, secure RESTful service built with **.NET 8** and **Entity Framework Core (SQLite)**. |
4 | 39 |
|
5 | 40 | 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. |
6 | 41 |
|
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 I’m building with my best friend from school — but it has grown into a fully reusable, standalone solution. |
8 | 43 |
|
9 | 44 | ## ✨Features |
10 | 45 |
|
|
0 commit comments