I think Casey puts LOTS of comments in the stream, and he uses also very long and descriptive nam…
I like to make a bad analogy.
Messy code is actually caused by three things:
1. The passion of …
DaleKim
Personally, I think you're not giving enough credit to Casey and other programmers like …
I'm not very familiar with memory management in ObjectiveC, but in C# there is no way such code w…
mmozeiko GC never deletes variables that you use. It only frees memory from variables that are no…
Some people mentioned they thought the code was messy. Casey addressed that on the stream of day …
DaleKim I used to think C++ was a very nice language. That changed when I tried to make a game.
…
Ah good call, I completely forgot about the readfile functions. It was referring to __FILE__ in h…
I think at one point in GameUpdateAndRender fucntion Casey was reading (for debugging purposes) h…
Hey all,
I managed to follow pretty much everything Cory demonstrated in the live code editing v…
How could hundreds of us didn't notice that ?
I doubt it, but we'll see.
It's still early days, we've only just defined a vector in the 46th h…
I am interested. What do you suggest?
Ferran —
Hello, I'm still catching up with the series.
I was wondering if Casey has stated if he will be …
Comment removed by moderator for sexist language.
Ferran —
In Casey's desktop background you can read "Home for limbless children"
It didn't click for me u…
Ideas, and algorithms can be patented.
Ideas can't be patented. Only a concrete representation o…
Or if you want to wield google's search power, this is a query that will limit results to this fo…
I can't find any evidence to say A* is patented.
> How can you publicize your idea, so that i…
Not sure how you got first warning - but that is related how you set up project to compile 32-bit…
theo1995 now that i have the source code,I would like to run the game. I have dev c++
and visual …
Hi,
I just found out about this project, rushing through the vids to catch up, but only on day …
In "GameUpdateAndRender" (handmade.cpp) the movement, physics and collision code is inside a for …
Yes, you can use DirectSound to get microphone input. You can get this input by using IDirectSoun…
I've decided to try jumping ship and code something entirely new based on Casey's code.
Currentl…
Who's going to be looking at your source code? it should probably be closed source anyway. So you…
Ah! That is simple to see why.
And I realized I had two nested
1
2
3if(WindowHandle){
...…
Awesome!! I will add it to the Coding Resources page.
- Casey
I've now added some horrendous input code (swipe in the direction with two fingers to go that way…