Looking for 2D Artist for a top-down view 2D A-RPG
Hi, I'm the director of "Project Sentinels". Our game will be a 2D top-down view Action-RPG, made with Game Maker, with influences from Zelda, Dark Souls, Monster Hunter and The Witcher. We're actively...
View ArticleSept 2017 Update
Lots of improvements since moving my development to Linux. All the software has been working great, just as a recap I am using mainly QT Creator, Blender, Geany, Gimp, and Audacity. Shared Textures One...
View ArticleUnity3d: Tutorial on how to use async-await instead of coroutines
I've been using async-await in Unity 2017 for awhile now and went through some hurdles getting it to work properly with the unity way of doing things. In order to avoid anyone else suffering the same...
View ArticleTokyo Dark, great Kickstarter, underwhelming and bare game
So, after 2 year in development Tokyo Dark finally came out. I was one of the backers back in 2015 and compared to how well they presented themselves, all the promised features, etc. the game is very...
View ArticleError when returning a Pair from a function
Maybe today I'm confused and I'm missing the obvious... I've made this simple struct inside my Utility.h template<typename TFirst, typename TSecond> struct Pair { Pair(TFirst f, TSecond...
View ArticleMobile Game Reviews: Let's Talk Drive Ahead! Sports
In this daily blog (and video)-series I take a first impressions look at the best mobile games that I come by. Be sure to share your favorite mobile game with the rest of us in the comments below!...
View ArticleWanting to create a side-scroller game from scratch(Not the programming...
Hi! So, I want to make a side-scroller game, the Super Mario kind. I have made some simple games before using Java, and Javascript(Tetris, Snake). But let's pretend that I haven't because I earnestly...
View ArticleInspirations
In the begining we had an idea to make one button game. That was our only goal, (why?) I guess becouse it is unusual, and was ment to make us stand out a little bit from a big crowd of indiedevs. We...
View ArticleTiled Shading - Cone Culling
Hey, I found a very interesting blog post here: https://bartwronski.com/2017/04/13/cull-that-cone/ However, I didn't really got how to use his "TestConeVsSphere" test in 3D (last piece of code on his...
View ArticleSurvival Game. Stone Age/Industrial Age. 3D Artist Needed!
I am looking for an Artist which can handle modelling/animating/texturing and of course shaping a Survival Game with me. Basic Information: Back in February this year I started an engine coded in Java....
View ArticleVariadic Template Argument...problem o_O
this is super strange... I have this function here: template<typename TFirst, typename... TArgs> bool util::LogConsole(const TFirst& first, const TArgs&... rest) { std::cout <<...
View ArticleText Based RPG
Hello everyone! First if you are taking the time to read this "Thank You!" I'm new to programming (Java and C), and I would like to learn/practice more by making a Text-Based RPG. I have an idea in...
View ArticleEstablishing and maintaining flow
Definition: "Flow" is that mental state you enter into when you are focused and highly productive. It is a pleasurable state to achieve and leads to productive gains (aka, "getting into the zone")....
View ArticleLooking for a Video Game Co-Writing
Looking to write a 2D beat'em up video game that has the setting of something like Akira or The Warriors (leaning to the right more) with the tone of an offbeat dark comedy like Killing them Softly,...
View ArticleHow to load an image without D3DX11CreateShaderResourceViewFromFile?
How do i open an image to use it as Texture2D information without D3DX11CreateShaderResourceViewFromFile? And how it works for different formats like (JPG, PNG, BMP, DDS, etc.)? I have an (512 x 512)...
View ArticleBeginner Video Game Composer
Hey Everyone, I am a music composition student and am looking for experience writing music for a game. I would like to volunteer time for a game and just learn about implementing music into a story or...
View ArticleElectronic/Experimental music
Greetings, I am Anthony Febres, a music composer focused mainly on electronic and experimental tracks. I try to compose music that tells a story rather than a genre. This is a sample of my work. I'd...
View ArticleConstrained Multi-Material Marching Squares
In ordinary marching squares, we're trying to find isolines on a height map for some particular height. It's a delightfully simple algorithm because we can use a look-up table to determine the...
View ArticleI'm just getting started with python and have run into a bit of trouble
I've begun to focus more on learning programming, rather than learning enough programming to attempt some of my projects. step 1. learn to code in python and unity step 2. build some small games...
View Article100 Days of VR: Day 11 Using Real Enemy Asset Models
Sorry for the late post. I posted it on my site, but I forgot to share it! Welcome back to Day 11 of my 100 days of VR development! Continuing from where we left off, we have a cube as an enemy, we can...
View Article