Skip to content

Simple multiplayer tag game created in Java (for learning purposes only)

Notifications You must be signed in to change notification settings

alder711/java-multiplayer-tag-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

java-multiplayer-tag-game

Simple multiplayer tag game created in Java (for learning purposes only)

This project demonstrates how socket-level communication can be implemented in Java in the form of a game. Folder structure is as follows:

The "src" folder

  • All source code in the form of ".java" files

The "bin" folder

  • The class files generated from the java classes in the form of ".class" files

The "game" folder

  • The java executable form of the game, a ".jar" file

About

Simple multiplayer tag game created in Java (for learning purposes only)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages