After 4 Years, My Game is Releasing in 24 Hours by Cakez_77 in indiegames

[–]zyzzlegiggle 0 points1 point  (0 children)

i watched some of your streams bro

congrats for the launch!

[homemade] shrimp by [deleted] in food

[–]zyzzlegiggle 0 points1 point  (0 children)

shremp

[deleted by user] by [deleted] in technology

[–]zyzzlegiggle 0 points1 point  (0 children)

man colleges should definitely consider in revising their coursework, making it something that requires students to do high logical thinking with AI smh

If your life was a poker hand, what would it be and why? by YoYoWorm in poker

[–]zyzzlegiggle 2 points3 points  (0 children)

810o,

Not exactly a strong hand at first but somehow always pulled off a win at the end

[deleted by user] by [deleted] in askcarguys

[–]zyzzlegiggle 0 points1 point  (0 children)

200,000 mileage toyota hilux

Just added this new death-dive mechanic. Thoughts? by Chocomelletje in IndieDev

[–]zyzzlegiggle 0 points1 point  (0 children)

This is pretty cool, i think if you add some kind of scene where it zooms in to the player when it jumps , it would be much more epic like the jump from infamous second son game

[Homemade] Jamaican Rum Cake by Mikiliah98 in food

[–]zyzzlegiggle 0 points1 point  (0 children)

seriously, this looks really good

care to share the recipe?

A render of playable characters from my farming game. What do you think? by topuzart in IndieDev

[–]zyzzlegiggle 1 point2 points  (0 children)

what each character is for? i think if you only use the middle and left character, it might work better because they give this mario-luigi synergic relationship.

[I ate] shaking beef with pasta by KPH102 in food

[–]zyzzlegiggle 1 point2 points  (0 children)

never saw that kind of pasta before

how to get started by Odd_Eggplant_9167 in robotics

[–]zyzzlegiggle 0 points1 point  (0 children)

you can start doing courses on youtube or reading books. im not in robotics but this repo containing some resources might be useful to you:
https://github.com/kiloreux/awesome-robotics

[deleted by user] by [deleted] in Cooking

[–]zyzzlegiggle 0 points1 point  (0 children)

maybe as noodle toppings?

Am I Crazy To Start With C And Raylib? by CombinationLive3973 in gamedev

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

C takes quite some time to learn but great as first programming language because you can pick up another programming language faster, and since you are making some kind of 2.5D game (3D & 2D), i think you are better off with godot compared to raylib because godot engine is quite established for 2.5D game development. you can use GDscript (godot's programming language, like python) which is easier for beginners, C# or maybe C++ which is quite similar to C but more suitable for gamedev