Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi all! We have been experiencing an issue on site where threads have been missing the latest postings. The platform host Vanilla are working on this issue. A workaround that has been used by some is to navigate back from 1 to 10+ pages to re-sync the thread and this will then show the latest posts. Thanks, Mike.
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Handmade Hero - how to build a game from scratch

  • 08-01-2015 8:27pm
    #1
    Registered Users, Registered Users 2 Posts: 1,481 ✭✭✭


    Thought some people here might be interested in this. Casey Muratori (currently working on the Witness with Jonathan Blow) is doing a series of vidoes titled Handmade Hero, live on Twitch and archived on YouTube, which show him coding and narrating how to make a game entirely from scratch in C - starting with "what's a variable" and "how to compile a program" and taking it from there.

    He's a bit arrogant, goes on plenty of tangents, and I don't always agree with his views on various things, but it looks like a fantastic resource for anyone who wants to learn how to code in C (he seems to be sticking to C, not C++) and/or see an experienced game programmer's approach to coding an entire game.



Comments

  • Registered Users, Registered Users 2 Posts: 4,188 ✭✭✭pH


    I've been dipping into an out of this, the early win32 stuff is quite good for anyone interested in a basic rig up in c/c++ without using a lib. Other parts where he covers collision detection, minkowski sum/difference, vectors, matrix, ie the fundamentals are also good, and his live code editing in c with looped playback is nice.

    That said, "his code" and ideas that are going into the game are really not worth watching, whole episodes where he spends an hour debugging something don't do anythign for me, so recently if the title looks interesting I'll give it a watch.


Advertisement