Skip to content

ry60003333/sapphire-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sapphire Engine

Description

The Sapphire Engine is a fully featured game server engine for use with any multiplayer online game. It is written in the Java programming language and is designed to be extremely modular and portable.

License

The Sapphire Engine Copyright (c) Ryan Rule-Hoffman, All rights reserved.

This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 3.0 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this library.

Usage

There are two options to using the server library. The easiest is you simply add the project as a library in Netbeans, or your IDE of choice. Otherwise, you can compile the project with Netbeans and add the resulting JAR file as a library to your project.

Dependencies

This project depends on the Java MySQL connector and the Netty networking library.

Build Instructions

Compile the project within Netbeans using Apache ANT, or use the IDE or your choice. Or, use javac from the command line!

Install Instructions

To install Netbeans for building, head over to http://www.netbeans.org/.

About

The Sapphire game server engine.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages