Search found 432 matches

by Pindrought
January 4th, 2018, 8:35 pm
Forum: Everything
Topic: My first game using Chili Framework
Replies: 31
Views: 15813

Re: My first game using Chili Framework

Natories wrote:Thanks, this seemed like so long ago!
I'm still coding, following the lessons and reading post!
It might be a while before I can post anything new.
Fun game good use of the framework to make it look good while still being simple graphics
by Pindrought
July 24th, 2017, 9:56 am
Forum: Everything
Topic: Simple Tower Defense Prototype
Replies: 6
Views: 3021

Re: Simple Tower Defense Prototype

Crashed when I ran it. :(

Could you upload an exe with the assets in a zip?
by Pindrought
July 4th, 2017, 10:03 pm
Forum: Everything
Topic: So four years later...
Replies: 9
Views: 3653

Re: So four years later...

Thanks for sharing.

I had some interesting results.

https://i.gyazo.com/7bfa3ac763996ecb613 ... 7e9c90.mp4
by Pindrought
July 3rd, 2017, 6:27 am
Forum: Everything
Topic: A math question
Replies: 10
Views: 4329

Re: A math question

smaller imo

ETA: I know people will say sqart(infinity) = infinity which is true, but just saying theoretically infinity>1 and the square root of any number > 1 is less than the starting number.
by Pindrought
June 10th, 2017, 5:47 pm
Forum: Everything
Topic: Check out my ARKANOID
Replies: 13
Views: 5406

Re: Check out my ARKANOID

Great job this looks very polished and looks like you put a lot of work into it.
by Pindrought
May 14th, 2017, 4:59 am
Forum: Everything
Topic: 4k Monitor Woes [Need Help]
Replies: 2
Views: 1272

Re: 4k Monitor Woes [Need Help]

Found the issue. If anyone else ran into this issue, I had to change my Theme to Windows 7 Theme.

Thanks for the suggestion though, Albinopapa!
by Pindrought
May 14th, 2017, 4:34 am
Forum: Everything
Topic: 4k Monitor Woes [Need Help]
Replies: 2
Views: 1272

4k Monitor Woes [Need Help]

So recently I got a 4k Monitor and it ended up having some issues so i'm back on my previous monitor with 1920x1080 resolution. Here is an example of the text size I am seeing vs what I should be seeing (the proper size pic taken from another pc) http://i.imgur.com/PZmO4KG.png Anyone know what is go...
by Pindrought
May 11th, 2017, 11:32 pm
Forum: Everything
Topic: Whats going on?
Replies: 2
Views: 1441

Re: Whats going on?

Mostly been working.

In my free time been working on nonblocking server/client crap for some future tuts.
by Pindrought
May 6th, 2017, 6:07 pm
Forum: Everything
Topic: Stuck on balls bouncing off walls
Replies: 11
Views: 4958

Re: Stuck on balls bouncing off walls

I've been working through the tutorials and for the last week on the Fart-Annoyed game. I got stuck on the part where we teach the ball to bounce off the walls. I haven't attached code yet because after I cleaned and zipped it, the folder was still 119 mb, I was afraid of clogging the website with ...
by Pindrought
April 24th, 2017, 5:29 pm
Forum: Everything
Topic: C++ Winsock Networking Tutorials [04-24-2017]
Replies: 105
Views: 48689

Re: C++ Winsock Networking Tutorials [04-24-2017]

Upload tutorial 4 to cover partial sends/recvs for nonblocking client/server.
*Doesn't include sending on server since server is not sending data right now, but will be addresses when we properly implement how we're going to be handling sending packets that are not the same 4 bytes*