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)
    3,036 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,290 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…
  • 6,788 views
    Advertisement

    Popular Blogs

    shawnhar
    Generalist
    101 Entries
    14 Followers
    klg71
    Generalist
    57 Entries
    2 Followers
    ApochPiQ
    Generalist
    628 Entries
    45 Followers
    15 Entries
    14 Followers
    johnhattan
    Programmer
    1,277 Entries
    50 Followers
    Advertisement
    Advertisement