Results 1 to 9 of 9

Thread: Starting out!

  1. #1

    Thread Starter
    New Member
    Join Date
    Oct 2002
    Posts
    2

    Starting out!

    How long did it take YOU to master vb.net - and how many books did you read?

  2. #2
    Addicted Member Fat_N_Furry's Avatar
    Join Date
    Oct 2002
    Posts
    171
    I'm NOT a master...
    Eat long and prosper!
    If someone helps you, find someone you can help.
    If you still have time, click on the darn banner up there and help the forum!

  3. #3
    Hyperactive Member
    Join Date
    Feb 2002
    Posts
    261
    I read a VB6-VB.NET upgrade book (not for beginners).

    I wouldn't call myself a master, but I have made a Tetris-type game (all graphics are made with the 'Bitmap' and 'Graphics' objects). I made this game to help me learn VB.NET (its much easier to learn something if you practice what you read). However, I think I learned a lot more from the IDE's intellisense and MSDN documentation than from that book (intellisense is definately among the BEST things to ever happen to programming), but that book did give me a good start!

  4. #4
    Addicted Member Fat_N_Furry's Avatar
    Join Date
    Oct 2002
    Posts
    171
    Could you post that tetris game? I know my mom would love to play it. Is it as addicting as the real thing?


    Furry
    Eat long and prosper!
    If someone helps you, find someone you can help.
    If you still have time, click on the darn banner up there and help the forum!

  5. #5
    Hyperactive Member
    Join Date
    Feb 2002
    Posts
    261
    Originally posted by Fat_N_Furry
    Could you post that tetris game? I know my mom would love to play it. Is it as addicting as the real thing?


    Furry
    Its not done yet. Its playable; has 3 levels, a main menu system, customizable window sizes and controls, and a high-score table, but no sound, no good graphics (my artwork sux, but the graphics-rendering code seems to work fine) and still a couple of bugs! I'm trying to add animated line-disappearing, but somehow the keyboard events are preventing the animation from completing.

    I'll post it on www.planetsourcecode.com when I finnish it (its called BlockEm Extreme). However, lately i havn't had the time (studying for course-placement testing for college, and some software-progamming for the family business). This week, I should have more time than usual, maybe I'll use that time to work on it some more!

    Do you still want me to upload what I currently have? This is not only my first VB.NET application, but also my first game!
    Last edited by Hu Flung Dung; Oct 29th, 2002 at 07:29 PM.

  6. #6
    Frenzied Member DevGrp's Avatar
    Join Date
    Nov 2001
    Location
    Charlotte, NC
    Posts
    1,256
    Yes upload what you have. I think we are all eager to see what each other is doing with .NET .
    Dont gain the world and lose your soul

  7. #7
    Hyperactive Member
    Join Date
    Feb 2002
    Posts
    261
    Alright, here you are, but I'm not a very good coder.... yet! As I've said, its just my first game! I've tried to make it easily modifyable, but now its a bit more bloated than it needs to be.

    You'll have to re-compile the code, since i had to delete that stuff to keep everything under 100 k. Make sure the BMP's (I should have used JPG's instead) are in the same directory as the compiled exe.
    Attached Files Attached Files

  8. #8
    Frenzied Member DevGrp's Avatar
    Join Date
    Nov 2001
    Location
    Charlotte, NC
    Posts
    1,256
    I tried out the game and I must say that its really good. Its also fast. Good work.
    Dont gain the world and lose your soul

  9. #9
    Hyperactive Member
    Join Date
    Feb 2002
    Posts
    261
    Thanx!

    Maybe I will try to finnish it, and put it on planetsourcecode!

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