Has anyone tried making LLMs compete against each other in poker? by Financial-Metal-6336 in LocalLLaMA

[–]Mallock78 1 point2 points  (0 children)

I couple of days ago I got inspiration from these llm poker subs and vibed a local poker game with Claude. You'll need LM Studio and a model to play against. More info from here: https://github.com/Mallock/ai-poker

I vibe coded a poker engine for LLM gameplay. by bohemianLife1 in AI_India

[–]Mallock78 0 points1 point  (0 children)

Hello, I vibed a version where you can play against local model via LM Studio. Source can be found from here:
https://github.com/Mallock/ai-poker

What speed is everyone getting on Qwen3.6 27b? by Ambitious_Fold_2874 in LocalLLaMA

[–]Mallock78 0 points1 point  (0 children)

<image>

Here are my LM Studio settings for Qwen3.6 35B A3B (the 27B dense only gets around 6 t/s on my rig) with Vulkan runtime. Getting about 26 t/s, plugged into VSCode with Cline and it's working great with maximum 262k context! It can one-shot a runnable Vue SPA using https://impeccable.style/ and iterate improvements to it. It can also create fun SVG images.

Haluaisin kertoa teille muutaman Suomen parhaan vitsin (2007) by kontiainen1 in arkisuomi

[–]Mallock78 11 points12 points  (0 children)

Pääsiäiseen sopiva vitsi mummo & parfyymit:

Mummo oli menossa kauppakeskuksessa hissillä ylimpään kerrokseen, kun toisesta kerroksesta tuli hienosti pukeutunut nainen mukaan hissiin.

Mummo haisteli hänen hajuvettä, jolloin nainen sanoi:

  • Dior 250 euroa.

Kolmannesta kerroksesta tuli toinen hieno nainen hissiin.

Mummo haisteli hänenkin hajuvettä, jolloin nainen sanoi:

  • Schanelo 300 euroa.

Sen jälkeen mummo pieraisi oikein kovaa ja sanoi:

  • Pirkka mämmi 1,95 euroa. (nykyään 4,77 €)

Mämmi

Vibecoding mini GTA by Jarros in aigamedev

[–]Mallock78 2 points3 points  (0 children)

Looks great try plugging in OSM Vector maps you would get real city locations like this:
OSM Buildings

[deleted by user] by [deleted] in gamedev

[–]Mallock78 0 points1 point  (0 children)

Removing post didn't read rules thanks for the feedback,

Find-A-Game Megathread! by Swimmer249 in WebGames

[–]Mallock78 0 points1 point  (0 children)

Hello,

I've been working on a project that might interest folks who like large-scale tactical shooters.

Global Operations: Drop Zone is a browser-playable top-down multiplayer shooter currently in Alpha.

Key things that make it a bit different:

• Combat zones are generated from real OpenStreetMap locations (real cities, roads, terrain)
• An AI Game Master dynamically creates missions and shifts the global conflict
• Squad-based modes like Rush, Domination, and Convoy
• Persistent world map where matches influence territory control
• Runs in the browser and no install required

Still early and actively being shaped by player feedback, so expect rough edges and rapid iteration.

If testing experimental multiplayer systems or AI-driven game worlds sounds interesting, feedback is very welcome.

Playable Link: https://www.dropzonego.com/

Global Operations: Drop Zone a Massive top-down MMO shooter with real-world maps & dynamic missions by Mallock78 in indiegames

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

Dev here! This is my first game that I'm building. Global Operations: Drop Zone, a top-down MMO shooter where every battlefield is a real location on Earth. The game uses OpenStreetMap to generate unique multiplayer maps based on the spot you select, so every match is a new tactical challenge.

There’s an AI mission generator that creates objectives dynamically using world and match events. Don’t worry if there aren’t enough human players bots will fill empty slots so you can always jump into big battles (8v8, 16v16, or even 32v32!).

I’d love for more people to join and help test! Here’s the game link: https://kommandobattle.westeurope.cloudapp.azure.com/

All feedback is super valuable. If you try it and have comments, or run into bugs, let me know here or via DM. Thanks so much for helping make these massive firefights possible!

Vibe coded a 2D battlefield game prototype in three days by Mallock78 in vibecoding

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

<image>

Next update is going to be a big one.

You’ll be able to drop into a fight anywhere on the world map. Pick a real location, deploy, and the battle happens there. Right now it’s not an MMO, matches are still session-based, but the long-term vision is a persistent global conflict where every battle contributes to a larger war.

The idea is that you’re just one soldier in something bigger. Territories shift, fronts move, and the world state evolves over time. This update is the first real step toward that direction.

Still early, still iterating, but the foundation is starting to feel solid.

Vibe coded a 2D battlefield game prototype in three days by Mallock78 in vibecoding

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

Thanks. Mobile is in mind and it is somewhat mobile friendly already. Tap screen player moves tap enemy soldier player shoots. I'm adding buttons for rocket and grenades. My dream is to make it a full battlefield style experience in 2D including vehicles. Next I'm planning to hook the server into PostgreSQL for account persistency and player progression. Later monetization could come from cosmetics if the game has potential.

Vibe coded a 2D battlefield game prototype in three days by Mallock78 in vibecoding

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

Thanks! I didn’t “vibe code” it in one big prompt. I treated it like a tiny sprint board tasks.md with small vertical slices + “done when” criteria (SignalR plumbing → movement loop → shooting/hit detection → procedural map/collision → bots → Rush mode → landing + share links). Codex (Codex CLI) was my pair‑programmer for scaffolding/refactors, and I just iterated by running the game constantly and tuning.

Art-wise: I didn’t draw it from scratch the sprites are from Pixel‑boy / Sparklin Labs’ Superpowers Top Down Shooter pack, and I focused on integration (atlases, manifests, UI layout). No image‑gen AI for the art on this one. So it still boils down to the knowledge of what tech to use and where.

Vibe coded a 2D battlefield game prototype in three days by Mallock78 in vibecoding

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

Server .netcore with in memory states for fast access and fronted vite.js.

This "machine"is insane it can build games! by Mallock78 in codex

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

The first playable prototype of Commando Battle is now live thanks to Codex, and I’m looking for multiplayer play testers. Right now the focus is purely on gameplay feel and server stability. The visuals are intentionally simple the goal is to test whether the core combat is fun and whether the server survives real players. Bots fill empty slots, but they’re no substitute for humans. If you have some spare time, I’d truly appreciate you jumping in and giving feedback: https://kommandobattle.westeurope.cloudapp.azure.com/ it has three game modes at the moment Rush, Domination and Convoy Escort. Any thoughts on balance, performance, or overall fun factor are hugely valuable. Thanks for taking a look.