Skip to content

ShivangMishra/karts-with-sockets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.