BI - Devblog[#3]
Good evening everyone!In today's DevBlog, we’ll talk a bit about the promised inventory and how it works.Shop MechanicWhen we thought about the inventory, we wanted to make a traditional store, where...
View ArticleBarbarian Invasion
Isometric mobile game in TD style which i made with my friend in our free time) The project is done for educational purposes, we learn during the project, so there will inevitably be bugs and errors)...
View ArticleMaking a game in 2 days :)
In todays video i'm making a game in 2 days as a challenge on unity. If you enjoy the video you can subscribe cause that helps me a lot 🙂Here's the video:
View ArticleRWStructuredBuffer werid behaviour
Hello All,I am writing a compute shader that calculating Grid frustum for my tiled forwarding rendering demo using Directx12. However, I am having a very strange issue of writing results to my...
View ArticleA Sibling's Tale
Life is good for a little girl named Sally and her brother, Dominic. However, an evil feline named King Kat decides to kidnap the two and threaten to harm the both of them! With your call, choose a kid...
View ArticleThe Adventures of Micah: The Quest to Save Sarah
Meet Micah, a 12 year-old boy genius who invents all sorts of high-tech gadgets and gizmos to help those in need. He is also a crime-fighter who is always foiling the dastardly deeds of the evil troll...
View ArticleIs there a BBCode or something on the BLOGS and Forums for INLINE CODE?
TL;DR : Is there a way to do a inline code block on this site, on the Blogs or on the Forums?I know that you can click the “add code block” in the button bar… but sometimes you want to just quickly...
View ArticleI have the bare bones of the application up and running again!!
G'Day… So I decided to get back to my hobby Text Adventure Game project a week ago or so, but going has been slow. I have been fluffing about a lot in BodHi (a super light weight build of Ubuntu),...
View ArticleBetter theme for code blocks
My gamedev.net has a light theme, but code blocks are dark. The contrast between white text and dark code makes it hard to read.#include<stdio.h> int main(void) { printf("Hello, world!"); return...
View ArticleAutomatically remembering a draft when writing a new post
I just lost two hours to write a post in Game Design And Theory and lost it all.I may will never be in the mood to write it all again.Please, make the forum save a copy of the draft every once in a...
View ArticleAkolyta
Unravel the mystery of Akolyta. Discover truth that will shock you to the core. They say the truth shall set you free…but what if your truth is keeping you from uncovering dark secrets? Be ready…to...
View ArticleHorror Game Development [UNPAID]
Hi. My name is Jan and I'm working on horror adventure game called Akolyta. I work togheter with my friend on the game and we are working on demo version for early access. We would love to see new...
View ArticleC# Discards: Make It Crystal Clear (C# 7.0)
In this post, I'll show you how you can make your code more explicit and simpler by using the Unity C# Discards feature (C# 7.0)Quick NavigationWhat Are Unity C# Discards?How to Use Unity C#...
View ArticleRay Tracing
Anyone here done ray tracing? I`m just starting on this path and I think I understand the basics (casting rays from a point towards the space contained between the four corners of a rectangle ) If...
View ArticleKlaus
Klaus - IntroKlaus, (derived from the German term for claustrophobia), is not only the name of a simplistic single-player arcade game which requires a steady hand, patience, and fast reaction time. But...
View ArticleOpenGL prevent tiles from rendering offscreen
So I have this java code, public static void renderTileMap(int startX, int startY, int[][] map, int dwheelBuff) { int size = dwheelBuff; // Coordinate buffers, because we don't want for loop x, y to...
View ArticleWin32 Window Question
Hi Guys,Is there a way you can send all messages from a focused child window to the parent window?I have a scenario where I don't have access to the parent windows callback function and only have the...
View ArticleFlocking Question
Hello! This may be a rare question, but is there a way to make self-steering 2D Boids form into a specific shape? Precision is not necessary, I only need an idea of how to make them form into basic...
View Articlescriptfilesystem copy file bug fix (posix)
Hi,I have noticed a typo in the POSIX version of the copyfile function in the filesystem add-on, which actually causes a bug (files are not copied). Please find below a fix (line numbers may not match...
View ArticleQuestions regarding implementing an AS JIT
Hello,I have started to implementing an AngelScript JIT using LLVM, mostly for fun and learning: https://github.com/AsuMagic/angelscript-llvmRight now it is very very primitive, but I have managed to...
View Article