License Cube
Manage your hosting account easily and effectively by http://licensecube.com/ . We provide best c panel licenses where you can easily manage ftp, email accounts, view site and traffic, manage files and...
View ArticleKat + Bunn: Phantom Fuzzballs
Hello!Call me Diver, I'm a 17 year old indie game developer and alongside my girlfriend we've been working on a project we're super excited about. A couple years ago, the two of us lost a close friend...
View ArticleUI/UX Artist: The Asset Screen Comes Together
Hi all. This is your UI/UX Artist Paul. I'm proud to say that the Asset Screen is coming together nicely! First is the Corporation Bar. This is more or less your "View Totals" header. This allows the...
View Article(Steam) Kat + Bunn: Phantom Fuzzballs; A retro-style RPG about life after loss
Hello!Call me Diver, I'm a 17 year old indie game developer and alongside my girlfriend we've been working on a project we're super excited about. A couple years ago, the two of us lost a close friend...
View ArticleIdea for a game where to start?
Ok so I have an idea for a game not sure where to start I don't have an interest in actually making games but would love to build ideas and be sent email updates by a developer where I can see how it's...
View ArticleCross Platform Mod API & SDK
mod.io is an API and SDK for hosting mods created by the team behind ModDB.com and IndieDB.com, similar to Steam Workshop, but with cross-platform support. It can be integrated in-game using the REST...
View ArticleLocalizing Your Indie Game: Crazy Idea or Growth Hack?
After the release of our interview with the indie studio Duck Rockets, here at Alconost we got to wondering: how do indie developers decide whether to localize their games? Localization is one way to...
View ArticleDevlog #6 – The Bad Guys?
Hey guys,Thanks for joining us for the sixth Devlog!Up until now, we viewed the map as we view the levels – a 45 degrees perspective camera. It worked well for our levels, we loved the parallax effect...
View ArticleGame engine in C and open source, The Box, structural programming
I notice a couple of people asking for non standard engines, so i decided to make this topic.This is not a personal thing there are several reasons for this : One is code automation, if you using...
View ArticleWin32 - Questions about Settimer/ TimeSetEvent
I plan to do some sprite animation, and obviously it will require timing of some sort for the frames and movement of the sprites. I am aware of two methods to perform timing, though I'm sure there are...
View ArticleDerive an equation with logarithmec and trigo functions in it
Hi all,I am trying to derive an equation to compute the lat and lon variables given an x and y coordinates.I already have the equations we are using in our game to derived the X and Y coordinates from...
View ArticleWhat are the most epic games you know?
You know often in a game it’s important not the graphics, but the storyline, which creates interest and enthusiasm. Because even some platformers are very interesting. What games with a fun and...
View ArticleJust starting, what do I need?
Hello, I have just begun pursuing game development. As soon as I began my journey my computer decided to fail completely. I’m completely inexperienced in the realm of computers and what not. but I love...
View ArticleNo rotations in my 3d rigidbody system???
In my 3d rigid-body simulation, when the ball hits an object it doesn't get rotated. I'm using AABB for collision detection this is how i update the objectsvoid RigidBody::Update(float h) { x += h*v; v...
View ArticleWhy 2D
3D games are better than 2D games. However coming up with 3d graphics (art assets) that are high quality and omoneneus across the game is difficult. That`s the real challenge. We might have 3d graphics...
View ArticleRemove any items from a list while iterating
Has anyone found a way to remove any item from a list as it is iterating? Normally a loop to iterate through a linked list looks like this: for ( it = list.begin(); it != list.end(); it++ ) { } If you...
View ArticleMy Oldschool Web Game (PHP, JavaScript, HTML, CSS))
screenshotGame Link: The Mysterious IslandSo first off if anyone has any feedback, please take into consideration that I made this just for fun! its rough, its ugly, and I was learning the coding I...
View ArticleMusic for games
Hello I am interested in making music for video games. I specialize in horror, fantasy and orchestra but can also make techno and just about anything else. Been making music for over 10 years.
View ArticleFree Cam to 3rd Cam Help
Hello everyone.I'm studying opengl and following the tutorials on the learnopengl website (https://learnopengl.com/)Could someone please help me convert this camera from the learnopengl tutorial, from...
View ArticleHuge memory leaks when I load textures
Hi !I have memory leaks in this code, but I don't know how I could fix them. Can you help me ?DWORD WINAPI D3D11Rendering::texturesLoading(LPVOID lpParam) { LoadingThreadsParameters* parameters =...
View Article