Skip to content
This repository has been archived by the owner on Oct 4, 2020. It is now read-only.

kaiaverkvist/pgsf-old

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pgsf

Tests

pgsf: pragmatic game server framework is a game server framework designed to make websocket game servers as easy as possible.

Basic usage

Installation

Add to your pom.xml:

<dependency>
  <groupId>co.redletterday</groupId>
  <artifactId>pgsf</artifactId>
  <version>1.1.0-snapshot</version>
</dependency>

Temporary documentation: see file: USAGE.md.

Contribution

Feel free to contribute by submitting issues and pull requests if you have feature suggestions, fixes etc.

Licensing

This project is licensed with the generous MIT License, see LICENSE.

Maintainer

This project is maintained by github.com/kaiaverkvist.