Results 1 to 2 of 2

Thread: 2D Game (With GDI+) - VB.NET

  1. #1

    Thread Starter
    Frenzied Member Icyculyr's Avatar
    Join Date
    Aug 2007
    Location
    Australia
    Posts
    1,934

    2D Game (With GDI+) - VB.NET

    I felt like experimenting with GDI+ a while ago,

    (The game involves moving yourself around with the arrow keys... nothing else lol, but the map and movement is cool)

    EDIT: You must delete the exit button on the form, as it takes focus from the form and the arrow keys don't work

    I made a 2D game, that has a fairly smooth movement (timer based), it moves in grids, and the grid (map) is a two dimensional integer array, which refer to a hatched brush (tiles)

    Making this helped me a lot, and it might hopefully help others too.
    (I'd appreciate any comments)

    Cheers
    Icyculyr
    Attached Files Attached Files
    Last edited by Icyculyr; Apr 16th, 2008 at 07:39 PM.

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: 2D Game (With GDI+) - VB.NET

    Moved To Games Programming CodeBank Section

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width