Hello guys,
as a part of my learning process I'm rewriting my notes to a series of articles for my personal wiki. I'm also using them to implement a game, and I'm slowly covering only those topics that I need to continue (I'm starting with Movement and Collision Detection). Other motivation is to allow my friend, who is a novice and cannot yet comprehend the entire series, to have a simple reference to concepts we're going to use in our game.
The notes are similar to what Iker is doing with
his summary illustrations (really a great job there, kudos!). Mine is written in Markdown, and uses pseudo-code instead of math. Images are exported as SVG, so hopefully anyone with a vector editor can make changes to them. As I'm re-watching the videos, I'm also able to add links to enrich the context.
I'm now thinking whether it would be helpful for anyone else, so, please let me know.
Be careful, it's still hot, as I've just finished it, and need to be proof-readed, validated and tested.
Here's a first draft chapter. (The link is on a temporary address, until I get and approval from Casey).
My target is to have the articles convering the videos by topic and possibly show multiple variants (from simplest to Casey) so people have an option to cheat in case they are just quickly prototyping.
I would like to make it into a github-hosted wiki so anyone can colaborate (either by pull requests or by being a collaborator).
But before I do so, I'd like to have a go/no-go from Casey, of course.
Cheers,
Martin