1,039 Archived Topics
Remove Filter ![]() | |
which platform should i use for effective game development? Game Development | |
What is the programming language used in games like GTA 5 or Call of duty? and which software do they use to render graphics? Game Development | |
Hello all, Help me to understand how they create deal or no deal game in excel? is that converted? or made in excel? that would be very helpfull. Game Development microsoft-office | |
I'm trying to learn planning, i have a half baked program and I'm stuck. I don't know whats wrong. Well, here's an overview: I have an Agent who have goals and actions, doing an action will make the value of a goal lower. Each Action cost a energy. Actions and … | |
Hi, I have a projectile and a target. Both objects have: Vector2D velocity and Vector2D position. How do I find the predicted position just using the target's position and velocity, together with the projectile speed? Game Development artificial-intelligence-llm | |
Hi, Whats currently the hot tool for developing simple games for the Internet? I'm talking about games like the ones you might see on Miniclip.com, freeaddictinggames.com or newgrounds.com. I want to start developing some games. Also, if you a tool in mind that is not "hot" but one that you … Game Development | |
hello I am new here, I am ineresting which is best programing language to make flash games. thanks Game Development flash | |
so I've been working with alot of common interfaces and the typical layout for this data seems to follow: - LRS (Loc, Rot, Scale) >( calculated to )> 3x4 transform matrix (Parent Relation) - 3x4 local-bind matrix (Parent relation) - 3x4 inverse-bind matrix (Inverse-World Relation) the most important matrix is … Game Development | |
**BREAKOUT GAME IN OPENGL** code is in C. Use the 's' and 'd' to move the paddle. Bounce the ball off the paddle to keep it from falling off the bottom of the screen. Break all the bricks to win. So far the program is running. but the right brick … | |
unlike most people who ask this question i have quite a good programing background mainly in python HTML CSS .bat bash and Java but i raily made gui games i would like to learn a new language that is both powerful and good at making games in beaing able to … | |
so i have a class assignment to link all our game files, im trying to load a "lose.swf" after the car crashes. our teacher only gave us this line of code to use and i cant seem to figure out how to get the MovieClip(stage.getChildAt(0)).loadThisScreen("lose.swf"); part to work properly ( … Game Development flash | |
Hello there! I am making games with C++ and SDL, and I want to make procedurally generated tiles, so I'll get an "infinite" -so to say- game world. Though I have no idea how I would approach this. I have basic knowledge of what I need to know to create … Game Development | |
Yo, I'm a first year Computer Science college student, I've been thinking of pursuing a career as a Game Programmer. I was wondering since the only languages we are learning at the moment are Java and SQL, how useful is Java for developing games. Should I self-teach other languages like … | |
I wanted to start my own game. I have experience developing in C, C++ and Java. I also have tried out Python and currently I am learning OpenGL. I would like to know if there are preferrable programming languages that are suited best when it comes to game programming. Thanks … Game Development opengl | |
So I'm making a map editor with C# and XNA. I have currently got it setup so there is a windows for with a picture box, which the game is being displayed through. The problem is this, I want (0,0) to be the upper left corner of the picture box, … Game Development | |
Hello everyone I know that my question may be asked before by many people I want to start learning programming games. Have knowledge of the language C, C ++, C-Sharp, and a little Java. Since considerable length of time and I want to start in this field programming games and … Game Development | |
2014 was not a good year for Microsoft, with the Xbox Live network being disrupted at both ends of December by [Lizard Squad DDoS attacks](https://www.daniweb.com/software-development/game-development/news/488412/lizard-squad-claims-responsibility-for-taking-down-xbox-live-today) and then as the year was finally coming to an end a different hacking collective dropped another bomb onto Xbox. A posting on Twitter simply … Game Development cybersecurity gaming microsoft | |
hi below is a switch case that is suppose to go to the next "hep" # and show a message... so if hep is 0 it shows one message, if hep is 1 it shows another, etc. I have it showing a message for 0, and 1, but it ALSO … | |
tl;dr: I want to write a program to generate 2D graphics for a Metroidvania. I need to make art for my 2D platformer. I need it to layer well within a parallax engine. I need the tiles to blend well with their neighbors. But... I have the artistic skills of … Game Development | |
:eek: Hi this is a simple game i made. its a 2D mario style game project file is Dev C++. I'm new to posting so i hope i did this right and i hope you like it. Any question e-mail me at <<email snipped (read the rules)>> or contact me … Game Development email | |
Hello All, I am just a newbie trying to explore areas into game developement using .Net (may be XNA studio) though I am not familier with the same. Could you please suggest some tutorials, ebooks for this so that I can start as a beginner and then later on, may … | |
hello everyone this is my first offical post lol i just wanted to know the requirements of being a programmer in todays gaming industry. i want to get as much information as possible before making a descison regarding my future. here are a list of things im intrested in.if you … | |
hello im sort of new to game development and i want to know how to make my own 3d models i searched online and found alot of tools to use such as blender ,maya ,3ds max ... etc , but i dont which one to learn . Im using unity … Game Development gaming | |
![]() | |
Hi, I have a rock class, I use that class to generate multiple rock objects that are then put in a vector. The problem I'm having is that when a rock is generated the whole game slows down making it laggy/choppy. Right now my rock is loaded from file: `rock.loadFromFile("image/rock.png")`; … Game Development image | |
Was look for a good unity game tutorial for doing a temple run kind of game, I wanted to learn this just for my own interest essentially not to make another endless runner clone. C# scripting preferred. What I don't understand is if you have a vehicle on a track … Game Development | |
Hi, I have a rock object. Right now all it does is fall from the sky. I made 10 of them and put it in a `std::vector<rocks*> rock_v`. The rocks have random x position but start at the same height. I generate the rocks like this: for(int i = 0; … Game Development c++ | |
I'm struggling with a side-scroller platformer game engine I'm working on. I want to provide Actors (primarily monsters) with state machines to follow, but I'm worried about how best to implement them. Right now, Actors extend Entities (I'm still torn on whether passive Entities like items/scenery should have states) and … Game Development | |
I am drawing image in GIMP and was wondering if the pixels can be moved without moving the whole layer, I just want to move a set of pixels lower on the layer. Game Development | |
I accidentally posted a lower version of the game that had more flaws, and a few less features. This one has a few more minor bugs fixed, and a power attack instead of a normal attack. Game Development gaming | |
Hello everyone, I'm a first year (just finished) software engineer student and i am looking to start making my first game, nothing that complex ofcourse it is meant as a learning experience, however i am incapable of finding any proper tutorials on the use of say OpenGL or DirectX. All … | |
Having a hard time trying to wrap my head around why my grid system fails, I'm assuming my train of thought is stuck at the moment(akin to writers block). My understanding of grids is while the current cell isn't the last one in the column/row(w/e is horizontal) /*do stuff*/ then … | |
![]() | Note: This question is not towards piracy, only want to learn more about game engines etc & game developing. Like downloaded meaning free ware aka free source. How were they designed like for Example RenderWare is a famous game engine used to create Manhunt, Grand Theft Auto 3, Grand Theft … |
So I recently accepted the challange of programming a simple top down style rpg in a week. Progress was going well until I decided to add a custom GUI. Its all very simple for the moment, but I have run into a little bit of a pickle... I have a … Game Development gui | |
I honestly think that the python programming language will take over other languages such as c# and maybe even c++. Why do I say this? Because a python interpreter can easily be embedded in the game. I have also written an engine to make python as fast as C++ (true … Game Development python ![]() | |
**I genuinely hope this is the right place to post this question.** Anyways, I play video games alot and I really like them (I know playing video games won't help me make them ) But as I play them I keep on getting the urge to create my own video … Game Development javascript python video | |
Hi after some months learing basics of C++, today i started by creating a simple game but i have problem two problems 1- `checkwin()` doesn't work properly 2- the code goes glitchy if i press Enter before choosing a block sorry for my english #include <iostream> using namespace std; char … Game Development | |
![]() | Like for example a person had a Intel Core i7 processor, with 4 TB HD, 64 GB Memory, Nvidia and AMD graphics cards that cost almost 13k. And Uses Windows 7 64 Bit. Can they turn down the graphics of the game and make the atompshere more darker and like … Game Development video ![]() |
Hi, all. I'm have a class EnemyController with a function Spawn(...) that instantiates a new object of the appropriate type. I want to call Spawn from somewhere like my TileMap class to create a new Enemy in my tile collision method. Here's what I have so far... class EnemyController { … Game Development | |
![]() | Hey guys I'm finishing off a project for an assignment and have run into an error I can't resolve. Here is a link to a video showing the error... https://www.dropbox.com/s/25ajb0mc5p4a3a9/Tilemap%20Error.mov The class throwing the error has been working in other projects or so I thought, but has been modified a … ![]() |
Hello guys :) I hope you are well. I have a problem, I am trying to build a 2D platformer and I am stuck when it comes to building the levels. I found a tutorial on how to build a tiling engine and I just got completely confussed. I am … Game Development c++ programming-construct | |
So i have a code for a menu and i am facing some problem.. code:- do { ch = getch(); switch(ch) { case 'W': case 'w': system("CLS"); cout<<" MOD v1.0\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n"; cout << " --> PLAY\n\n"; cout<<" HELP\n\n"; cout<<" EXIT\n\n"; break; case 'E': case 'e': system("CLS"); cout<<" MOD v1.0\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n"; cout << … | |
Need a proper development model for a Car Racing Game.Can any one provide it.... Game Development | |
Hi All, I have a game which I'm implementing parallax scrolling which is currently looping infinite. Is there a way I can pause the loop for x amount of time, or even stop the loop completely after x amount of time. Here a bit of my code so far: public … Game Development | |
Hey guys and girls, I have to code 3D water, and I can't think of an Idea. I'm currently using Unity and reading stuff for meshes in Unity and to be honest, I'm not getting anywhere far with the Unity mesh architecture, but I'll get there... (ASAP) So my problem … Game Development | |
Hi friends..! Need little help here to choose a language to code my 2nd year project assignment. We are given to develop a 'Tank game' which will ultimately play over a network. maximum four players can join the game, there is a server application runnig on a server machine and … Game Development artificial-intelligence-llm gaming web-design | |
Hello! :) It's my first time here. I don't know why GLSL is better to Nvidia Cg! :( I'm working on skeletal animation in GPU. With Nvidia Cg it's just fine, but when I try to use GLSL, just don't work! I'm using a Nvidia card in my new computer. … Game Development | |
Hi everyone, I am a first year computer-science major and in our software engineering module we have been assigned to make a game(I have never built one before other than a tic-tac toe game that I made to waste time on). We are going to use a game building kit/platform … Game Development engineering ios mac-software | |
i'm found this piece of code on internet about how to load multi texture in opengl es 2.0: // // Book: OpenGL(R) ES 2.0 Programming Guide // Authors: Aaftab Munshi, Dan Ginsburg, Dave Shreiner // ISBN-10: 0321502795 // ISBN-13: 9780321502797 // Publisher: Addison-Wesley Professional // URLs: http://safari.informit.com/9780321563835 // http://www.opengles-book.com // … Game Development opengl |
The End.