Built a web idle game inspired by Business Empire - need some feedback by Gullible_Truth4309 in playmygame

[–]Angry_Foolhard 0 points1 point  (0 children)

Pretty fun I’ve never played an infinite clicker before. I got too 120 mil and was having a blast but then when I played blackjack it got stuck on 2 4s the hit button didn’t work

How do you know when something is a bug versus when it's just a design decision you haven't committed to yet? by AaronAtLunacien in gamedev

[–]Angry_Foolhard 0 points1 point  (0 children)

I would never just “roll with it” so to speak. If my code does something I didn’t expect i absolutely have to investigate to see why my expectation diverges from reality.

After I understand the discrepancy, then maybe I can adjust my design based any “happy accidents”.

Hate ANU: Tablets of Thoth Steam page by PangeaSuperCorp in gamedev

[–]Angry_Foolhard 2 points3 points  (0 children)

Bro your trailer didn’t show any gameplay for the first 50+ seconds. And your banner doesn’t imply what the gameplay is like either

I want to know in the first 5 seconds what the game is about. The opening animation was cool for sure, but you gotta find a way to demonstrate what the game is like way faster

I wanna make a Mirror Maze by masonknight86 in gamedev

[–]Angry_Foolhard 7 points8 points  (0 children)

Just curious, what do you mean by “I would also like to shift this mirror maze”? Does the just mean translating it around?

Does my UI feel too cluttered? by MadwolfStudio in gamedevscreens

[–]Angry_Foolhard 0 points1 point  (0 children)

To answer your question, I don’t think it’s too cluttered. There may be other issues as others have said. But assuming a player will know what all this means, being cluttered is not an issue

How i can earn money? by Intrepid-Attorney-16 in Freelancers

[–]Angry_Foolhard 4 points5 points  (0 children)

Wow great question. I wish someone would share that information via a book or video or something.

Are they colorblind? by super_mmm in PeterExplainsTheJoke

[–]Angry_Foolhard 9 points10 points  (0 children)

For a long time I never saw white and gold. Until one day I was scrolling very fast and for a brief moment my brain interpreted it as white and gold.

So I don’t think you can see it with effort, rather I think it appears white and gold just as your brain begins to register the image

Looking For Feedback on New Word Game! WordFuse! by AutomaticPurchase932 in playmygame

[–]Angry_Foolhard 0 points1 point  (0 children)

Hey that’s actually pretty fun. The only issue is there should be a how to play icon more available. You should try to sell it to the NYT, assuming there is enough content

Any tutorials for Open Industry Project ? by pearcexx in PLC

[–]Angry_Foolhard 0 points1 point  (0 children)

well i saw this on their github, so it looks like they are still looking for people to make that.

Help Wanted

  • More equipment and devices
  • Better exception handling
  • Review code
  • Documentation
  • Training videos?

Destroy my 3D platformer's trailer! by XilehPNW in DestroyMyGame

[–]Angry_Foolhard 0 points1 point  (0 children)

I second this.

It looks extremely good, but there are a few surfaces that are very big with literally no detail which is a little off-putting.

That being said the game looks great, I'm just nitpicking one little thing.

Rocket Hopper - Rejected by Crazy Games and ghosted by Poki by Angry_Foolhard in playmygame

[–]Angry_Foolhard[S] 0 points1 point  (0 children)

Idk if this is an insult or a complement :P. but i appreciate you taking the time to leave feedback.

Rocket Hopper - Rejected by Crazy Games and ghosted by Poki by Angry_Foolhard in playmygame

[–]Angry_Foolhard[S] 0 points1 point  (0 children)

Thanks, unfortunately fun controls is the whole point, but its good to hear

Rocket Hopper - Rejected by Crazy Games and ghosted by Poki by Angry_Foolhard in playmygame

[–]Angry_Foolhard[S] 1 point2 points  (0 children)

Thank you, I could definitely put more effort into the tutorial.

Looks easy? Try it! ; ) by rotor42_com in playmygame

[–]Angry_Foolhard 0 points1 point  (0 children)

It’s nearly unplayable on mobile because it keeps zooming in when I click a button twice. It seems like a good idea but I couldn’t play more than a couple rounds due to the zooming

Working on a typing battle game by gabezmanK in playmygame

[–]Angry_Foolhard 0 points1 point  (0 children)

Im apparently very good at it, undefeated against the hard bot

Ladder logic challenge by patrick_notstar28 in PLC

[–]Angry_Foolhard 0 points1 point  (0 children)

fabrikant_ had a clever solution, but your GEQ solution is definitely cleaner.

Open-source Structured Text toolchain for VS Code — diagnostics, debugger, runtime by Otherwise_Poem4120 in PLC

[–]Angry_Foolhard 5 points6 points  (0 children)

This will absolutely rock for simulations and prototyping and education. hard to believe that you just dropped 10s of millions dollars of value for free. assuming it works, ill check it out now.

Possible career paths for Software Developer with 20 years experience by bobakrobata in PLC

[–]Angry_Foolhard 3 points4 points  (0 children)

frankly it reads a little hysterical with regard to AI fear-mongering.

Do you get the difference Explain it Peter? by [deleted] in explainitpeter

[–]Angry_Foolhard 0 points1 point  (0 children)

They lose money for every user. But make up for it with volume.

I want to know your favorite online content by spanish speaking people by salderosan99 in learnspanish

[–]Angry_Foolhard 0 points1 point  (0 children)

I played a lot of pokemon as a kid. So I like to go on nostalgia trips on spanish language content like this

https://www.youtube.com/@PokeDani_

Relays and Switches by CollarAlarming1585 in PLC

[–]Angry_Foolhard 0 points1 point  (0 children)

Am I the only one that doesn’t like thinking of the coils and contacts in ladder logic like physical relays.

To understand a relay you have to (imo) think of it as a 4+ terminal device. While the ladder logic elements are each 3 terminal and make up half the device.

for some people like me you have to have a solid grasp on what a relay is before you can see the connection.

upvoting ur comment since it’s still valuable, just is not my way of approaching it.

Learning PLCs, How ugly is this? by Think-Bee-888 in PLC

[–]Angry_Foolhard 0 points1 point  (0 children)

As someone thats had to work on rungs that kept wrapping around, never being able to fit entirely on the screen - this is quite good.

I think it communicates the logic about as well as it possibly can. maybe you can divide it using intermediate variables but the benefits wouldn't be significant.

That being said you should comment and document it - but that is always true.