Starting game concepts...

Started by
0 comments, last by elis-cool 22 years, 1 month ago
I was wondering what some good games to start with are that teach different concepts eg. pong deals with AI, collision detection, angles, vectors. Tetris deals with arrays, very basic collision detection etc. Snake is arrays, constant movement, growing chain(body of snake) etc...
[email=esheppard@gmail.com]esheppard@gmail.com[/email]
Advertisement
All kinds of games are useful for learning something. Look for a kind of game that doesn''t seem too hard for you, and that you think you''ll love to develop, and go do it

If you''ve already done Tetris and Pong, you could make a try to an Space Invaders clone. If you already have experience making games, I''d recommend you to try making anything more complex.

I have an article explaining the way I developed a not-so-small game two years ago in my site, more exactly in this page. It could help you see more complex games aren''t that complex, just that they take a lot more of time to do, and are nicer when you finish it


--DK
--H. Hernán Moraldo
http://www.hhm.com.ar/
Sign up to the HHM''s developers'' newsletter.
--DK--H. Hernán Moraldohttp://www.hhm.com.ar/Sign up to the HHM's developers' newsletter.

This topic is closed to new replies.

Advertisement