Presentation is loading. Please wait.

Presentation is loading. Please wait.

Concept Bomberman, Crazy Arcade- like game Characters are from the game “Angry Bird” All of the items are associated with birds Story After a brutal journey.

Similar presentations


Presentation on theme: "Concept Bomberman, Crazy Arcade- like game Characters are from the game “Angry Bird” All of the items are associated with birds Story After a brutal journey."— Presentation transcript:

1

2 Concept Bomberman, Crazy Arcade- like game Characters are from the game “Angry Bird” All of the items are associated with birds Story After a brutal journey to defeat the pigs, some Angry birds became Crazy Angry birds. They became crazed about the flesh of other birds, and started fight for food. The flesh of birds are so good that they even explode their eggs to kill each other. Some even eat their eggs to strengthen their power….

3 Specification Swing JOGL(Java OpenGL), LWJGL(Light Weight Java Game Library) Sprite Socket Networking

4 TCP and UDP multicast implemetaion  TCP – low speed, almost no loss of data  Example of usage : turn-based games, Chatting messengers …  UDP – high speed, some loss of data  Example of usage : games that sends data constantly (X, Y values of the character in RPG)  Multicasting : First, think of a radio station. They send data to unspecified users, but TCP server sends data to specified users. Second, while TCP requires clients to connect to the IP of the server computer, UDP multicast requires clients to connect to the IP(think of it as radio station) specified by the network. Therefore, no server is needed.

5 Reasons for using two different protocols  Some network routers do not support UDP multicast(for example, my ipTime router), but it is very fast.  TCP is supported in most network environment, but is very very very very slow.  The Korea University network supports multicast. For this demo, we are going to use UDP multicast. Communication method  Client sends X and Y values of the character and the bomb every 60 milliseconds because we use 60 FPS.

6 Speed Up Egg bomb Egg bomb range +1 Health point ++ Number of egg boms +1 4 Character

7


Download ppt "Concept Bomberman, Crazy Arcade- like game Characters are from the game “Angry Bird” All of the items are associated with birds Story After a brutal journey."

Similar presentations


Ads by Google