Skip to content

MacGurk/gamescore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gamescore

Simple REST API to persist highscores from some Unity games created by me.

Upcoming support for:

Docker Compose example

version: '3'

services:
  gamescore:
    container_name: gamescore
    image: gamescore
    build: .
    expose:
      - "3000"
    volumes:
      - ./app:/data/app

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published