1,837 Topics

Member Avatar for
Member Avatar for happygeek

If you've ever played a shooter such as Call of Duty, Battlefield or Halo in online multiplayer mode, then you will appreciate how difficult it can be to stay alive when everyone else has better weapons and knows the game maps so much better than you. But now there is …

Member Avatar for jammerjoe
0
1K
Member Avatar for Triarius

Hi! I'm making a console game with cars. I am stuck trying to make the enemy car approach. If you have any thoughts or ideas, let me know! I'm thinking of using classes, but i dont know how to make them :) Is this legal? It probably isn't but here …

Member Avatar for Labdabeta
0
227
Member Avatar for zekstein

Hello, i need to 'query' a half life server. The info about query is here [url]http://int64.org/docs/gamestat-protocols/halflife.html[/url] and i want to query the server with the packets : ÿÿÿÿrules for example. The ip is 127.0.0.1 and the port 27015 with udp connection How to do that ? I want C# or …

0
80
Member Avatar for WASDted

[ATTACH=RIGHT]17940[/ATTACH]Steve Wozniak (or Woz to his friends and admirers) not only founded one of the most important (technology-wise) and influential (culturally) companies to date but he also practically invented the personal computer. His design, that of interfacing with a computer using a keyboard and screen, is still the standard today. …

Member Avatar for richardtj
4
1K
Member Avatar for jankeifer

can anybody help me making this program? i've based my game from this site. [url]http://www.education.com/activity/article/Tick_tack_toe_Added/[/url] hope that someone can help me.. i've been stuck coding that for almost 6hrs but still no progress. thank you!

Member Avatar for jankeifer
0
348
Member Avatar for natehome

Hello, im currently taking a python programming class at my high school and we have an assignment to create a falling sand type game using pygame. im totally lost on how to start could someone please help me get started. if you dont know what the falling sand game is …

1
96
Member Avatar for carmstr4

Hey guys, Is it possible to change the color of characters in a list if they do/dont meet certain conditions? So here's my code: [CODE]def checkWord(real, guess, remReal, remGuess, wrongSpot): # Format the letters so user knows whats wrong/right fullWord= real # Create copy list of real word realWord= list(fullWord) …

Member Avatar for carmstr4
0
1K
Member Avatar for carmstr4

So after a lot of work I got functions to compare one word with another one. Now my problem is formatting the output. I have one function that locates letters int he wrong position, one that finds matching letters and one to compare the results in order to format the …

Member Avatar for TrustyTony
0
187
Member Avatar for jankeifer

guys, can you please suggest a 2 player game? any 2 player game as long as the difficulty of coding is at an intermediate level. thanks! :D hope for some replies soon.

Member Avatar for Sgt. Pepper
0
180
Member Avatar for carmstr4

So for my intro to programming class our final project is designing a simple game in Python. i picked Lingo but I'm running into a huge problem. Lingo is played by the computer picking a random 5 letter word (from a .txt file) then the user guessing 5 times until …

Member Avatar for carmstr4
0
2K
Member Avatar for ayocam

Hello, I have been working on learning Python and I have been writing a game(CLUI not GUI) that has gone through a few phases. It started out as a 3-4-5 variant assuming 3 rows with 3 objects in the first row, 4 in the second, and 5 in the third …

0
105
Member Avatar for IcyFire

I have an assignment to make a craps game in c. The program i wrote runs but it always ends before it should. I think that the while loops in main have a problem but im not exactly sure wat the problem is because ive reviewed this code over and …

Member Avatar for IcyFire
0
2K
Member Avatar for vivosmith

Hi, I am trying to figure out allegro, and so far, so good. But I ran into this one snag in this code: [CODE]const float FPS = 60;[/CODE]Does this set FPS? Someone on another forum said no, but it seems like that it is a predefined function that changes the …

0
128
Member Avatar for lupacarjie

Hello, I created a simple number guessing game which thinks of a secret number from 1 to 100. It tells the user if his guess is high or low and finally stops after the secret number is equal to the user's input, it also notes down the number of tries. …

Member Avatar for lupacarjie
0
1K
Member Avatar for ChanelN19

hello, all! I am an absolute rookie in the world of C++ language, and not a good one either... I have an assignment to create a random number guessing game, and I am struggling with it. I have most of it done, but we have to generate the number of …

Member Avatar for frogboy77
0
327
Member Avatar for gorosh

Hi to all I would like to ask for help with my C# project. It is a Memory game involving pictures. First the user clicks a picture box and the image shows and remains displayed, then the user clicks another picture box to find the first's pair. I'm having problem …

Member Avatar for mazzica1
0
353
Member Avatar for Mike Tyson

I am having trouble completing This hangman project. It mmost be done using model view controller pattern. Here is what i have so far //Header file declarations import javax.swing.*; import java.awt.*; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.io.FileInputStream; import java.io.IOException; import java.util.Scanner; //Class declaration class HangmanModel extends JFrame implements ActionListener { …

Member Avatar for stultuske
0
269
Member Avatar for cancerian.champ

Hello everyone :) As i am new here so let me introduce myself Name : Harshit Chaudhary Gender : Male Age : 17 Height : 5.11 Weight : 52 kg's Eyes : Dark Brown Hairs : Black Job : Student Country : India Languages : C , HTML, CSS, SQL …

Member Avatar for Netcode
0
104
Member Avatar for D_Ray

My cousin wants me to repair her original fat XBox 360. It will play DVDs fine, but when trying to load a game just completely locks up. I've determined that the disk drive is failing, and that it is a Philips Lite-On DG-16D2S. I have an old busted 360 and, …

Member Avatar for D_Ray
0
674
Member Avatar for morganJohnson

I'm working on a small concept demo for a friend and I'm stuck on the UI. I'm trying to build something akin to an FPS interface (using mouse-look and the iconic WASD). I'm working in a Windows environment (Win7 to be precise), so I figured I'd use the standard Windows …

Member Avatar for morganJohnson
0
196
Member Avatar for thecoolman5

Hi, I own a Logitech MOMO and when I plug it in to the computer, the computer doesn't see it. I've tried reinstalling the software, restarting the computer, and plugging the USB connector into a different drive. Any solutions?

0
169
Member Avatar for OblibSystems

Hey guys, I have just finished a very simplistic game where the object of the game is to move out of the way of a falling block. Still only version 1 so don't expect much but your welcome to have a go and post any feedback on this thread. Looking …

Member Avatar for OblibSystems
0
98
Member Avatar for OblibSystems

Basically im trying to make a game where shapes fall from the sky and the user controls the sprite to avoid them. I have it working but only with 1 block falling at a time. I am using the paint method to draw my shapes. I was wondering how to …

Member Avatar for the_carpenter
0
226
Member Avatar for mbrcarnation

Hi everyone, I'm working on a project for my computer science class and we're supposed to make a java applet game. I'm not very far in the game quite yet, but I'm trying to make sure that the mouseListener and the rectangles work before I continue on with the game. …

Member Avatar for emmas4impact
0
230
Member Avatar for Nachodsk

[CODE]class Personaje(object): def __init__(self,vida,posicion,velocidad): vida = None posicion = None velocidad = None recibir_ataque = None def recibir_ataque(vida): recibir_ataque in range(1,100) vida - recibir_ataque print "La vida actual del personaje es de", vida, " Luego de haber recibido", recibir_ataque, " de dano" def excepcionVida(vida): if vida <= 0: print "El …

Member Avatar for SgtMe
0
248
Member Avatar for ilovec++

Do you use a joystick/gamepad(or whatever else) for gaming purposes? Or do you use the traditional Mouse + Keyboard combo for playing games? My Personal opinion: Mouse + Keyboard. Reasons: 1)The mouse is much more sensitive and flexible, and then again, some games don't support a joystick. 2)I'm still unfamiliar …

Member Avatar for ilovec++
0
920
Member Avatar for Dann0

Hey guys, I'm working on my game project for college, I have the code started, just enough to put the sprite on the screen and have a scrolling background. It is telling me there are no errors but when i go to run the game it terminates immediately, it's got …

Member Avatar for Dann0
0
188
Member Avatar for Roebuc

Hello, Trying to see if this is possible. I have a Dell Vostro I bought a while back that came with Windows 7 32 bit. I removed Windows 7 and put Ubuntu on the Vostro. I recently orded all the hardware for a new gaming PC. I would like to …

Member Avatar for caperjack
0
329
Member Avatar for Brokenpwn

I recently started reading Beginning DirectX 10 Game Programming written by Wendy Jones, and I'm about 60 pages in on the chapter about sprites, and I feel like I haven't learned anything, half the code they throw at me I can hardly decipher, and even if I do that, how …

Member Avatar for Serapth
0
210
Member Avatar for Blue Hawk

hi guys .......i am new around here ......would like you suggest something about..."Gaming using C or C++ languages"

Member Avatar for xfbs
0
290
Member Avatar for flagstar

This is un-official games discussion thread created since I didn't found any thread that discuss about games here... ******** You can discuss about anything that related about games here such as Reviews, Your expression, Rating, Cheats, Walkthrough, Spoilers, Console, New Release etc. Please be aware that some members don't like …

Member Avatar for jwenting
2
1K
Member Avatar for Octet

Hello DaniWeb Users, I am new to the forum however from what I have seen it is exceptionally good! I have searched the forums already and found various questions relating to a similar problem as mine however I am unable to work out how I can amend this for my …

Member Avatar for Octet
0
216
Member Avatar for v3ga

Name: Vega Age:19 Location:India Qualification: Studying undergrad compsc engg course. Interests: Gaming (DOTA), reading, anime I am a newbie c & cpp coder. Just stumbled upon this site trying to solve a few errors in my ds project. Hope to have a good time here.

Member Avatar for Onlineshade
0
69
Member Avatar for FragFighter

I've been thinking about upgrading from the current laptop I have to a desktop. Let's face it - with a dead sound card and a questionable IDE controller, this laptop isn't the most ideal, and neither is my other computer with a dying motherboard. With that in mind, looking at …

Member Avatar for FragFighter
0
298
Member Avatar for ben1996123

I just decided that I wanted to make one with C++, but I'm not really sure what I should put in it. Any ideas? I don't just want it to be some boring thing where you have to "Press enter to continue" all the time.

Member Avatar for Cireyoretihw
0
265
Member Avatar for lovelyrockrchic

I'm trying to make a Tic Tac Toe game for my Java class. I am not able to use JButtons only JPanels. I'm stuck on the part where my program determines if there are 3 x's or o's in a row. [CODE] public void winner() { if(3 = tictactoe[0].turn + …

Member Avatar for hiddepolen
0
278
Member Avatar for Thinka

Hello all, Decided to post in here as thought it would be safer, and wasn't sure if I'd be violating any rules on any other threads. Basically I'm looking for a Family Fortunes-type game that I can edit (questions and answers) and use - and I need it for a …

0
105
Member Avatar for Tunnleram

I'm pull gaming stats from a database, but I'm having issues with one of the cases and I can't seem to figure out why. The first two cases work fine, but the last one just returns null. What's strange is when I replace the third case with one of the …

Member Avatar for k1robert
0
281
Member Avatar for Hoff123

Hi! I am just wondering what would be fastest(performance-wise) of Game Maker(with GML) or Python with Pygame?

Member Avatar for Tumlee
0
296
Member Avatar for binaryaddict

Hi everyone, I am new here ;-) My name is Franz and I am from Munich, Germany. After doing a bachelor in Information Systems and Management I have been employed as IT Consultant for almost three years now, on the side I got my own little consulting firm. I like …

0
181
Member Avatar for ndb1995

My name is Nick Bielinski and I'm currently in my junior year of High School. I live in the U.S.A. and i'm taking AP Java and Honors C++ in school right now, and I know it is going to get more difficult so I thought I would come here, so …

Member Avatar for Netcode
0
55
Member Avatar for cwarn23

Hi, I have a 3d model (.obj) with 3 textures applied to it and it consists of just over 96,000 vertices. But I want to be able to put it into a gaming engine which is limited to 65536 vertices. I have discovered a loop hole in the gaming engine …

Member Avatar for cwarn23
-1
162
Member Avatar for ChaseRLewis

So I'm beginning to use JavaScript with a new gaming platform I'm trying out and LOVE the interface. It's making everything so easy compared to the in the garage type setup I'm used to. Learning JavaScript has been pretty easy so far but I've hit a snag with typeof. [CODE] …

Member Avatar for ChaseRLewis
0
107
Member Avatar for tomcruise3230

All I would like to know is that if all parts are compatible with each other and will not conflict with each other: CPU Intel Core i5-2500K Sandy Bridge $220 [url=http://www.newegg.com/Product/Product.aspx?Item=N82E16819115072]Newegg.com - Intel Core i5-2500K Sandy Bridge 3.3GHz (3.7GHz Turbo Boost) 4 x 256KB L2 Cache 6MB L3 Cache LGA …

Member Avatar for henpecked1
0
186
Member Avatar for DriftingFable

Don't mind me too much, I'm just a student with aspiration of entering the gaming industry who's run into a couple of coding errors in C++ assignments for school. Hope to learn a bunch from you guys. -DF.

Member Avatar for Onlineshade
0
39
Member Avatar for nuclear

Trying to do some basic "Game of life", but for some reason i'm getting some weird results, the code: [CODE]#include "stdafx.h" #include "stdlib.h" #include <iostream> using namespace std; #include "windows.h" const int V=30;//Vertical const int H=40;//Horizontal char A[V][H]; int ne=0; //Set all to dead void setDead() { for (int i=0;i<V;++i) …

Member Avatar for nuclear
0
704
Member Avatar for dragon_chick

Hi everyone. My name is Erin, and I'm new here. I'm 34, mom of 2 boys, and a senior at Indiana University-South Bend campus. I'm an English and Informatics double major, concentrating in Creative Writing in English, and an English cognate in Informatics. I'm pretty much done with my English …

Member Avatar for aneechopper
0
71
Member Avatar for nishad_forums

hi, i m having a problem with my computer. I m using windows 7 professional with sp1 (64-bit). here is my pc configuration: [COLOR="Green"]intel core-i5 (2.8 GHz) (LGA 1155) Gigabyte H67-D2H 2GB RAM 1TB HDD No ext. Graphics Card.[/COLOR] my problem is very weird. Every time i install a new …

Member Avatar for umarwaqas789
0
272
Member Avatar for GrimJack

I just bought 2 new games - EYE, which I recently started playing and am enjoying a great deal and the latest Deus Ex, which is the first game I paid full price for in years. I pre-ordered it months ago and then forgot about it. I generally only play …

Member Avatar for AliTheChamp
0
235
Member Avatar for Techwriter10

The whispers have been [URL="http://arstechnica.com/apple/news/2009/08/leaks-begin-to-pile-up-concerning-legendary-apple-tablet.ars"]getting louder[/URL] lately that Apple will be be announcing the long-rumored Tablet next month at its September keynote. We have all learned that these rumors are [URL="http://www.daniweb.com/blogs/entry3626.html"]often wrong[/URL] and Apple moves at its own pace, but the idea of an Apple Tablet with a 10 inch …

Member Avatar for AliTheChamp
0
612

The End.