From 668ca49e8bd1dac43add62378cf6c22a93125d48 Mon Sep 17 00:00:00 2001 From: Abraham Menacherry Date: Wed, 29 Aug 2018 22:37:43 -0400 Subject: [PATCH 1/2] Updated README.md --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 44e22148..3b9711e8 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ **Note** New version of Jetserver is called **Nadron** and is in a new [ netty 4 branch](https://github.com/menacher/java-game-server/tree/netty4) of this same repo. JetServer is a java nio based server specifically designed for mutliplayer games. It supports UDP and TCP transports. It uses [Netty](http://netty.io/) for high speed network transmission and [Jetlang](http://code.google.com/p/jetlang/ "jetlang") for extremely fast in-vm message passing between player sessions and game rooms. The project also uses spring for its dependency injection. This way, it is highly configurable and you can swap out any part of the server with your own implementations. -Wiki -==== -The [wiki](https://github.com/menacher/java-game-server/wiki) provides implementation level details and answers to general questions that a developer starting to use jetserver might have about it. The following [blog](http://nerdronix.blogspot.com/2013/06/creating-multiplayer-game-using-html-5.html) has post on game creation. -Support Group -============= +## Wiki +The [wiki](https://github.com/menacher/java-game-server/wiki) provides implementation level details and answers to general questions that a developer starting to use jetserver might have about it. The following [blog](http://nerdronix.blogspot.com/2013/06/creating-multiplayer-game-using-html-5.html) has post on game creation. + +## Support Group For general discussion please use the [jetserver google group](https://groups.google.com/forum/#!forum/jetserver). Issues and bugs can be raised directly in github. -Installation -============ + +## Installation + Maven ----- ```xml From f01bb92afe5a86a32cc1078b7603fff3baeddb96 Mon Sep 17 00:00:00 2001 From: omijagtap <72138819+omijagtap@users.noreply.github.com> Date: Wed, 30 Sep 2020 19:32:18 +0530 Subject: [PATCH 2/2] changes --- .../src/main/java/org/menacheri/zombie/game/Messages.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/example-games/src/main/java/org/menacheri/zombie/game/Messages.java b/example-games/src/main/java/org/menacheri/zombie/game/Messages.java index 023e491e..c6910232 100644 --- a/example-games/src/main/java/org/menacheri/zombie/game/Messages.java +++ b/example-games/src/main/java/org/menacheri/zombie/game/Messages.java @@ -6,10 +6,10 @@ /** - * This class acts like a message factory for creating game specific messages. - * @author Abraham Menacherry - * - */ + This class acts like a message factory for creating game specific messages. + @author Abraham Menacherry + + **/ public class Messages { public static ChannelBuffer apocalypse()