Logo
Login
Tech Posts 31189
100daysofcode 100daysofdevops 100pay 10mistakes 10yearworkanniversary 11 11labs 11tly 11ty 127001

Dev Blog A constructive and inclusive blog for software developers. With you every step of your journey.

Built with modern PHP and MySQL. Open source software that powers developer blogs and other inclusive communities.

Made with love and PHP. Dev Blog © 2024.

Porting a PHP Based Web Game to Mobile Part 2

Porting a PHP Based Web Game to Mobile Part 2
First things first; we've got a case of inverted map syndrome. When parsing the game.php response for this map: We get the following output: Here, green refers to terrain, grey to buildings and red ...
10.04.2025 0 Read More

Beyond Spaghetti Code: Mastering Game Design Patterns

Beyond Spaghetti Code: Mastering Game Design Patterns
This post is an excerpt from the book Learning Game Architecture with Unity In the dynamic world of software development, where complexity is inherent and requirements constantly evolve, the importan...
10.04.2025 0 Read More

Game Dev Digest — Issue #277 - Physics, Shaders, Resources and more

Game Dev Digest — Issue #277 - Physics, Shaders, Resources and more
Issue #277 - Physics, Shaders, Resources and more This article was originally published on GameDevDigest.comEnjoy!Optimising Voxel Meshes for Games Using Blender - Reducing the number of pol...
11.04.2025 0 Read More

Porting a PHP Based Web Game to Mobile Part 3

Porting a PHP Based Web Game to Mobile Part 3
Now I know I said I would just use double digits for the edge cases, but after some internal deliberation, I decided, why not just use the unit sprites instead? We have to do it at some point anyway, ...
12.04.2025 0 Read More

Making Unity WebGL Games Run Smoothly on Low-End Browsers

Making Unity WebGL Games Run Smoothly on Low-End Browsers
Unity WebGL: Unleashing Peak Performance in the BrowserIn the fast-paced world of web-based gaming, every millisecond counts. 🚀 As developers push the boundaries of what's possible with Unity WebGL...
12.04.2025 0 Read More

Can anyone give me a hand on my project?

Can anyone give me a hand on my project?
Hello! I have started a project for an indie 2D game inspired on Galimulator, No Man's Sky... something like an infinitely procedurally generated universe, with infinite stars, based on that seed syst...
13.04.2025 0 Read More

Make Beautiful Art for Your Game even If you suck at It!

Make Beautiful Art for Your Game even If you suck at It!
Are you A Solo dev drowning in art,code,marketing and music or maybe someone from a programming background with art that looks like a 5 year old went wild on MS paint !Today I am going to give you so...
14.04.2025 0 Read More

Unity Lerp Secrets: Achieving Buttery-Smooth Transitions

Unity Lerp Secrets: Achieving Buttery-Smooth Transitions
Smooth transitions are at the heart of modern game development. Whether you're animating UI, moving a character, or creating smooth camera pans, Unity's Lerp function is a must-know. In this guide, we...
14.04.2025 0 Read More

Optimising Unity Texture Import Settings

Optimising Unity Texture Import Settings
In game development, textures are frequently a primary culprit for performance issues. As games get better graphics, and screens get higher resolution, this often results in high memory usage, larger ...
15.04.2025 0 Read More

Porting a PHP Based Web Game to Mobile Part 4

Porting a PHP Based Web Game to Mobile Part 4
Alright, we've got our units in the game and they're looking rather flash (or again, you know, exactly the same as the ones in the web version). Now we need to make the rest of the map look that good....
16.04.2025 0 Read More
Loading...
#reading
Simulating API Timeouts with Mock APIs
0
**Optimizing Image Management in CampusX with Cloudinary**
0
How to be Test Driven with Spark: Chapter 5: Leverage spark in a container
0
Understanding MCP (Model Context Protocol) with Examples
0
10 Essential Best Practices for API Gateway Health Checks
0
#popular
Mastering OpenAI’s new Agents SDK & Responses API [Part 1]
0
What is Model Context Protocol (MCP): Explained in detail
0
Beginner's Guide to the Model Context Protocol (MCP)
0
A Step-by-Step Guide to Install DeepSeek-V3-0324 Locally
0
How to Run DeepSeek Locally Using Ollama
0