Search found 10 matches

by warnakey
November 11th, 2016, 2:36 pm
Forum: Everything
Topic: Second (Final?) Beta Test of XAudio2 Code Pack
Replies: 18
Views: 5582

Re: Second (Final?) Beta Test of XAudio2 Code Pack

Yo chili,

Just confirming the source built and played perfectly and the prebuilt ran and played perfect too. I'm on windows 10 with default settings. Doyng.
by warnakey
November 6th, 2016, 9:02 pm
Forum: Everything
Topic: Need VPN help if anybody knows
Replies: 2
Views: 1549

Re: Need VPN help if anybody knows

I don't want to sound too snarky here...but have you contacted Cisco about this issue? That seems like a logical 1st step to figure out what is wrong.
by warnakey
November 6th, 2016, 8:59 pm
Forum: Everything
Topic: Avoid the poo game
Replies: 2
Views: 1408

Avoid the poo game

Hi everyone, I made a small modification of the Poo Game where the object of the game is to avoid the Poo on the screen instead of eating it (because eating poo is gross). I increased the number of poos to 8, made some faster than others, and increased the size of the character to increase the diffi...
by warnakey
November 6th, 2016, 8:52 pm
Forum: Everything
Topic: Hi everyone! BrandonFromHR here
Replies: 14
Views: 4126

Re: Hi everyone! BrandonFromHR here

This is REALLY cool!

I love the way Hora and the other planets look. This is slick as hell. I'm excited to see it again once you started coding in the system for collecting valuables and upgrading the ship. Nice job!
by warnakey
November 3rd, 2016, 11:42 am
Forum: Everything
Topic: Planet Defence Space Shooter game
Replies: 7
Views: 2850

Re: Planet Defence Space Shooter game

Hey, I really loved the game and can tell you put real effort into it! There are some frustrating things about it though: - When I start a new level the ship stays where it was at the end of the previous level. So if I ended a level near the top of the screen I am almost guaranteed to die. - The upg...
by warnakey
October 30th, 2016, 10:46 pm
Forum: Everything
Topic: Lesson 1
Replies: 5
Views: 3131

Re: Lesson 1

Hey there,

That error usually happens when you run the program (F5) then try to rebuild the solution (F7) without closing the game executable.

You need to close the game every single time you build.

Let me know if that helps!
by warnakey
October 30th, 2016, 3:13 pm
Forum: Everything
Topic: Home Made Tetris
Replies: 8
Views: 3043

Re: Home Made Tetris

Hey Peregrin_Tuk,

Your Tetris game is really awesome! I was also curious about some of the extra art pieces in the build - Kill the aliens. Were you originally going to make this a Space Invaders type game, but then switched over to Tetris?

Awesome work.
by warnakey
October 29th, 2016, 9:16 pm
Forum: Everything
Topic: Best Hardware to follow along with ChiliTomatoNoodle Vids
Replies: 3
Views: 1641

Re: Best Hardware to follow along with ChiliTomatoNoodle Vi

I don't know what your budget is, but I just bought this laptop this morning: http://www.newegg.com/Product/Product.aspx?item=2WC-000M-000B2 It has an i7 with a 256GB SSD and 1TB HDD, and 16 GB of RAM. It also comes with a decent video card to play games on, if you're into that kind of thing. It's d...
by warnakey
October 26th, 2016, 6:59 am
Forum: Everything
Topic: Bug in homework for Beginner C++ Game Programming Tutorial 3
Replies: 6
Views: 2666

Re: Bug in homework for Beginner C++ Game Programming Tutori

Thanks chili.

Yep, it turns out my keyboard hates it when I press UP+LEFT+SPACE or DOWN+RIGHT+SPACE, but totally doesn't mind every other combination.

Weird, but now I know.
by warnakey
October 26th, 2016, 6:48 am
Forum: Everything
Topic: Bug in homework for Beginner C++ Game Programming Tutorial 3
Replies: 6
Views: 2666

Bug in homework for Beginner C++ Game Programming Tutorial 3

Hi there, I did the homework for lesson 3 (https://www.youtube.com/watch?v=xWLcp_yOpww) - probably horribly, but it works - and I noticed a weird error. I originally set my bool for changing the colors in the 9 positions to be controlled by pressing the space bar instead of the CTRL button, and the ...