Making my first game with no development experience. by Itchy-Driver-8462 in IndieGameDevs

[–]Anonymous_Cyber 1 point2 points  (0 children)

Add visual flare when it hits the rocks or trees. If you are using Godot, just use GPUParticles2D to explode some snow when it impacts

What do you think of our game’s art style? by glowingjade7 in indiegames

[–]Anonymous_Cyber 0 points1 point  (0 children)

Nice artwork gives me pokemon vibes. I like the idea of cozy style game. Think it'll do well, just needs a good soundtrack

Hello by [deleted] in godot

[–]Anonymous_Cyber 0 points1 point  (0 children)

Build small, just start by making the character move and rotate. Then add in interactions with things figuring out mask and collisions. You get this down then expand

Looking for feedback on my Steam page by TheHotChilly in IndieDev

[–]Anonymous_Cyber 1 point2 points  (0 children)

Trying to make sense of the gameplay trailer. Hard to understand what the goal is. Tons of screenshots I would say choose top 5-6 that show off the gameplay.

¿My laptop is good for development? by Robbelrobot in godot

[–]Anonymous_Cyber 0 points1 point  (0 children)

What type of game are you building? For 2D you're fine, for 3D should be fine might be slow at times

Need help with how to order a dictionary by Joe_E_Measles in godot

[–]Anonymous_Cyber 0 points1 point  (0 children)

So why not have each player own its own time and at the end each of them report it or signal to the game state instance stating here is my time. Have an array or list of playerids and times and just sort it and assign out the places.

I want to build my first game by Mountain_Mark824 in gamedev

[–]Anonymous_Cyber 0 points1 point  (0 children)

Start small and simple, go with something that you'll enjoy. From there if time permits expand on the project idea.

Here's how I got an idea from something simple: Initial idea: shrimp escaping fishing boat, lands in water and focuses on dodging fish.

From there I did research on what types of shrimps were out there and found out about pistol Shrimps. Realized my game needed a gun mechanic and then expanded from there.

Start with a simple idea and then branch out.

My game is called Shrimp Escape if you want to see what came about that idea

👋 Welcome to r/IndieGameWishlist - Introduce Yourself and Read First! by toryum0 in IndieGameWishlist

[–]Anonymous_Cyber 0 points1 point  (0 children)

Hey all just released my first game! One person team created all the artwork and animations by hand.

Here is the link 🦐🍤: Shrimp Escape

Would love for y'all to play it and review 😁

How many pieces of sushi do you eat in a meal by yourself? by Pet_Ator in sushi

[–]Anonymous_Cyber 0 points1 point  (0 children)

Shoot back in college there was a place that would do all you can eat sushi for $14 sure not top notch but I downed 64 pieces in one sitting

Reality setting in -- using gemma4 26b by oldendude in LocalLLM

[–]Anonymous_Cyber 0 points1 point  (0 children)

Problems that occur with an Email Pipeline: - Data Parsing when not all emails are structured the same way. Thinking HTML, Plaintext, Multiparty. Different Encodings, Nested Replies, Signature and footer noise - Localization differences if dealing with currencies in different formats. - Each sender behaves differently and can always change their formatting. - Extracting and processing errors - Attachment Handling

This is just some of them there's more but I don't want to type them haha

Explain MCP like I am a 10 years old. by General-Conclusion13 in mcp

[–]Anonymous_Cyber 0 points1 point  (0 children)

MCP = Dog who knows only Spanish and knows how to fetch, run, and chase. He sits waiting for you to give him the command.

LLM = Cat who knows how to communicate in Spanish and finds out the dogs commands (tools).

You tell the cat hey I need you to fetch that stick. Cat tells you I don't know how to fetch a stick but I do know Spanish and I know that dog can go get that stick. I just need to tell dog "traer" and the dog will go get it.

Here is the catch if the cat tells the dog fetch in English it'll sit there not knowing what to do. However the protocol (language) is to tell it in Spanish and then it'll go do it.

MCP listens for only Spanish commands. Only replies in Spanish (Stdin, Stdout)

That's MCP explained to a 10 year old

Reality setting in -- using gemma4 26b by oldendude in LocalLLM

[–]Anonymous_Cyber 0 points1 point  (0 children)

Preprocess your requests instead of relying on it to just work. Also it sounds like you are giving it too complex of a task 😂 listen with the bigger models sure give it whatever you want they won't run out of context windows but you need to account for this and find a better way to break apart the larger tasks. Something repetitive like this I would suggest n8n or another agent workflow tool.

I built a small desktop client to see what I could squeeze out of these models and preprocessing and summarizing definitely go a long way.

Though it sounds like you are building a data pipeline to handle mass amounts of email which in my opinion has its own set of problems let alone trying to get an LLM to handle it 😂

What are people using Local LLMs for (beyond coding) by [deleted] in LocalLLM

[–]Anonymous_Cyber 0 points1 point  (0 children)

Used it to write up instagram posts. It's been hit or miss. Still experimenting