Skip to content

Nauruz-Guliev/SemesterWorkJava2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

⭐ City Capturing Strategy Game

A very simple multiplayer strategy game made with Java FX and Java Sockets. The purpose of this game is to capture all the cities before your enemy does it. Moreover, registration was added with the help of PostgreSQL database system in order to save user information. Additionally, this game utilizes cutsom protocol which translates the bytes into meaningfull messages (more than 20 types of messages are available).

🎮 Game Flow

🛠 Used technologies

Server
  • Java Sockets
  • PostgreSQL
  • Custom Protocol
Client
  • JavaFX
  • SceneBuilder