1,009 Recommended Topics

Remove Filter
Member Avatar for
Member Avatar for Apolonian

Hello! I always wanted programming my own games, but i dont know where to start. At school im coding in C, and i read a lot that some people suggest C++, but i dont know. Your ideas? I would like to make a 2d game , which will be also …

Game Development gaming
Member Avatar for CodingCricket
2
1K
Member Avatar for Batch Devil

I was wondering if it is possible to make [I]an online multi-player game server preferably in batch.[/I] I am hoping to make a PowerPoint game that can be multi-player with the help of batch. Also even answers that do not suit my requirements fully will help, because i am 11 …

Game Development client-server gaming office-suite
Member Avatar for Jaxonpoop123
0
2K
Member Avatar for wrestle23

hey is there anyone in here who is good at these staff : coding,html,php,css,javascript and also i need a partner to do this coz wanna create a text based mafia game ......... thanx very much just contact me below thanx........ MSN : [I]<<snip>>[/I]

Game Development
Member Avatar for JamesCherrill
0
749
Member Avatar for Richmond_1

When mario collide to the wall .. I want to go back to the flappyMario class and dispose the Game Class .. but dispose won't work .. I really appreciate if someone help me about this problem. Here is my Code import java.awt.Component; import java.awt.Graphics; import java.awt.Graphics2D; import java.awt.Toolkit; import …

Game Development gaming
0
163
Member Avatar for Mike_29

I'm developing a game that has a word falling to the bottom of the screen and the user typing that word before it hits the bottom. So you'll be able to type input while the word is falling. Right now I have a timer that waits 5 seconds, prints the …

Game Development c++ gaming
0
264
Member Avatar for fallout4player

ok so, I'm using unity5 and I have got my terrain and spooky forest. the lighting is ok its just that if I drag the FOG script to the first-person prefab and press play it doesn't work. it does distance fog not real-time moving fog in front of the camera. …

Game Development gaming image
Member Avatar for fallout4player
0
286
Member Avatar for CJMW

Okay... So I am an avid programmer. I have been writing applications in C, C++ and C# for almost 10 years now. I'm also a second year computer science student. Like many people I love computer games, more specifically adventure/ rpg games like runescape, elder scrolls etc. I have programmed …

Game Development c++ gaming
Member Avatar for JOSheaIV
0
286
Member Avatar for fallout4player

the game unturned is running with low fps. I have a late 2011 MacBook pro. 2.4ghz cpu i5. intel hd 3000, 512mb. with bloom and light shafts I'm getting about 29fps. when I turn up the detail distance it drops to 6fps. clearly 2.4ghz is fast enough not to do …

Game Development gaming video
Member Avatar for rproffitt
0
390
Member Avatar for sam.tubb.75

I'm very new to the Raycasting algorithim, and was reading a webpage on how it works with CPP code to accompany. I followed what the page described and converted it into Python/Pygame and then ran it, but my result was *very* different. I have a feeling it has something to …

Game Development gaming python
Member Avatar for andybe
0
306
Member Avatar for Malbora

How to create a character for my game? Im trying to develope a game in html5,css3,javascript

Game Development html-css
Member Avatar for rproffitt
0
99
Member Avatar for sirlink99

Hello everyone, I am trying to write an object loader in c++. Currently, I have a file that is made up of many sub objects and I am having a little difficulty figuring out how to process the data. First of all, here is an example of part of the …

Game Development c c++ opengl
0
180
Member Avatar for Ali_56

Hey, still a beginner in Python. I was wondering if anybody could help me out with all this info. Im planning to make an actual game, but first i have to get classes/methods etc. I thought maybe this would be some good classes: Trainer, Pokemon, Moves, Stats, Type, Pokeball, Pokedex …

Game Development gaming python
Member Avatar for Ali_56
0
8K
Member Avatar for IconiCxPimp

This is my code. I am learning this through the microsoft C# for absolute beginners book. I am on chapter 8 on the final soccer program and have no errors. The only problem I have is when I run it. I get $exception {Index was outside the bounds of the …

Game Development gaming
Member Avatar for IconiCxPimp
0
345
Member Avatar for Oli_1

I was thinking about my upcoming school project focused on Windows 10 universal apps and I ran into very interesting experiment : http://gregtatum.com/poems/stochasticity/1/ I want to work on something very similiar or achieve similar level of animation in universal application writen in Csharp Win2D. I have never worked with any …

Game Development
Member Avatar for Taywin
0
300
Member Avatar for prgmmgbgnnr

someone should help me with thisss T-T okay the instruction is like this "let your prog picks a combination of vowels and consonants. User will then build as much words as possible from the chosen letters. your prog will check the correctness of the words. give points to each word …

Game Development
Member Avatar for prgmmgbgnnr
0
247
Member Avatar for jakesee

Hi everyone, I need some help with the lookat matrix... This is my code [CODE] Matrix Matrix::CreateLookAt(Vector3 eye, Vector3 target, Vector3 up) { Vector3 forward = target - eye; forward.normalize(); Vector3 side = Vector3::cross(forward, up); side.normalize(); up = Vector3::cross(side, forward); Matrix m; // Defaults to identity matrix m.m11 = side.x; …

Game Development
Member Avatar for ä¼ å¿—
0
2K
Member Avatar for Codeyjj

Hey guys, I am new to the community so I wanna say thanks in advance for the advice. I am 20 years old and very interested in game developement. My programming background is limited as I have only been practicing for about a year total now and in scattered time …

Game Development web-design
0
142
Member Avatar for Tcll

I've been here before but I'm looking to find a single-pass method to input the LRS `[[0,0,0],[0,0,0],[1,1,1]]` and get a basic 3x4 (at least) matrix in return: [ [1,0,0,0], [0,1,0,0], [0,0,1,0] ] ^ matrix is NOT transposed (I'll never understand why we use column-major) anyone got anything on this?? > …

Game Development matrix-multiplication python
Member Avatar for Tcll
0
500
Member Avatar for ArpitJ.25

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
Member Avatar for bordogamesdev
0
260
Member Avatar for utsavjoshi95
Member Avatar for bordogamesdev
0
109
Member Avatar for HuePig

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 …

Game Development seo
0
226
Member Avatar for hefaz

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
Member Avatar for hefaz
0
148
Member Avatar for HuePig

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
Member Avatar for HuePig
0
320
Member Avatar for cherqeza

hello I am new here, I am ineresting which is best programing language to make flash games. thanks

Game Development
Member Avatar for bugz313
0
216
Member Avatar for pspwxp fan

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
Member Avatar for bugz313
0
129
Member Avatar for Tcll

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
Member Avatar for rubberman
0
372
Member Avatar for binaryjc

**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 …

Game Development gaming opengl
Member Avatar for pr@j@kt@
0
2K
Member Avatar for Light_2

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 …

Game Development
Member Avatar for Heanre
0
139
Member Avatar for Fenrir370

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
0
120
Member Avatar for DavidDD

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
Member Avatar for XEN0
0
139
Member Avatar for Kujinn

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 …

Game Development java
Member Avatar for admiri92
0
198
Member Avatar for CJMW

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
Member Avatar for sfuo
0
2K
Member Avatar for loken

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
Member Avatar for cherqeza
0
1K
Member Avatar for Amr_Mohammad_R

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
Member Avatar for Heanre
0
216
Member Avatar for happygeek

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
Member Avatar for RobertHDD
0
632
Member Avatar for DeanMSands3

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
0
124
Member Avatar for LocoBird

: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
Member Avatar for Tihami12
0
1K
Member Avatar for verse.ability

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 …

Game Development c++
Member Avatar for verse.ability
0
374
Member Avatar for happygeek

A group describing itself as "DDoS kings" who "just want to watch the world burn" has claimed responsibility for taking the Microsoft Xbox Live network down for an hour or two earlier today. The [Lizard Squad](https://twitter.com/LizardPatrol), posting from a Twitter account called LizardPatrol, published a message warning that "Microsoft will …

Game Development cybersecurity gaming
1
598
Member Avatar for KushMishra

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 …

Game Development asp.net c
Member Avatar for janissantony
0
255
Member Avatar for Moaid

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
Member Avatar for janissantony
0
205
Member Avatar for A***

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 …

Game Development
Member Avatar for janissantony
0
175
Member Avatar for aseel.jaradat.9
Member Avatar for iamthwee
0
110
Member Avatar for HuePig

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
Member Avatar for JasonHippy
0
167
Member Avatar for HuePig

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++
Member Avatar for HuePig
0
778
Member Avatar for nufftalon

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
Member Avatar for llgms
0
606
Member Avatar for DeanMSands3

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
0
135
Member Avatar for hapiscrap

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
Member Avatar for hericles
0
94
Member Avatar for restrictment

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
Member Avatar for apkrieg
0
683
Member Avatar for Biohazardes

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 …

Game Development
Member Avatar for Hiroshe
0
191

The End.