752 Topics

Member Avatar for
Member Avatar for VASebastian

I am a beginner in C++ coding. Now I am making a little text based game and i need to do a loading screen. I've kind of made one but i want to fill it with this shape ■. What i know is that the ascii code for it is …

Member Avatar for rproffitt
0
649
Member Avatar for mjhorn0
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 …

Member Avatar for Reverend Jim
0
10K
Member Avatar for sanket_6

I Know to design the games, but i don't know that how to specify controls gor designed game using programming language... Soo can anybody HELP me ??? - Thankyou !

Member Avatar for jmvazq
0
488
Member Avatar for clairrayray

Hi I'm just beginning to learn programming, but I have some knowledge about design and wanted to ask about design in particular. Is it important to have a certain color theme? I mean which color and shapes would be the best for a game design? In psychologty, we call it …

Member Avatar for jmvazq
1
365
Member Avatar for Kingsley_3

Hello guys, I need a concise explanation of the minimax algorithm... I understand it perfectly when explained with trees but the confusion comes in the code implementation... How do I get to implement depth search using code? I understand that calling minimax follows a recursive pattern but getting the AI …

Member Avatar for rproffitt
0
307
Member Avatar for saif_11
Member Avatar for Harish_8

I have developed a player v/s player game for tic tac toe..but can't understand the logic for AI ..can someone please include the AI segment in my code because i so much need it for my school project #include<iostream.h> #include<conio.h> #include<string.h> char grid [3][3]; void display_grid() { for(int i=0;i<3;i++) { …

Member Avatar for JamesCherrill
1
561
Member Avatar for lewashby

I am looking to buy a motherboard and I'm looking for lots of USB and sata ports, it should fit in this case -> item# N82E16811146077 on newegg.com and will work well with Linux for my main desktop, and a windows and SeamOS drives as well for gaming? Will this …

Member Avatar for rproffitt
0
395
Member Avatar for BlueDragonRage

all i need is as many commands for dos programing i am makeing a game called Super Batch RPG please resopnd as of now all the code i know is @echo off echo set __=_ set /p __= set /a __-=__ if "%__%" == "%__%" echo :example code warp goto …

Member Avatar for rproffitt
0
267
Member Avatar for jkon

I am a partner in a company that deals with various aspects of the web presence of a company. Those aspects some times touch back office and more often replace it entirely. I have no idea of the mobile games field but last week my interest flamed. I tried several …

Member Avatar for jkon
1
590
Member Avatar for Curious Gorge

Hello. I'm using Unity3d to create a simple turret simulation and I have run in to a problem. I need to find the angle to an object from the turret in 3d space. Up to this point I thought I could just take the (arc)trig values retrieved from certain perspectives …

Member Avatar for xrjf
0
544
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.

Member Avatar for rproffitt
0
390
Member Avatar for Reverend Jim

My son is looking to buy a new gaming system. For reasons I have detailed elsewhere on Daniweb, there is no way in hell we will consider a Dell system. They were great once. They aren't anymore. And their service sucks big time. We would prefer a prebuilt system because …

Member Avatar for Reverend Jim
0
484
Member Avatar for KevinVernon

I saw this game at other forum. I think its interesting. Lets play ;) Post something about the person above you, I'll start.

Member Avatar for Dani
0
729
Member Avatar for lewashby

I recently purchased a new Vizio 55" LED 1080p tv but I'm having trouble connection my Nintendo 64 to it. The red & white audio cable are working fine and I'm getting all of the audio but there is not yellow port on my new tv for the N64's yellow …

Member Avatar for rproffitt
0
3K
Member Avatar for Lucas_10

I'm thinking of a game to make from Python 2.7.10, so can you guys tell me what should I make and then I could put the code in a reply :)

Member Avatar for Lee_15
-2
435
Member Avatar for Mushy-pea

Hey. I've been working on a home brew game since late last year, writing an engine in Haskell and GLSL that includes 3D graphics, basic physics and programmable game logic. The version in the second video shows the first appearance of lighting and importation of OBJ files (the cube was …

0
297
Member Avatar for Lucas_10

So, I'm making a ton of games like Bubble Blaster but will anyone help me with my currunt one, CodeNet! Currently this is the code. #CodeNet.com #Game Script import time print('Welcome') menu = ['Accept', 'Cancel'] from Tkinter import * HEIGHT = 626 WIDTH = 1238 window = Tk() window.title('Code Net.com') …

Member Avatar for Lucas_10
0
383
Member Avatar for Lucas_10

How could I improve my code for Bubble Blaster. from Tkinter import * HEIGHT = 626 WIDTH = 1238 window = Tk() window.title('Bubble Blaster 1.8 - By Lucas - AiroTM - Contact Us On Airo ;)') c = Canvas(window, width=WIDTH, height=HEIGHT, bg='darkblue') c.pack() ship_id = c.create_polygon(5, 5, 5, 25, 30, …

Member Avatar for Lucas_10
0
347
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 …

Member Avatar for Reverend Jim
0
415
Member Avatar for CJMW

So I'm maing a 3D game editor in Java using LWJGL (Lightweight Java Game Library), I have the editor set up so that the user can create new levels, load up saved levels, save and quick save current levels, import textured models etc.. the basics. I am now trying to …

Member Avatar for CJMW
0
318
Member Avatar for rhys1619

Hi, i'm making a maze game. As you can see i have added an image for my floor and i'm trying to add an image to my walls. I am having trouble adding the image to the walls. Could anyone start me on my path on how to do this …

0
306
Member Avatar for M_6

I'm doing bachelor's in computer science, i want to develop a game on my fyp. My question is how big it should be to accepted . And gauge me some sample game which student created in their bachelor's level.. and your opinion which type of game etc...

Member Avatar for AssertNull
0
390
Member Avatar for Mariano_1

Hey I'm coding Tron which is basically a two player snake game, I'm a noob when it come to pygame and python and need help with the collision logic and would love it if you could help me. (the comments are just ideas I had for the loops for the …

0
267
Member Avatar for ÂyØùùb
Member Avatar for Nether_1

Okay so I'm writing a code for a game and the way its currently programmed is the main menu is contained within a large function that references another function, and so on. Not too complicated. But (as you'll see with the code below) I have all the essential variables set …

Member Avatar for Gribouillis
0
367
Member Avatar for Marius_3

void PatratTexturat(PATRAT patrat, int numar) { switch(numar) { case 1: if(numar==1) glBindTexture(GL_TEXTURE_2D, id_textura[2]); else glBindTexture(GL_TEXTURE_2D,id_textura[3]); break; case 2: if(numar==2) glBindTexture(GL_TEXTURE_2D, id_textura[4]); else glBindTexture(GL_TEXTURE_2D, id_textura[5]); break; case 3: if(numar==3) glBindTexture(GL_TEXTURE_2D, id_textura[6]); else glBindTexture(GL_TEXTURE_2D, id_textura[7]); case 4: if(numar==4) { glBindTexture(GL_TEXTURE_2D, id_textura[8]); } else { glBindTexture(GL_TEXTURE_2D, id_textura[9]); } break; case 5: glBindTexture(GL_TEXTURE_2D,id_textura[10]); break; …

Member Avatar for Marius_3
0
244
Member Avatar for Marius_3

void PatratTexturat(PATRAT patrat, int numar) { switch(numar) { case 1: if(numar==1) glBindTexture(GL_TEXTURE_2D, id_textura[2]); else glBindTexture(GL_TEXTURE_2D,id_textura[3]); break; case 2: if(numar==2) glBindTexture(GL_TEXTURE_2D, id_textura[4]); else glBindTexture(GL_TEXTURE_2D, id_textura[5]); break; case 3: if(numar==3) glBindTexture(GL_TEXTURE_2D, id_textura[6]); else glBindTexture(GL_TEXTURE_2D, id_textura[7]); case 4: if(numar==4) { glBindTexture(GL_TEXTURE_2D, id_textura[8]); } else { glBindTexture(GL_TEXTURE_2D, id_textura[9]); } break; case 5: glBindTexture(GL_TEXTURE_2D,id_textura[10]); break; …

Member Avatar for RudyM
0
249
Member Avatar for fallout4player

I'm looking for a new laptop. I have no use for a desktop as I already have a ps4, but need a laptop fro gaming on the go I'm looking for the following features thanks - NVidia gtx960m or better( a second intergrated card as well- intel hd 520 or …

Member Avatar for underjack
0
357

The End.