Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 684 Bytes

readme.md

File metadata and controls

28 lines (21 loc) · 684 Bytes

Jomho Game Service

The Jomho Game Server is a lightweight casual mobile game server.

Current Features

  • Anonymous user account creation
  • Registration for anonymous users
  • Leaderboard API

Goals

To build a self-hosted unified solution to replace Apple's Game Center and Google Play Games Services for casual mobile games.

Installation

  • Install node.js
  • Install MongoDb
  • Clone repository
  • Install project dependencies npm install

Running

Run node server npm start

API Doc

To run the interactive swagger doc run the server and go to http://localhost:3000/docs

Contributing

This project welcomes contributions.

License

MIT © Jomho LLC