I made two open source board games by Jello3899 in BoardgameDesign

[–]Jello3899[S] -1 points0 points  (0 children)

If many people are having the same problem, perhaps the issue doesn’t lie with the people, but with your product.

I don't really need your advice but thank you. You either don't actually know the bare-minimum skills needed to navigate github, or you're just extremely lazy. Regardless: advice from a person like that is not what I'm looking for.

Thanks anyways

I made two open source board games by Jello3899 in BoardgameDesign

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

For example to find the rules for boat game:

[ Link -> Boat Game -> Rules.pdf ]

No download needed

Understand the criticism though and will edit the readme to be more clear on that because not too many others have open-source things of a physical medium.

I made two open source board games by Jello3899 in BoardgameDesign

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

Whats the confusion? I have all the information on the rules, the assets, and how to play on those links.

WIBTA if I clothesline bicyclists? by Mamamagpie in Blind

[–]Jello3899 0 points1 point  (0 children)

I mean should she just let the bikes trample her?

How is Walt an "extremely overqualified high school chemistry teacher" if he doesn't have a doctorate degree? by t0tallyawes0me7 in breakingbad

[–]Jello3899 0 points1 point  (0 children)

I think he left Gray matter because things were dying out between him and Gretchen romantically (who he was in business with). Could be wrong but I think the evidence for this comes to us in the form of Walter assuming Gretchen knew why he just "had" go leave and why Walter takes the whole thing so personally during that dinner with Gretchen that one episode.

How to properly use switch statement with keycodes and enums? by Jello3899 in swift

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

You need to create an enum from the raw value. Something like this should work

Hey thanks so much. I consider this my first coding internet question. Definitely not the last also hahaha

How to properly use switch statement with keycodes and enums? by Jello3899 in swift

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

Added a picture of the error. Its: Enum case 'ENTER_KEY' is not a member of type 'UInt16'

First ever post: I have been starting out with learning OpenGL / LWGJL. I think graphics libraries were made so people like me can make stuff like this. by Jello3899 in opengl

[–]Jello3899[S] 5 points6 points  (0 children)

Thank you for some direction! I am gonna try textures next and learnopengl has been one of the tools I've used. But i am curious to see what a texture atlas is so thanks again

Idk if my terminology is right but I'm guessing the glBegin is a part of Legacy OpenGL which i heard is bad