How to render a cube texture?
When in 2D mode, I create a quad as the mesh and create a 2D texture, that works fine, when in 3D mode, I create a cube as the mesh and create a cube texture, but I can't see anything in the scene? Why...
View Articleideas for horror games where you can unfold secrets in a way that is...
hello, i am making a game called "unwritten", the story we have so far already includes having 8 different outcomes, but i have recently watched someone playing the game "doki doki literature club", i...
View ArticleMobile Game Reviews: Let's Talk Hustle Castle: Fantasy Kingdom
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! Like...
View ArticleSpeed Division Problem, Help Please.
void update() { if (thrust) { dx += cos(angle*DEGTORAD)*.02; dy += sin(angle*DEGTORAD)*.02; } else { dx*=0.99; dy*=0.99; } int maxSpeed = 15; float speed = sqrt(dx*dx+dy*dy); if (speed>maxSpeed) {...
View ArticleTwitch Streaming and IRL Streaming
Just wondering if anyone watches streamers play games. I personally don't most of the time but I watched a few and wondered why anyone would want to watch someone else play a game that looks like fun....
View ArticleGameplay vs Story
What techniques do you use to help develop the plot alongside gameplay when you finally have an idea for a story down?
View ArticleBoids, a way not to check flock every update?
So I am using Boids to create flocking behavior for large amount of zombies.The problem I have is in my Separation pass I check the distance of each zombie compared to each zombie. I think this is...
View ArticleThe Whaler - Dev Update #10
Hey Captain`s Time for another update, we have been a bit busy in all ends this few weeks, with planning of how the character customization will work and look, as well as blocking out and starting to...
View ArticleFoolieryTextEditor(source code)
Here's a good start at a text.txt app. Have at it. Written in Python and Pygame FoolieryTextEditor.zip
View ArticleCould do with a little perspective on something....
I think I might be with a team that is deep within development hell and they are all in denial about it. I have been working on a project with a small group and we all have no previous experience or...
View ArticleFrom the Forum – Issue #171
Welcome to this week’s From the Forum. In this post, we highlight a few Corona Community Forums posts that cover important topics. JSON for a database? In this forum tread, the poster was curious about...
View Article[Wanted]Multiple Talents Needed
THE PROJECT INT is a 3D Sci-fi RPG with a strong emphasis on story, role playing, and innovative RPG features such as randomized companions. The focus is on the journey through a war-torn world with...
View ArticleThe reason why there are plenty of open-source engines, I still want to roll...
I cannot call myself an expert, but I have the following comments on open-source engines. There are heaps of open-source free engines in the marketplace now. But if I feel like if you want to learn how...
View ArticleMultiperception Game Engine
So I have done a bit of programming, but lack the experience necessary to model this efficiently in code. I have diagrams and documents I made that try to model something for viewing different energies...
View Articleuastar - Simple A* path finder in C
There are a bunch of path finding implementations online. But, to be honest, I wasn't much satisfied with most of them, for one of these reasons: Dynamic memory allocation in the middle of the...
View ArticleSimple Leaderboard System
Hello guys, I've made a simple leaderboard system that is free and very easy to use. You can use it in any system/platform/engine/language, allowing the records to be shared among the various...
View ArticleSpin Racer
Spin Racer: Tap to Jump, Tap to Turn Impossible game? Maybe. Just keep your racer on the track. Tap to turn. Tap to jump. Collect enough energy spheres to complete the level and move on to the next....
View ArticleSerching for c++ and other dev for next generatiom theme park game 🙂
Hi from Sweden . I am started this theme park game based project ..with a dream and a vision . I want to make a really new level of theme park games. So I sat down in the sofa ..thinking what makes a...
View ArticleYour pets in my game
Hey guys and gals, I'm Green Seagull and I want to be a character designer. I wish to make a game for my portfolio and Bring my idea to life So I'm just gonna need to ask a small favor. Can you guys...
View ArticleCould anyone explain this math?
vec3 i = floor(v + dot(v, C.yyy)); v is a vector and add to a dot product of v and some other vector with y,y,y the right part results in a scalar, how can a vector add to a scalar gives another...
View Article