1,837 Topics
![]() | |
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 … | |
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 … | |
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 … | |
[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. … | |
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! | |
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 … | |
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) … | |
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 … | |
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. | |
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 … | |
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 … | |
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 … | |
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 … | |
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. … | |
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 … | |
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 … | |
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 { … | |
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 … | |
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, … | |
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 … | |
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? | |
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 … | |
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 … | |
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. … | |
[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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
hi guys .......i am new around here ......would like you suggest something about..."Gaming using C or C++ languages" | |
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 … | |
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 … | |
![]() | 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. |
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 … | |
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. | |
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 + … | |
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 … | |
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 … | |
Hi! I am just wondering what would be fastest(performance-wise) of Game Maker(with GML) or Python with Pygame? | |
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 … | |
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 … | |
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 … | |
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] … | |
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 … | |
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. | |
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) … | |
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 … | |
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 … | |
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 … | |
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 … |
The End.