My First C++ WIP

Posted by drspazz on May 3, 2006, 8:29 a.m.

Well this isn't actually a WIP, but it is the fisrt grapic game that I've made with c++. Take a look at it <a href="http://64digits.com/users/drspazz/Pong_Battle.zip">Pong Battle</a>. The game is basic pong and i've included the source files for those interested. It uses the bitmaps included and won't display anything if they are not in the same folder (however you can replace them with your own bitmaps). I'd apreciate comments about any bugs, suggestions, etc. on this work. If interest is showed I my work on my idea of actually battleing characters, ie the have different paddles and AI, along with burst-attack (a move that needs to be charged but can block any ball and will likely score but the AI will also have access to the move). View a <a href="http://64digits.com/users/drspazz/Pong.PNG">Screenshot</a> of the game.

Comments

gamehawk 17 years, 12 months ago

Cool, C++!!! What game programming library did you use?

melee-master 17 years, 12 months ago

Err, Gamehawk, who said he used a library? He could have coded it from scratch, like I did with my platformer when I took a C++ course.

Anyways, looks rather neat. I'll have to try it sometime.

gamehawk 17 years, 12 months ago

You coded your own graphics from scratch? Not with DX? You actually physically accessed the monitor?

Kaz 17 years, 12 months ago

Doesnt that mean, like opening it up and accessing it? =P

gamehawk 17 years, 12 months ago

I mean as in the code accessed direct hardware.