Search found 18 matches

by Blood
January 21st, 2017, 2:28 pm
Forum: Everything
Topic: Snake Game Tutorial 14a
Replies: 69
Views: 60834

Re: Snake Game Tutorial 14a

Thanks for that (:

I'm a little more confused by the MoveBy function, though.
by Blood
January 21st, 2017, 3:26 am
Forum: Everything
Topic: Snake Game Tutorial 14a
Replies: 69
Views: 60834

Re: Snake Game Tutorial 14a

Thanks for that explanation (:
And yeah, I'm still a bit confused on how the movement of the segments occur.
You stated that they need to follow the proceeding segment in order, starting from the tail.
by Blood
January 19th, 2017, 10:39 am
Forum: Everything
Topic: Snake Game Tutorial 14a
Replies: 69
Views: 60834

Re: Snake Game Tutorial 14a

Yeah, I believe so. It's basically just using different functions to generate the individual pixels to form the rectangles, where the values of loc.x and loc.y would use some algorithmns to be translated into the start coordinates of where the rectangles should be drawn on the screen, and the dimens...
by Blood
January 19th, 2017, 12:36 am
Forum: Everything
Topic: Zombie Game
Replies: 4
Views: 2106

Re: Zombie Game

Glad you think so! I would have added a better background, but since I only know how to generate the PutPixel functions right now, it makes my game lag severely, so I'll just improve it in time. Thanks for the feedback :]
by Blood
January 18th, 2017, 6:56 am
Forum: Everything
Topic: Snake Game Tutorial 14a
Replies: 69
Views: 60834

Re: Snake Game Tutorial 14a

I understand the first portion of the tutorial, where you have to create the board class and all, but when you start mentioning delta_loc and create all those other functions, I'm lost again around 23:00 Sorry if that's not very specific, I'm just lost at that exact point and everything after that d...
by Blood
January 18th, 2017, 6:21 am
Forum: Everything
Topic: Zombie Game
Replies: 4
Views: 2106

Re: Zombie Game

Haha, it's super duper simple. There are some minor glitches which i haven't fixed yet, so sorry about that, but it was just so I could get better using what I learned so far. :D
by Blood
January 17th, 2017, 8:42 am
Forum: Everything
Topic: Tester needed
Replies: 16
Views: 5580

Re: Tester needed

I get this error when I try to run it :[

Assertion failed!


Program:...er\desktop\Defenders-master\x64\Debug\Direct3D.exe
File:c:\users\owner\desktop\defenders-mast...\direct3d_2d.cpp
Line 511:

Expression:hr==S_OK
by Blood
January 17th, 2017, 7:29 am
Forum: Everything
Topic: Zombie Game
Replies: 4
Views: 2106

Zombie Game

Made a small little game using what I learned from the beginner tutorial series 1-13 , including some sound effects I looked up on how to implement. Not that impressive, and it could have been written better, but practice makes perfect! Try it out! Let me know if it doesn't work o= And Thanks Chili ...
by Blood
January 15th, 2017, 11:47 pm
Forum: Everything
Topic: Snake Game Tutorial 14a
Replies: 69
Views: 60834

Re: Snake Game Tutorial 14a

Ah, thanks. Sorry, I didn't realize i posted that twice. I'll try it out (:
by Blood
January 14th, 2017, 6:56 pm
Forum: Everything
Topic: Snake Game Tutorial 14a
Replies: 69
Views: 60834

Re: Snake Game Tutorial 14a

I'm curious as to what you use to crop the exact image of the dude and poo objects. Do you think you can let me know? I'd appreciate it. Thanks again(: