XNA Arcade Remix: Snake v2
Loading...
2,377
Loading...
Uploader Comments (fatso784)
see all
All Comments (10)
-
What kind of tutorials are on the net for a snake game in XNA?
-
@fatso784 Hehe yeah. I find that a lot too, but only when I don't design my classes very well. I've been programming in C++ for over 4 years and I find that it's quite necessary for most things to use a class for nearly everything. ESPECIALLY when you want to give your code out. For the games I write in XNA and C# I use an audiomanager class, sprite base class, player base class, enemy base class, a class for every type of enemy etc... It makes it very easy once the classes are built. :)
-
dayum... This is really good dude.
-
omg at the amount of code...
-
great update
Loading...
Umm... So I can't see really well but that looks like over 1000 lines in one file... No object orientation here? (Besides C#'s native oo)
TheBatchGuy 1 year ago
@TheBatchGuy uhhm yeah I used to be against OO Programming. :P I'm not now though, just cautious. There is a lot OO can do right, but oftentimes people overuse it and it just complicates things.
fatso784 1 year ago
thanks
fatso784 3 years ago