53 skills found · Page 1 of 2
menacher / Java Game ServerJetserver is a high speed nio socket based multiplayer java game server written using Netty and Mike Rettig's Jetlang.It is specifically tuned for network based multiplayer games and supports TCP and UDP network protocols.
congcoi123 / TenioTenIO is an open-source project for making online games that includes a java NIO (Non-blocking I/O) based server specifically designed for multiplayer games and simple existing game clients for rapid development: Libgdx (Java), Cocos2d-x (C++), Unity (C#), Phaserjs (Javascript).
tsaglam / CarcassonneA digital version of the board game Carcassonne, implemented in Java. This desktop computer game supports up to five players at the same time (shared-screen multiplayer mode).
Vrekt / OasisGameMultiplayer, level-based game made with LibGDX & Netty
nutiler / Stormheart PluginSTORMHEART NETWORK is a java game server for a multiplayer Minecraft community.
TSkrebe / Multiplayer GameSimple Java based online multiplayer game.
Jarzka / MyRTSMultiplayer RTS game prototype written in Java using LibGDX
ayman-art / Jengen 2DGameEngine2D Game Engine using Java and Swing supporting Networking for MultiPlayer.
mikyll / JavaFX MultiplayerLobbySystemLobby System Template for a multiplayer java game, with chat and other features, using JavaFX and socket TCP (will be extended to UDP).
mtala3t / Tanks Java 2D Multiplayer GameIt is a simple Java 2D Multiplayer Tanks Game. It is a client/server game.
carloblasi / PacManTopDownShooterSmall single player/multiplayer java game, built using Slick2D.
Pwn9 / PwnFilterPwnFilter is a JAVA Plugin for Bukkit, a multiplayer server API for the game Minecraft. Pwnfilter implements Regular Expressions created in a user defined "rules.txt" as an in-game chat filter to remove profane language, spam and caps, for fun and as an effective command alias creator.
TeamLS / BuzzA quiz game developed in Java, with categories, music, graphics, high scores, multiplayer and two languages (Greek and English).
aikar / LocalesA Java Locale Manager that supports managing multiple languages and contextual locale preference (IE: Different players on a multiplayer game server)
robert-kratz / Capture The Flag MultiplayerThis Capture the Flag game, developed during a two-month project phase for a University of Mannheim lecture, features a 2D chessboard map and supports up to four players. Using Java in a client-server setup, it offers strategic multiplayer gameplay.
tarantino07 / Multiplayer Game With Javascripta multiplayer game built with html5 canvas and JS
shuoros / BombermanSingle and online multiplayer Bomberman game in java
bobsgame / Okgameok is a multiplayer puzzle game- but not just any puzzle game, EVERY puzzle game! It's a build-your-own puzzle game with a puzzle game creator where YOU define all the rules to your own custom game! This is the full source code for the puzzle game and RPG engine in C++. It is converted from Java so it needs some stuff wrapped in shared pointers.
mohammadrad81 / MafiaMidterm3Multiplayer Mafia game, implemented by socket programming in java
eneskzlcn / ChessA multiplayer Chess game made with java using TCP socket programming. There is a big game architecture, threaded server, java swing for gui elements.