An open API service indexing awesome lists of open source software.

https://github.com/payloadcms/game-admin-guide

An entire admin system for an imaginary game
https://github.com/payloadcms/game-admin-guide

Last synced: 2 months ago
JSON representation

An entire admin system for an imaginary game

Awesome Lists containing this project

README

        

# Payload CMS Game Admin Guide

This repository was created as a companion to the blog post at https://payloadcms.com/blog/headless-cms-game-development

The general features are:
- Manage player accounts
- Record games with teams, players and scores
- Manage and automatically award achievements based on player stats
- Handle in-app purchases
- Image uploads for achievements and purchasable items
- Access Controls for security

Though quite thorough for a blog post, this work should be considered incomplete and ready to be built upon for your own needs.

## Getting Started

1. `git clone [email protected]:payloadcms/game-admin-guide.git`
2. `cd game-admin-guide`
3. `cp .env.example .env`
4. edit .env file for your own needs
5. install dependencies— `yarn`, `npm i`, `pnpm i`)
6. run locally: `yarn dev`

## Payload CMS

Read the [Payload Documentation](https://payloadcms.com/docs) to learn more.

## MIT Licensed

This repo and Payload CMS are fully OSS under the MIT license.