Search found 4373 matches

by albinopapa
January 3rd, 2022, 7:12 pm
Forum: Everything
Topic: Is it just me?
Replies: 2
Views: 1912

Re: Is it just me?

I tested it out on a new thread, after pasting a link to an image, the thread immediate became corrupt. If you are unable to view my reply, I'm sad because it was quite lengthy lol, but yeah if you need to still get help please repost. I'll try again with the help without pasting any image links.
by albinopapa
January 3rd, 2022, 5:27 am
Forum: Everything
Topic: Is it just me?
Replies: 2
Views: 1912

Is it just me?

The past few times I've tried pasting an image to the forums, it seems to have corrupted the thread.
by albinopapa
January 3rd, 2022, 5:09 am
Forum: Everything
Topic: Should I use VStudio 19 or VStudio 22?
Replies: 5
Views: 2851

Re: Should I use VStudio 19 or VStudio 22?

I'm still using VS2019 for a while until bugs have been worked out of VS2022. To be transparent, I was using VS2017 up until about 3 months ago. I have been doing this since VS2010 and each time upgrading ( 2013, 2015, 2017, 2019 ) each one has had their quirks for the first few months. The most mem...
by albinopapa
January 3rd, 2022, 5:08 am
Forum: Everything
Topic: Common issues
Replies: 11
Views: 33843

Re: Common issues

It sounds like it's missing some of the macros telling Visual Studio where to find the Windows SDK files. You may need to reinstall Visual Studio making sure to have the correct options ( C++ Desktop development ) in the Visual Studio installer.
by albinopapa
December 21st, 2021, 8:47 am
Forum: Everything
Topic: IM STUCK [C++ BEGINNER]
Replies: 3
Views: 2500

Re: IM STUCK [C++ BEGINNER]

This problem is usually caused by invalid X and Y values in something you're drawing. It's a good idea to start with the debugger to see if you can figure out what went wrong. If you still can't find the issue, you can always post your project either a ZIP/RAR file here or a link to your project's G...
by albinopapa
December 21st, 2021, 8:47 am
Forum: Everything
Topic: [Snake Game]Sharing my Progress
Replies: 1
Views: 1937

Re: [Snake Game]Sharing my Progress

Nicely done. What did you do for importing the sprites?
by albinopapa
December 6th, 2021, 10:41 am
Forum: Everything
Topic: 5000 poops
Replies: 4
Views: 2195

Re: 5000 poops

If you're going to have Dude avoid Poo,
Give Dude Goal.
Reaching Goal increases Poo or increases Poo's speed.
Give points to player for reaching Goal.
Save score to disk, keep as sorted list of top 10
by albinopapa
December 5th, 2021, 4:52 pm
Forum: Everything
Topic: 5000 poops
Replies: 4
Views: 2195

Re: 5000 poops

That was my first step if I recall, the next step for me, outside of chili's tutorials, was calculating the distance between the dude and each poo, determine which one is closer and have the dude collect them automatically. Each time the dude collected one, do the calculation again and go to the clo...
by albinopapa
December 5th, 2021, 4:47 pm
Forum: Everything
Topic: 5000 poops
Replies: 4
Views: 2195

Re: 5000 poops

8-)
by albinopapa
November 17th, 2021, 3:08 am
Forum: Everything
Topic: Framework
Replies: 1
Views: 3592

Re: Framework

Have you checked Github?

https://github.com/planetchili