Dragon ball Pong Game

Capture_2014_11_29_00_36_20_685

Git Download:

https://github.com/ChenHanTsai/Dragon_Ball_Pong.git

date :  2014 – October

course: windows game programming

programming length: 1 week

This pong game is the second project of this month, we need to have a pong game, and other topic is decided by ourselves. I decide a dragon ball pong game, because I saw them during my childhood.

Learning:

Multi-thread : This game is made based on the game logic and windows commend separately, so the game will not stop during the options menu.

Animation : This is the game that we do not use console style, instead of using application, so we can have many animation sprite sheet if we want, the game will look good based on that.

Joystick : This game I used XInput API, and I successfully support my PS3 controller, using controller playing a game is so good.

Sound : This game we used Xaudio2 API to support the music and sound effect.

Demo mode: This game is 1P v.s. CPU or CPU v.s. CPU

Leave a comment