196 Solved Topics

Remove Filter
Member Avatar for
Member Avatar for MasterHacker110

I have been using Game Maker for a few months now but want to go a bit more advance. Where can i get some nice looking textures? Oh and if you know a profesional, rather easy to use, free game engine. Please list it and where i can download it. …

Game Development
Member Avatar for Tarık Can
0
202
Member Avatar for venanciodayao18

how do i see the youtube aglorythm?. i dont know how i see it.

Game Development
Member Avatar for Dani
0
227
Member Avatar for bj76407

Hey guys and gals, any ideas on gaming laptops with good cooling system. Mine just melted ... :/

Game Development c gaming laptop
Member Avatar for redapplelearn
1
434
Member Avatar for Onion13

I kind of figured out how to put a pause in my 2d game when the player shoots. The problem is that when the player shoots once, the game will continue to shoot continously, even after the player has stopped shooting. Can someone please help me? void Bullet()//draws the players …

Game Development c#
Member Avatar for Onion13
0
203
Member Avatar for Onion13

Learning C# and I am working on a C# scrolling shooting game. The game works so far but when the player finishes a level, I want the enemies to appear on the far right of the screen and the player on the left of the screen. When the level is …

Game Development c c# c++
Member Avatar for Onion13
0
318
Member Avatar for mangle200

hello ive been trying to get a sound file to play once i press a button in a situation using winsound but i am unable to get the audio to play here is the code i have import winsound import tkinter as tk from functools import partial # a quick …

Game Development audio gaming gui python tkinter
Member Avatar for rproffitt
0
391
Member Avatar for pato wlmc

Well, right now i'm following a tutorial on game making for c++, but is this really the best programming language for video games? Also i'd like to know if can recommend me a book ( i've seen some book on amazon but i don't really know wich one to choose …

Game Development c++ gaming video
Member Avatar for Reverend Jim
0
10K
Member Avatar for DeanMSands3

Test Driven Development is something I explored at my last firmware job. I'm interested in trying it while developing a game-engine. Has anyone else here tried this and what has your experience been.

Game Development gaming
Member Avatar for rproffitt
0
393
Member Avatar for _1_28

**NOTE: I do relize this question was answered, but not meeting what I wanted to know. ** Sorry if this in the wrong area or something, I am really new to daniweb :3 So I am 12 and quite interested in game development and computers in general. If you guys …

Game Development gaming
Member Avatar for Reverend Jim
0
418
Member Avatar for Nathan_6

Hi, everyone. I want to create a RISK-style game in C++ with decent graphics, of course. I would like to create a map with countries as buttons [I know that this is possible in java through extensions but I want to do this in c++] Could anyone please help me …

Game Development c++
Member Avatar for Nathan_6
0
200
Member Avatar for rhys_2

Hi, i have been making a maze game in pygame. I have made every level and have them all in different folders so i can find them easily. I have been trying to make a menu for the game where you are able to pick any level and play it. …

Game Development os-x
0
148
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 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 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 data-structure gaming
Member Avatar for IconiCxPimp
0
346
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
373
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 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 flash
0
120
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 Alex_20

Good second programming language or a second programming languages to learn at once?

Game Development
Member Avatar for janissantony
-1
243
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 Xecantur

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 …

Game Development c++ gaming github
Member Avatar for Xecantur
0
329
Member Avatar for CJMW

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
Member Avatar for CJMW
0
202
Member Avatar for Jack_9

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
Member Avatar for iamthwee
0
410
Member Avatar for Sarkurd

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
0
160
Member Avatar for napninjanx

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
Member Avatar for napninjanx
0
252
Member Avatar for hapiscrap
Member Avatar for hapiscrap
0
184
Member Avatar for IdiotProgrammer

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
Member Avatar for IdiotProgrammer
0
455
Member Avatar for Alex_20

I want to start game developing but I need help choosing what programming language to learn. I already tryed Lua,Java,C++ but not Rudy and Python... So here is my question, I need the pros and cons on Ruby and Python and your recommendation. I need something I feel comfortable with.

Game Development python ruby
Member Avatar for jwenting
0
492
Member Avatar for Alex_20

Is it good for RPG games Shooters... What is Python good for making?

Game Development python
Member Avatar for Alex_20
0
198
Member Avatar for CJMW

So im making a simple RPG using c# and xna. For collision, i am using a text file that contains data about whether a tile is passable or not. I iterate through them and create rectangles based on the position of the 'bad' tile in the text file. I then …

Game Development c c# c++
Member Avatar for CJMW
0
346
Member Avatar for CJMW

So i'm making an rpg game in xna. I can move my player around the screen, however it can also move off the screen. How can I implament a simple camera that will follow the player and prevent them from moving off of the screen? I only need it to …

Game Development c c# c++
Member Avatar for CJMW
0
450
Member Avatar for CJMW

SO im writing a simple map editor using c# and xna. Ive just finished with xml serilization, but when i compile i get the following error: "Unable to generate a temporary class (result=1). error CS0016: Could not write to output file 'c:\Users\Chris\AppData\Local\Temp\1vw3tjxm.dll' -- 'Access is denied. ", what does this …

Game Development
0
226
Member Avatar for Mallika_P

Hi., Can we share an image from photo library in ipad through addthis sdk facebook or twitter sharing?

Game Development image ipad
0
125
Member Avatar for Matthew kun
Member Avatar for torrm

Hello all, I apoligise if this is the incorrect forum but it seemed to be most relevant. Basically I am doing some statistical analysis on game data using standard deviation and upon analysing the data I seem to have forgotten how to work out my percentages so here is to …

Game Development
Member Avatar for torrm
0
234
Member Avatar for codetoeternity

hello dear members, i am a student of bachelors degree in computer science and finally i have to choose and develop a project as my final project. i am planning to replicate a game, like jetpack joyride (as i am seeking a career in game programming). i think i have …

Game Development api career
Member Avatar for jwenting
0
3K
Member Avatar for codetoeternity

hello daniweb members, i am new here, and im a student and willing to take game development as a career, i have spent 3 years out my 4years bachelors degree in computer science so i am a student yet. i just wanna ask the experts if i will be able …

Game Development career
Member Avatar for jwenting
0
251
Member Avatar for Chinney

Hi, i am looking to go into game programming and would love for it to go into a career, i have already started learning Java through YouTube and i am enjoying learning the language. However, im starting to see the light and thinking maybe i should start learning C++ before …

Game Development career
Member Avatar for jayshri.shah.10
0
270
Member Avatar for nchy13

HI, I am trying to set the consecutive pixels to a specific color so as to obtain a line. Though, I know there is a built in function for drawing the line, but I am interested to do it without using any GL primitive. This is the display function as …

Game Development opengl
0
170
Member Avatar for Stachys

Hello, I am a 3rd year Computer Science major and taking a introduction to game design course. The project from this week is defined as follows: 1. Java game 2. Use the jMonkey SDK 3. "use an existing game engine and map to modify and create your own level" 4. …

Game Development java
Member Avatar for Stachys
-1
299
Member Avatar for MasterHacker110

I am getting into game programming more and more. I have been learning DirectX11 but it is hard and very low level. I am looking for a game librarie that has these spesifications: Must be in C++ (the library doesn's have to be written in C++. As long as I …

Game Development api audio c++
Member Avatar for gabryprof
0
220
Member Avatar for Elixir42

Hi, Im using DX9c and learning from Frank Luna's book to try and handle OnLostDevice and OnResetDevice, when switching to fullscreen and back (and alt+tabbing). If I dont draw anything I am able to go from windowed to fullscreen, and back, with no trouble. But adding a draw and flush …

Game Development
Member Avatar for Elixir42
0
204
Member Avatar for Bhavya scripted

Hello everyone.I am a programmer between beginner and intermediate.I have experience in c/c++. So,i wanted to jump into the game programming world.First,i wanted to develop games withour graphics to increase my game logic.The latest games i have made is guessing game.Would you guys suggest some easy gaes to write..say..card games.I …

Game Development
Member Avatar for cproger
0
306
Member Avatar for Dum_Bass

I am trying to create a simple scoring function using sprite collision. I have my sprite ids defined under a seperate header and my class is in order. LEFT_SCORE is animated using a sprite sheet (obviously). int Ball::leftGoal( ) { int leftScore = 1; if (dbSpriteCollision (BALL, 12)) {++leftScore;} dbSetSpriteFrame …

Game Development gaming programming-construct
Member Avatar for Dum_Bass
0
167
Member Avatar for Doogledude123

Im incrementing a value in a while loop, but its only incrementing when my mouse is moving. Any ideas? while (isAlwaysTrue) { value += 1; } Thats basically what Im doing.

Game Development c c# c++ opengl
Member Avatar for Doogledude123
0
1K
Member Avatar for hwoarang69

i am creating a rect in paint method. and i am trying to move it to its right by 1 px in loop. but the problem is its not going inside the run method. any idea why? import java.awt.Graphics; import java.awt.Graphics2D; import java.awt.Image; import javax.swing.JApplet; public class main extends JApplet …

Game Development java-swing
Member Avatar for zeroliken
0
168
Member Avatar for FUTURECompEng

I am going to be honest here, I am completley lost on trying to figure this out. I am trying to create a sudoku solver using sat4j for a 9x9 puzzle. I am trying to read a partially filled board and, by using a Satisability solver it finds a legal …

Game Development gaming java legal
0
208
Member Avatar for Fedhell

IM A COMPLETE TOOL PLEASE IGNORE / DELETE THIS POST Hello everybody, im currently trying to learn 3d game development (ive developed 2d games in the past, nothing this complex, i am a third year programming student). Ive been working on this project in my spare time for the past …

Game Development opengl
0
131
Member Avatar for kar0x

Hallo Im new in the game programming world with C++, really new! I want to make a 3D game.I installed today VS 2010 because I heard that there are unfixed errors(since 2005). I have a couple of books called " beginning C++ game programming" , "mastering Autodesk 3ds mask 2013"( …

Game Development
Member Avatar for kar0x
0
170
Member Avatar for gotto

I am currently making a game and am working on the town code right now. I have booleans for the areas in and out of the town, but when I go to leave an area it resets me back at the beginning of the program. I have it set to …

Game Development gaming java
Member Avatar for Adak
0
159

The End.