Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 1.29 KB

README.md

File metadata and controls

34 lines (27 loc) · 1.29 KB

Space War Multiplayer Game in Java

Java multiplayer game using java.swing , java.net in local area network (LAN) server and clients

made it after learning Object-oriented programming (OOP) in college

Installation

git clone https://github.com/Nanarow/SpaceWarMultiplayerGameInJava.git

Usage

run Server at file ServerWindow.java run Client at file MainClient.java Main Menu enter image description here

if you don't know IP and PORT you can select at LAN and click join button to find a server automatically you can TCP port forwarding by ngrok

ngrok tcp 4004

4004 is a default server port

In Game

enter image description here move keys: W, A, S, D skill keys: RightClick , spacebar ,Q , X

Credit

coding by Nanarow assets by Kristbooker