Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 482 Bytes

File metadata and controls

18 lines (14 loc) · 482 Bytes

Distributed-Hangman

A simple Java game that implements some important java and network features:

  • TCP
  • Server - client paradigma
  • Registry, remote interface and callback
  • Multicast communication
  • JDBC and db communication by java code
  • Synchronization, monitor, threads, thread pool executor
  • Creation simple JSon file
  • Encryptor
  • Simple gui created with swing

More details and behavior coming soon.

Requirements:

OS windows, with linux just need some little changes