Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 769 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 769 Bytes

karts-with-sockets

A 2D multiplayer karts game using sockets in Java

The main concepts covered in this project are-

  • socekts & i/o streams
  • multithreading
  • swing & awt
  • Basic OOP & numerical modelling

The project is divided into three sections-

  1. The first section involves the karts design and basic controls .
  2. The second section is a local 2 player karts game (where both the players play on the same machine with different keys).
  3. The third section extends the prototype developed in the second section into a network based game (in which multiple clients can connect to a server using socket connections).

Refer to each section's readme and the javadoc comments for further details.