🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

Short rules for beginners in game dev

Profile
Oklahoma, US
11 comments
3 entries
Advertisement
Alpha_ProgDes
October 17, 2017
Expectations for all your code, always

Part 1

  • It needs to work. And by work I mean execute without crashing.
  • It needs to do what you expect it to do.
  • It needs to have code you can actually read and debug.
  • Part 2

    • No Syntax Errors
    • No Warnings (from the compiler)
    • It has tests (yes, even asserts)
    2,752 views
    Alpha_ProgDes
    October 17, 2017
    Shorter rules for any developer.
  • Work on getting your code to work
  • Then work on understanding why your code works in the first place
  • Then work on getting the code to be better
  • Then work on understanding why your code is better in the second place
  • GOTO 1.
  • 2,008 views
    Alpha_ProgDes
    January 12, 2016
    The 10 Suggestions.

    I think for anyone beginning to learn to game dev, you should heed the following Suggestions.

  • I don't care how you do it; just do it.
  • Your language doesn't matter. Your platform doesn't matter.
  • Nothing. Truly NOTHING. Is better or best for game dev.
  • You will struggle. You…
  • 5,879 views
    Advertisement

    Popular Blogs

    shawnhar
    Generalist
    101 Entries
    12 Followers
    15 Entries
    12 Followers
    johnhattan
    Programmer
    1,277 Entries
    48 Followers
    ApochPiQ
    Generalist
    628 Entries
    43 Followers
    dgreen02
    Generalist
    338 Entries
    55 Followers
    Advertisement