Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Game Development Tutorial
#11
For a simple 2D game, a good starting point is to put two images on the screen, move one around with input, and recognize when it touches the other. Do that and the groundwork for a lot of 2D games is done. Most game design is just deciding what happens when things touch. 


For example, from that base you can make Pong: two long rectangles plus a small one that changes direction when it touches a long one. The routine for the computer is just moving up and down with the small rectangle. Keeping score is just counting.

With Pong done, you can make Breakout. It's just a bunch of big rectangles that disappear when the small one touches them. 

You can make a shooter: press a button and a new small rectangle is generated and makes big rectangles disappear when they touch. 

You can honestly cover a lot of ground with a simple base and a bunch of counters. If you have something simple working then it will be easier to apply advice from a tutorial which often will just be telling you how to do the same thing more efficiently.
Reply
#12
Keeping things simple is what I like best! Appreciate your advice. Thank you!

J
May your journey be free of incident. Live long and prosper.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Tutorial Forum Section TerryRitchie 2 757 05-31-2024, 07:50 PM
Last Post: TerryRitchie
  Tutorial Lesson 5 Updated TerryRitchie 8 2,243 04-22-2024, 08:10 PM
Last Post: TerryRitchie
  Some Interesting Tutorial Stats TerryRitchie 13 2,507 01-10-2024, 07:32 PM
Last Post: Kernelpanic
  Chapter 20 Games Programming Terry's Tutorial bplus 3 915 06-29-2023, 08:12 PM
Last Post: TerryRitchie

Forum Jump:


Users browsing this thread: 1 Guest(s)