Thread: Pong...from scratch

  1. #16
    I am he who is the man! Stan100's Avatar
    Join Date
    Sep 2002
    Posts
    361
    Yeah you don't sound like you're looking anything up on your own at all. Try google, it works. The winprog HAS a tutorial on loading in a bitmap...hell the bitmap is a ball too. Just try reading a little before you ask, so that your question needs describing, not just pointing you back to your original reference.
    Stan The Man. Beatles fan

    When I was a child,
    I spoke as a child,
    I thought as a child,
    I reasoned as a child.
    When I became a man,
    I put childish ways behind me"
    (the holy bible, Paul, in his first letter to the Cor. 13:11)

  2. #17
    x4000 Ruski's Avatar
    Join Date
    Jun 2002
    Location
    Outer Space!
    Posts
    542
    Woah, I'm really proud of myself I made a pong game in 2 days using SDL, I'll post it later cause I have everything messed up and I have a question. How can I include .bmp and sound in my .exe file, so that nobody would be able to mess around with them?
    what does signature stand for?

  3. #18
    Dump Truck Internet valis's Avatar
    Join Date
    Jul 2005
    Posts
    357
    what you really want to do is write a device driver. For graphics techniques and lots of other great information I really suggest reading "Michael Abrash's Graphics Programming Black Book", it goes over a lot of old stuff (8080 optimization ) but in my opinion it's invaluable. Michael Abrash is an incredible programming who optimized quake, the book actually includes techniques used in quake's engine. Also search google for svga programming.
    Knowledge of x86 assembly would be useful (but not required), two great books are The Art of Assembly Language and Assembly Language for Intel-Based Computers. The Art of Assembly Language is HLA (high level assembly) which is actually compiled, not assembled, but still has vast amounts of information about x86 assembly (most 'functions' are actually x86 instructions).
    This is a useful site for windows device driver development http://www.chsw.com/ddk/
    Last edited by valis; 07-30-2005 at 11:29 PM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Cant get a PONG
    By x77 in forum Networking/Device Communication
    Replies: 7
    Last Post: 07-25-2007, 09:48 AM
  2. The Story Of Pong (my game cookie)
    By Jeremy G in forum A Brief History of Cprogramming.com
    Replies: 0
    Last Post: 05-16-2005, 11:14 PM
  3. pong
    By lambs4 in forum Game Programming
    Replies: 2
    Last Post: 06-02-2003, 04:00 PM
  4. Battle Pong
    By DOlson in forum Game Programming
    Replies: 13
    Last Post: 01-08-2003, 11:32 PM
  5. God pong -update
    By gamegod3001 in forum A Brief History of Cprogramming.com
    Replies: 3
    Last Post: 09-03-2001, 09:16 PM