1,838 Topics
![]() | |
HI Im looking for a javascript game to download for free so I can give my users on my website a way to get points. so the points that they get in a javascript game would be added to the mysql database to add the points into their account. does … | |
My professor asks me to program the Game Of Life with some required and I find unnecessary classes. But anyhow as I am coding and running the program midway I run into this problem void Life::setup_grid() { cout << "Size of Grid: " << grid.size() << endl; cout << "rows: … | |
Below you will find a game I written in my spare time from college. Any and all critique welcome. I plan to expand this to a console RPG later, and eventually GUI. All in C++. BTW, nice forums. //============================================================================ // Name : Monster Shot.cpp // Author : Dave T // … | |
So this is going to be the last project for my java class. Any input is appreciated and I'm generally posting it here because someone else might benefit from it. It is not done yet but when it is I'm going to post the full code. I made a video … | |
Hello everyone please can someone tell me how to increase my dedicated video memory I have an HP ProBook 4530s with windows 7 home premium Intel core I3 and my dedicated video memory is 64MB | |
HelloWorld Start(); *// every line of codes ends with A ";" *//\/\\ from ";" you can xmap your game to the best "YOU WIN" screen.jpg you can make be it of a T-shirt you maybe selling a compleated levalin a game, a holiday vacation, a Free beer token or even … | |
Microsoft has been slowly moving away from the desktop PC software market for many years now, and with the recent launches of Windows 8 and the Surface tablets, along with the latest Windows Phone devices, the whole mobile and touch arena has taken quite a bit of the consumer-oriented focus. … | |
I thought i would share this with the community wrote most of it in school but the ai i wrote at home enjoy! | |
Hi All i have a games console un used an wrapped partly made of wood and partly of metal it is from videogame LTD hong kong . anyone have any idea about it? | |
Hello friends, what you think about video game system for 5 yr old girl? I am not sure if I will be getting her one or not but I am considering the options out there. In the long run, what particular system would be the best to grow with and … | |
Hello everyone, I need little help with TCP connection for one gaming server, so basically gaming server is shell and has configs to make it using remote by connecting on 3443 port but with USERNAME and PASSWORD. Is there any possible way to do it? And if it is would … | |
![]() | Hi guys , i wanna buy a laptop for programming and some gaming so what do u think is better of those two in the title ? |
Hi, I am creating a simple game and I my game thread and my player2 thread seem to be executing twice each time the Thread.Sleep() expires. This is the output: Starting game: Player 2 thread Game thread Starting game: Player 2 thread Game thread Player 2 thread This is the … | |
How FPS effect gaming? What is healthy FPS for playing game? Is the slowness of the game is due to low FPS? How can i check FPS of the game that i am playing? | |
I cannot get the math right for the higher option. When you run the program, the program will go lower, but it wont go go higher. What is it i need to change? this program is due by the end of my class today and i can't figure it out. … | |
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 … | |
Hello, To Keep It Short! I'm Building Three Websites. And I Basically From What i Was Told Need To Put Images On In A Row Going Down The Page And The Images Need To Come From A Database Which Is Mysql And Im Guessing That PHP And Such. Also When … | |
I have created an awesome text-based battle game, and i want others to see it. Is there a way to put this game online, without others stealing the code, but they can play it? | |
Alright so I'm a high schooler so I don't have a lot of money. I wanna know....Halo 4 or Black Ops 2!! Let the gaming battle conversation thing begin! | |
Simple question, I'm looking to see whether I should get an intel or amd processor for my system. I need high work load capability, some gaming, virtualization, gonna have 16gb ram, and multi-display setup. I'm wondering it its worth buying and AMD FX over and i7, especially since its cheaper? … | |
I seriously need that for an onlne game.pls help. | |
Hello , I'm very interested in making a game in flash i've done asp.net for a website and i've made a server and database allready for my game in vb;net but now i really want to make a gam esomething like this http://www.youtube.com/watch?v=QKzLS-EeQQM but i can't find a good learning … | |
note x = player x postion y = player y postion so iam trying to set up collsion between player and enemy. i want it so my player touch the enemy than my player should stop. and not go though it. this code below kind of works. if my player … | |
**Tic-Tac-Toe without a class** Write a modular program that allows two players to play a game of tic–tac-toe. Use a two-dimensional char array with 3 rows and 3 columns as the game board. Each element of the array should be initialized with an asterisk(*). The program should display the intial … | |
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 … | |
I need a program that will ask 16 true or false questions. The game needs to keep going until the user either answers 8 questions correctly or 8 inncorectly. A message should inform the user wether they won or lost and ask if they would like to play again, at … | |
Hello, I am new at c++ and need some help. The project we were given is to write a program that asks the user to think of a number between 1 and 100, then attempts to guess the number. The program should make an initial guess of 50. The program … | |
I first started writing about the 'coming soon' Xbox 720 way back in 2008 if my memory serves me well. Every now and then another rumour emerges, supposedly from 'a reliable source within Microsoft' and confirming that the release date has been fixed or announcing the final hardware specification for … | |
Well i havent posted here for a while lol....but im hopefully going to get back into posting here in the forums. Anyways, I recently downloaded WOW with a 10 day trial version for free, Due to the fact i dont have a credit card and I'm not going to ask … | |
Hi, Need a little bit more help. This isn't really my best area so please don't get angry if you feel I've asked for too much help? Coding a website for a GSP, still, and they want the bottom part for "Why PlugPayPlay" to have text which switches depending on … | |
**URGENT HELP REQUIRED** Hello, I'm coding a website for PlugPayPlay (GSP) and this is where it's all happening; http://betappp.plugpayplay.com/ There are several navigation bars, which use the same code but each have their own seperate class to modify them easily. The issue is that there is a black line on … | |
Hi, I have to write a program that plays out a whole game of the card game WAR. I have to create a bunch of classes that go along with some pre written classes so right now im trying to start out small and work my way up. We are … | |
Hi Everyone, Im' new in C. I was tasked to do a word game. Its a Guess a word game. The user inputs the letter through arrow keys. Then, my program supposed to check if each letter is correct. Then, display it in boxes. The problem is I cannot validate … | |
Hello, I am currently writing a card game in Java. My question is when I write the follwoing code below: `Inline Code Example Here` 38 // select a random number between 0 and 51 39 int second = randomNumbers.nextInt( NUMBER_OF_CARDS ); Will the program properly generate 52 cards? Should I … | |
I would like to know what tool/class should I use to create a map that used for games? such example: user use key to move an object...and if moves then the more map will shown ... I admit, I did not do much research on this.. but I wanted to … | |
Hiya! Im not new to programming but sometimes i can be really noobie so im sure this is probably really silly. I have an undecleared indentifier that only shows up in the main but is fine in the header and cpp files. I thought it might be an include loop … | |
Hi Guys, I'm hoping this will be a quick one:) I'm currently looking to buying myself a wireless modem to replace my current Suppr Virgin Hub,which I'm using to connect my ps3 for gaming(wirelessly). so far my virgin hub is ok but if there is anything that would give me … | |
I am looking for help in creating an inventory system for my text based adventure game that I am writing in java. i have shared the *.java* files here: https://docs.google.com/folder/d/0B2crBUQ5i6iBRkFpanJiRGFfMWc/edit any suggestions would be appreciated, as well as any critiques of the current code. | |
Hey. I my having troubles booting up my pc. The front light is red. None of the fans are working. I'm not receiving any images or beeps. My case is a Cooler master HAF 912. Please help figure this out. I purchase the computer parts at my local Microcenter. Before … | |
I need to fix the code. Once a war event takes place, no points are assigned however in the next deal whoever wins (be it the player or computer) should get double points. One point for the war and the second point for the next deal that was won as … | |
So my program uses the list template as the towers and the values in them are disks. I used the push and pop methods with loops to display changing values due to user input. > Rules of the game: > 1. All disks are stacked into an initial tower. > … | |
Hey, new to java, but trying to build a text-based adventure game similar in gameplay style to the original Zork series. http://pot.home.xs4all.nl/infocom/zork1.html This is not homework. It started as a way to practice what i've learned, but now I am determined to make this work with the simplest code possible. … | |
Hey Guys! I wonder how to put a texture on a specific position in DirectX. for example: I want a function that allows to set a Texture on an 2D Position and set the width and height like this pseudo funktion: x y w h DrawTexture(pDevice, 25, 25, 200, 100); … | |
Hey guys, its been quite a while since ive posted here :-( Im making a game in java (nope not for school, just for fun) Anyway, ive created some logic for an enemySuicideBomber(spaceship game, prolly not what your thinking) to select the closest location. It works for the most part, … | |
[ATTACH=RIGHT]16896[/ATTACH]Welcome to the new [URL="http://digg.com"]Digg[/URL], somewhat different from the old Digg. In version 4 of the popular news aggregator site, rolled out today to users, will the new features manage to renew the site’s popularity, reversing the trend which has dropped them from 30 to 25 million visitors per month … | |
Hello, Please take a look at the below code - #include<iostream> #include<ctime> // for the time() function #include<cstdlib> // for the srand() and rand() functions using namespace std; int compInput; int userInput; int die1 = 0; int die2 = 0; int Dice () { // set the seed srand(time(0)); // … | |
Ok so basically I want to know how I can paint multiple items to the screen without using all of my laptop CPU power. I was thinking that it may be possible to arrange the items as a bitmap and then paint that bitmap to the screen but im not … | |
Hey! I am an experienced programmer (php, javascript, mysql, some ajax) who is looking for an experienced and competent graphic and/or web designer with whom to create a text-based RPG. I will assume the financial risk and the programming responsibilities. I need someone to make the banners, logos, icons, and … | |
This is a simple hangman game that I wrote using my beginner python skills. Though this game is playable, there must be lots of things I must've been doing wrong or the methods I'm using here may be not so pythonic. So I want some suggestions on how to improve … | |
I have developed an Opengl based desktop game and wish to publish it in net. I want to host the final setup/installer of the game which is around 150mb, so that anyone can download it from the link. Can anyone please recommend services that offer free publishing of such applications? … |
The End.