WeSearch
Hub / Tags / Gamedev
TAG · #GAMEDEV

Gamedev coverage.

Every story in the WeSearch catalog tagged with #gamedev, chronological, with view counts. Subscribe to the per-tag RSS feed to follow this topic in your reader of choice.

29 stories tagged with #gamedev, in publish-time order across the WeSearch catalog. Tag pages update as new stories ingest.

⌘ RSS feed for this tag →   or   search "Gamedev"

RELATED TAGS
#ai9#webdev8#programming3#tooling3#gaming3#rust2#godot2#cpp2#javascript2#dnd2#productivity2#monogame2
HUGGING FACE - BLOG

Amazing Digital Dentures (a failed project)

A Blog post by Build Small Hackathon on Hugging Face…

39 views ·
#ai#gamedevelopment#productivity
DEV.TO (TOP)

I Let AI Teach Me a Language. It Failed in a Way I Didn't Expect.

Like a lot of developers, I got excited when AI tutors started appearing everywhere. The promise...…

10 views ·
#ai#languagelearning
DEV.TO (TOP)

Built free app for game design and worldbuilding

Hi! I want to share a project that I work for a while. It started from idea to get rid off manual...…

11 views ·
#opensource#tooling
DEV.TO (TOP)

Teaching a Computer to Play 4X: How the Annhexation AI Works

Building a believable computer opponent for a 4X strategy game is one of those problems that turns...…

11 views ·
#ai#strategy
DEV.TO (TOP)

Game Prototyping: How to Find the Fun Before You Build the Wrong Thing

Most studios do not fail because the idea was bad. They fail because they spent too long on the wrong...…

12 views ·
#gamedesign#indiedev
DEV.TO (TOP)

Game Economy Simulator: Why You Should Simulate Before You Ship

Every game designer has shipped something that looked balanced on paper and broke in production. The...…

14 views ·
#tooling#gamedesign
DEV.TO (TOP)

I coded an Air Hockey game where a local SLM hacks the DOM to cheat (and trash-talks you) 🤖🏓

Have you ever played a game where the AI realizes it's losing, gets angry, and literally inverts your...…

20 views ·
#gaming#ai#javascript
DEV.TO (TOP)

Building a Gaming Content Platform with Game Pages and News Articles

I recently built a project called Hot Game Hub — a gaming website that combines structured game pages...…

20 views ·
#webdev#programming
DEV.TO (TOP)

Casting Resurrection on a Dead D&D Table

The Roadtrip Boredom is optional nowadays. We are always pursuing some source of...…

12 views ·
#dnd#ai
R/LEARNPROGRAMMING

C++ gamedev

16 views ·
DEV.TO (TOP)

Content Pipeline in MonoGame: Why I Don't Use It

Introduction The Content Pipeline is the official way to handle assets in MonoGame....…

15 views ·
#monogame#csharp
DEV.TO (TOP)

Creating a Custom Grid Editor tool in Unreal Engine

Hello there, Dev community! I'm a beginner, relatively, in the Game Development / Programming...…

15 views ·
#unrealengine#cpp
DEV.TO (TOP)

How I Rebuilt an RPG Map Editor with Rust, React, and WASM

Replacing a map editor sounds like a frontend task. It is not. A browser-based RPG map editor lives...…

15 views ·
#webdev#rust#webassembly
DEV.TO (TOP)

How We Built Dynamic NPC Dialogue with LLMs — Lessons from Early Access

How We Built Dynamic NPC Dialogue with LLMs We're a small team at Vantage Digital Labs...…

10 views ·
#ai#npc
DEV.TO (TOP)

Beyond HTTP: Exposing WebRTC and Local Game Servers via UDP Tunnels

IT InstaTunnel Team Published by our engineering team Beyond HTTP: Exposing WebRTC and Local Game...…

18 views ·
#webdev#networking
DEV.TO (TOP)

Pause menus, asset deduplication, end-screen nodes (Devlog #2)

Hey again. I want to walk through where the canvas has gotten since then, because a lot of the work...…

16 views ·
#indiedev#development
DEV.TO (TOP)

Neo-VECTR's Rift Ascent

Rift Ascent Is Live Been building systems, tools, audio tech, AI infrastructure, and...…

11 views ·
#gaming#webdev#programming
DEV.TO (TOP)

MonoGame - A Game Engine for Those Who Love Reinventing the Wheel

Introduction When creating a new game, one of the very first questions is choosing...…

13 views ·
#monogame#csharp
REAL PYTHON

Quiz: Build a Tic-Tac-Toe Game With Python and Tkinter

Test your Tkinter skills by building a tic-tac-toe game with widgets, event handling, layouts, and the model-view-controller pattern in Python.…

11 views ·
#python#tkinter
DEV.TO (TOP)

Chess

html Hey everyone! 👋 I'm a student from India, and I've been spending my free time...…

13 views ·
#chess#ai
DEV.TO (TOP)

What Google Play's I/O 2026 Updates Look Like From a Solo Indie Puzzle Developer

This is a submission for the Google I/O Writing Challenge. I chose the Google...…

12 views ·
#google#indie
DEV.TO (TOP)

Virtualize Game Development with NVIDIA RTX PRO 6000 Blackwell Servers

The game development ecosystem is scaling at an unprecedented rate. Modern studio teams are...…

18 views ·
#virtualization#devops
DEV.TO (TOP)

I Tested Every Godot AI Plugin So You Don't Have To

There are 11 serious AI plugins for Godot in 2026. The official asset library has 8. Indie founders...…

14 views ·
#godot#ai
DEV.TO (TOP)

I Built a 1974 NASA Horror Survival Game Using AI — And It Actually Surprised Mw

50 crew members. 5 transmissions. Something else on the planet. Play It First ...…

13 views ·
#gaming#ai#survival
DEV.TO (TOP)

How I Built A Game to Help My Kids Learn

So, my kids' math teacher sent home a YouTube video on place values and ascending order. It was good,...…

12 views ·
#learning#education
DEV.TO (TOP)

I Needed a Faster Way to Make VTT Tokens for DnD, So I Built a Local-First Token Maker

I built a simple token maker for my DnD and VTT workflow Tags: dnd, webdev, gamedev, tooling Making...…

14 views ·
#dnd#tooling
DEV.TO (TOP)

How I built an anonymous daily leaderboard — and why it resets every night

Every competitive typing site has a leaderboard. Most of them are terrible. TypeRacer shows you an...…

14 views ·
#webdev#javascript
DEV.TO (TOP)

Building a 3D engine from scratch with C++ and Vulkan for web developers Part II: Rendering your first triangle

Where we left off In Part I, we set up the Vulkan infrastructure: instance, window,...…

17 views ·
#cpp#webdev
ASSETHOARD

Using Rust to parse Godot .tres files and walk the resource graph

How Asset Hoard parses Godot resource files, resolves cross-references, and reconstructs the res:// folder layout on drag-out so materials work the moment they land in your project…

11 views ·
#rust#godot