racing graphics
I'm working on a game thats going to look something like
the game Ignition. It's a racing game seen from above.
I'm wondering what the best way to implement the graphics is.
please help me!!
Edited by - mickeg on July 5, 2001 4:05:14 AM
I haven''t ever played, or even heard of, Ignition, so I don''t really know, but if you''re doing it with a standard top-down 2d view, you''ll probably want to do it with tiles, and so you''ll want to create an editor for creating your tracks quickly. I think there are a at least a few tiling articles in GameDev''s resources section...look there if you need some help with it.
(And, as a side note, this might go better in a general programming forum...)
--
WNDCLASSEX Reality;
...
...
Reality.lpfnWndProc=ComputerGames;
...
...
RegisterClassEx(&Reality);
Unable to register Reality...what''s wrong?
---------
Dan Upton
Lead Designer
WolfHeart Software
(And, as a side note, this might go better in a general programming forum...)
--
WNDCLASSEX Reality;
...
...
Reality.lpfnWndProc=ComputerGames;
...
...
RegisterClassEx(&Reality);
Unable to register Reality...what''s wrong?
---------
Dan Upton
Lead Designer
WolfHeart Software
WNDCLASSEX Reality;......Reality.lpfnWndProc=ComputerGames;......RegisterClassEx(&Reality);Unable to register Reality...what's wrong?---------Dan Uptonhttp://0to1.orghttp://www20.brinkster.com/draqza
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement