|
|||||||
| Forum Home | Register | Members List | Mark Forums Read |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#11 | ||||||||
|
Member
Location: Tuckahoe, NY |
I am also up for this challenge, I have no experience doing graphics programming so I will be learning as I go and also have a couple projects at work that might spill into my free time. Hopefully I can finish by the deadline.
|
||||||||
|
|
|
|
#12 | ||||||||
|
Senior Member
Location: London |
Well 25% of the time allotted has gone, and I'm just wondering how people are getting on with this. Anyone finished yet?
I've been working on mine (pong with a twist) and just hope I have the time to get the visuals up to the standard I want them. Last edited by Claxon : 11-05-2008 at 07:40 AM. Reason: Tick-Tock-Tick-Tock |
||||||||
|
|
|
|
#13 | ||||||||
|
Member
Location: Tuckahoe, NY |
Ha! Unfortunately, I am learning as I go, no graphics programming experience whatsoever. So I'm still learning how to even get paddles on a screen. I am a long ways off. Perhaps somewhat over my head here.
|
||||||||
|
|
|
|
#14 | ||||||||
|
Moderator
Location: Netherlands |
I'm doing Pong with a twist as well, and I also have a long way to go, still.
I got most of the "Pong-graphics" done (Yes, that just means I have some white blocks :D), and I think I was about to start with paddle movement when I last left the project.
__________________
I'm a web developer by profession, but a game developer by heart. Uh oh! The princess is in another signature! |
||||||||
|
|
|
|
#15 | ||||||||
|
Senior Member
Location: London |
Well good, learning is really what these challenges are about. If you need any help or hints, let us know. With what you learn here you should be able to get into future challenges much easier. Just don't give up!
|
||||||||
|
|
|
|
#16 | ||||||||
|
Member
Location: Tuckahoe, NY |
Thanks that really makes me feel much better about this. I have the basic ideas down, You have your main game loop, a class for the ball, a class for the paddles. Now I am having difficulty getting the images of the ball and paddle into the game so that I can use them as objects. I'm giving myself a crash course in all my old C++ books lol.
|
||||||||
|
|
|
|
#17 | ||||||||
|
Senior Member
Location: London |
Are you using DirectX to do your drawing?
|
||||||||
|
|
|
|
#18 | ||||||||
|
Member
Location: Tuckahoe, NY |
Well, I am not sure what to use, I basically created two bitmaps for the game, the ball and paddle, and added them as resources to my project. I was trying to find some help on how to use DirectX, but was having difficulty finding useful information. I told you that I am totally new to it. lol
|
||||||||
|
|
|
|
#19 | ||||||||
|
Senior Member
Location: London |
DX is very powerful and worth looking into (though it can take quite a bit of effort setting up the graphics device in your code). If you just want to load from Bitmaps like you said (rather than have to start again and work out DirectX in such little time), then take a look at this page.
http://www.mvps.org/user32/gditutorial.html The first example is a very simple program that demonstrates Blitting (drawing) bitmaps. Just change parameters 2 and 3 in the BitBlt() call to change the X,y positions of the image. Have you ever tried working with XNA? It can really speed up the game development process (ideal for quick projects). |
||||||||
|
|
|
|
#20 | |||||||||
|
Member
Location: Tuckahoe, NY |
Quote:
Actually yes I have worked with XNA (tried to make an RPG top-scroller, but was over my head as a starter project). I feel like I would complete this much quicker using C# and XNA, but I know that the industry standard is C++ and I want to know challenge myself with that. Do you think I should just go with C# just to get this challenge done, or go with challenging myself with C++? |
|||||||||
|
|
![]() |
«
Previous Thread
|
Next Thread
»
| Thread Tools | |
| Display Modes | |
|
|
Powered by vBulletin® Version 3.6.9
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
All times are GMT -8. The time now is 05:31 PM.






















Linear Mode

