Skip to main content
GameDev.net gamedev.net

PRO Tired of ads? Read GameDev.net ad-free and help keep the community independent with GameDev Pro — $3/month.

Update

Update

SpeedRun
SpeedRun's Journal · · 1 min read
1,834 0
The last few weeks I have been moving my code from DirectX 9 to DirectX 11. Needless to say, it has been a time consuming process. I had to throw away a lot of my old code since DX11 changed the way things work. In the process, I ended up re-factoring a lot of my old and adding new elements.

Since I have got most of the base code in, I have started migrating the pong clone(MPong) from DirectX 9 to DirectX 11.

I have created the following menu screen.for the pong clone
[sharedmedia=gallery:images:3043]

Clicking on the singleplayer or multiplayer button just takes me to a blank screen for now. The Quit button is self explanatory.
Next I will be working on showing a table sprite when we go into the game and showing the paddles

Discussion

Loading comments...