Question: Help me how to do this in Java Processing Language. The project aims to build client and server applications to play a simple version of

Help me how to do this in Java Processing Language. The project aims to build client and server applications to play a simple version of Pictionary. In our game setup, there is one server application where the user can draw an image with themouse. This image(or the pixels drawn) are sent via network to all connected client applications. The person(client) who first guesses which word or concept was drawn can buzz(e.g. mouse click or key pressed)and the server is informed from the client. The first client application who buzzes is selected by the server and notified. Your project should at least consist out of a client and a server project and let the user draw in the server while the canvas content is sent to the client. Implement the concept of a back link to the server for buzzing. The server needs to inform the first buzzing client(and no other clients can buzz anymore). Build a more complex game setup(queue of buzzers if the first guesser was wrong, counting points based on time,etc.)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!