Web Card Game Online HTML
(Sorry I'm Bad English)I know a little bit about code, I used to make a visual novel game in renpy, it made very easy because there were detailed instructions on it.I am having an online card game...
View ArticleWin32 GDI - Need help Adding a bitmap to this example
Firstly, I'd like to say hello to everyone here! I have found a lot of useful information on this website and hope to learn a lot more during my stay 🙂I've been reading theForger's Win32 API tutorial...
View ArticleOptimization time! Part one – Pooling
I’ve been postponing this for a long time, but some time near the end of the past year i realized another overhaul is due, this time for optimization purposes. It’s a long and tedious process and can...
View ArticleVirus defend war
This is trial game made with unity and ecs system(not unity dot).https://play.google.com/store/apps/details?id=com.agamedev.survivalwar
View ArticleFinally! After 4 years of development I can show my unique aiming system
Hi,I've been developing my game Zombie Hunter inc for 4 years already and recently I was finally able to record its first video.The game features quite a unique aiming system which, from my humble...
View ArticleCooking purchased plugins into Source UE4 builds?
Having some trouble getting marketplace plugins to work in a 4.24 source build. The client version seems to load the plugin modules correctly, but when attempting to launch the server build I end up...
View ArticleMy sci-fi book is nearly complete, i'm fishing for a game potential.
The book takes place on a different planet, with an alien species. The planet would be similar to mordor of lotr, and dune… but significantly worse… its a combination of mad max and borderlands on...
View ArticleUnreal Engine issues...
I'm currently in the process of creating my own video game on unreal engine… basically I have an arena level that has some teleportation fields that are marked by different colored tiles and a 3rd...
View ArticleDatabase hidden?
Is the gamedev.net user database hidden? You can`t look up users in the website searchbox.
View ArticleCross Platform Test Driven Development Environment Using CMake (Part 1)
Making a small cross platform project is pretty easy, you write some code and create makefiles or IDE projects for each platform and away you go. Unfortunately as soon as the project goes from a couple...
View ArticleCross Platform Test Driven Development Environment Using CMake (Part 2)
In Part 1, I went through the creation of a basic CMake build environment and ended by breaking the build for one of the three targeted platforms. Continuing on from this broken example, the intention...
View ArticleBit Fields
During a discussion on GameDev recently, I suggested someone use a bit field as a method to avoid having to deal with various masking and shift operations in a manual and potentially buggy manner. The...
View ArticlePractical Cross Platform SIMD Math: Part 2
Having created a starting point to write a math library using basic SIMD abstractions, it is time to put in some real testing. While unit testing gets you halfway to a solid library, a primary part of...
View ArticleDon't Let Sneaky Text Assets and JSONs Crash Your Game
Picture yourself at the university's library, holding a heavy 1000-page Calculus book on your hands for about two hours. Tell me, how would that feel on your arms? Here's the thing: that's exactly what...
View ArticleElemental Warriors
Elemental warriors is a game where you set off on an adventure to save the world from the shadows that have taken over. You can set out with a group of friends or just by yourself or maybe you just...
View ArticleThe Election
American election is a simple and addictive puzzle game dealing with the 2020 presidential campaign. It is you to decide, who will win the presidential election - a candidate from the Democrats or the...
View ArticlePS2 game development in Game Maker : Studio
How i create PS2 games in Game Maker : Studio? Is that was possible?
View ArticleBest Math and Physics book for a beginner
I want to make a game very much like Altos Odyssey (Snow boarder gliding down a slope, can jump etc).I understand that there are game dev packages out there that take care of a lot of this stuff, but i...
View ArticleSDL2, Box2D, and Display Stuttering
o you [i]really[/i] need to use delta times? I know that people call this frame independent movement, and it's certainly how I learned to make games at first, but a fixed time step is way… way.. way…...
View ArticleSampling a whole texture in HLSL
I have been looking at the SampleLevel function in https://docs.microsoft.com/en-us/windows/win32/direct3dhlsl/dx-graphics-hlsl-to-samplelevelI would like to do a texture sampling of a whole texture in...
View Article