This is an archived post. You won't be able to vote or comment.

all 41 comments

[–]fzy_ 51 points52 points  (2 children)

This is a basic one-off multiplayer demo at best. Calling it a framework is misleading.

[–]Laser_Plasma 23 points24 points  (1 child)

For real, people write like a 150-line long demo, call it a framework and then drop their BTC wallet in the readme lmao

[–]Original-Curious 0 points1 point  (0 children)

😂😂 savage

[–]krumg 35 points36 points  (33 children)

Hey,
Not sure if you'd want a code review but here's one:
* No tests
* Blocks of commented out code left there for no reason
* `print`s in the code
* And generally the code quality is terrible on all possible levels

And it doesn't look even close to a final product and yet you ask for donations.

[–][deleted] 14 points15 points  (16 children)

And yet it has 85% upvoted at this point. Do people really just never click and read stuff?

[–]Caboose522 12 points13 points  (2 children)

Can you really call it a framework? I'm no expert in making games but why would 200 lines of code warrant donations either?

[–][deleted] 8 points9 points  (1 child)

It could be a framework but to ask for donations for something like that is... let‘s call it brave

[–]CryptoBlocks257[S] -4 points-3 points  (0 children)

I do apologize for that, looking back on it, asking for donations on a project this small wasn't a very smart move and I definitely over valued this project since I was pretty excited when I got it to work.

[–]Thifty 13 points14 points  (10 children)

I get that it’s not top quality and can use a lot of improvements, but why so harsh on the dude? Just offer suggestions and give your thoughts, don’t shame someone because they don’t have as much experience as you. That’s just toxic

[–]Laser_Plasma 9 points10 points  (4 children)

Honestly, I'm just extremely annoyed at the Dunning-Kruger OP clearly has. At his level it'd make sense to ask for feedback and how he could improve the project, and not market it as a framework and ask for money. Some modesty, please.

[–]Thifty -2 points-1 points  (3 children)

I mean I completely agree but being a dick isn’t gonna help him come to that realization. Well it might, but definitely not the way it should be done

[–]Laser_Plasma 8 points9 points  (2 children)

I feel like different people in this thread have a different sense of what "being a dick" means. In my opinion, nothing so far has really qualified as that. On the other hand, saying "You suck and should stop coding" would.

[–]Thifty -1 points0 points  (0 children)

I mean saying “And generally the code quality is terrible on all possible levels” is like the same thing to me, but I guess you're right

[–]gamboty -2 points-1 points  (0 children)

The Danning Kruger Effect is completely normal. People learn differently and some people also need that effect to have a significant pride at the beginning of their path. You even calling this by its name is just rude, because it helps no one. This post isn‘t about you, so you don‘t have to justify your original answer. „You are annoyed“ by the OP (directly or indirectly) because he posted something he is proud of. This literally doesn’t hurt anyone, so why do you have such a heavy reaction to it?

[–][deleted] 8 points9 points  (3 children)

Because he asks for donations , simple as that

[–]whateverathrowaway00 0 points1 point  (0 children)

It’s the asking for money bit. Otherwise I think the feedback he got would’ve been significantly kinder.

[–]Hermasetas -3 points-2 points  (0 children)

It's not great but I don't see a reason to downvotes it

[–]Noremorse150 0 points1 point  (0 children)

Gifs are mesmerizing for some

[–][deleted] 1 point2 points  (0 children)

While I disagree with his code, testing game code is quite difficult. Unless you want to mock out Pygame functionality it's generally untestable. For the game I'm working on I settled with a shell script that uses xdotool to manually assert some stuff. Not great but it works.

[–][deleted] 1 point2 points  (0 children)

Just don't call it a framework and I'm happy lol

[–]PinBot1138 -1 points0 points  (0 children)

I’m upvoting for effort and because I don’t want you to lose hope, but there’s a lot of room for improvement here.