752 Topics

Member Avatar for
Member Avatar for happygeek

It's going to be a great Easter for Modern Warfare 2 gamers, and that's official. Robert Bowling, Creative Strategist at Modern Warfare 2 developers Infinity Ward, has [URL="http://twitter.com/fourzerotwo/status/10738022531"]posted confirmation on Twitter[/URL] that for the weekend of April 2nd to 5th there will be double experience points on offer to players …

Member Avatar for mamun0101
1
448
Member Avatar for dadquacker

My son is very interested in developing a video game. He is only 10, but I want to encourage his interest and was wondering where is the best place for a 10 year old to start? learning language? understanding computer programing? as you can tell, I am not knowledable in …

Member Avatar for ToddRLittleton
0
290
Member Avatar for slasham

Hi, I have recently finished building my own computer and am wondering what operating system to get. I was thinking about getting Linux mint 14 because it's free and I like the layout. Ive also heard that there are very few viruses as well. The only thing is that I …

Member Avatar for CimmerianX
0
408
Member Avatar for J-P1988

Hello, When i compile i get theses undefiend reference to extern lobal variable. In my code, i try to do an file that define it and extern it on SystemeBataille.cpp call th definitor on main.cpp but same error. If i place my extern on an specific function exemple SystemeBataille::placeExternHere i …

Member Avatar for J-P1988
0
6K
Member Avatar for kenth21v

I want to play the game but I don't know where to donwload the client and what server should I connect. I am from the Philippines. Please help :)

Member Avatar for <M/>
0
75
Member Avatar for DenverWDGuy

A friend of mine has an idea for a mobile game that he thinks could be the next Angry Birds. ;) I've heard the idea and it really does sound like a fun game, but neither him nor I have mobile development experience, or any real development experience of any …

Member Avatar for DenverWDGuy
0
269
Member Avatar for Nutster

Recently, I saw somebody start a "Deal or No Deal" game in the Posting Games section. This got me thinking of writing a program to actually play the game based on the rules of the show. So I spent a couple of hours writing this in ANSI-C. I probably should …

Member Avatar for Nutster
0
327
Member Avatar for numbplum

Hey guy I'm wondering if there is a tutorial or example code for a C++ RPG inventory system. I've surfed the website and I only discovered to make two classes, item and inventory and to use each of them for item's detail and holding the items in a linked list. …

Member Avatar for Ketsuekiame
0
1K
Member Avatar for happygeek

This special edition of the Guinness World Records book will appeal to geeks and nerds the world over. Not just because it is packed full of the kind of trivia that we all thrive on in social situations, but also because that trivia is firmly based in the realm of …

Member Avatar for PixelDown
1
372
Member Avatar for robbie.dunham.50

Hi I am new to programing and I want to learn some basic tings. I also want to learn to create basic games. Could anyone reccomend a good book or websiteto get me started? Thanks, Robbie

Member Avatar for PixelDown
1
198
Member Avatar for minime010

I have a problem with this... import javax.swing.*; import sun.audio.*; import java.awt.event.*; import java.io.*; public class PikaPlatformer { //----------------------------------------------------------------- // Creates and displays the application frame. //----------------------------------------------------------------- public static void main (String[] args) { JFrame frame = new JFrame ("Direction"); frame.setDefaultCloseOperation (JFrame.EXIT_ON_CLOSE); frame.getContentPane().add (new PikaPlatformerPanel()); frame.pack(); frame.setVisible(true); } } How …

Member Avatar for minime010
0
506
Member Avatar for ng5

I am trying to make a guessing game that lies one-third of the time that the guess is too high (it says it is too low when it is actually too high). And it never lies about the guess being too low, nor does it lie twice in a row …

Member Avatar for bguild
0
440
Member Avatar for StarTrekCafe

hi. a blind programming student, and did ask my lecturer, but he could not answer. has not done the talker classes before. i have a hangman self voicing game. it uses the anna voice, but looking for some more human sounding voices, like aussie, british, united states. did downloa and …

Member Avatar for lolafuertes
0
178
Member Avatar for ziyaddinsadigov

Hi, guys, I want to learn how to make big games for Android, like, Temple Run, Rail Rush or something like that. What I must do?

Member Avatar for glenwill101
0
170
Member Avatar for Proglearner

This is a complete js script I wrote while teaching myself js: /* The Extremely Long Compliance Quiz (TELCOQ) copyright (c) 2013 by Miki Kocic. All * rights reserved except that his program is being released under the GNU Public * Licence version 2 or later, with the version later …

Member Avatar for Proglearner
0
228
Member Avatar for Bchandaria

How to make simple games in c language? did any one of you can help me to build a game?

Member Avatar for rubberman
0
77
Member Avatar for borix134

Alright Im new to this forum so lets hope this goes well, I have decided to learn Java and I started with the lwjgl, I have the exact class and code as posted here: [lwjgl (display)](http://www.lwjgl.org/wiki/index.php?title=LWJGL_Basics_1_(The_Display)) When I run the code I get an error message that says: `JavaVM WARNING: …

Member Avatar for borix134
0
286
Member Avatar for nnekymoe

![Spatial_Recall_2](/attachments/large/4/Spatial_Recall_2.png "Spatial_Recall_2") I'm new to pygame and currently I'm working on creating a memory game where the computer displays boxes at random positions for like a second and then the user has to click on where he/she thinks those boxes are. It's kind of like this: [Click Here](http://www.lumosity.com/brain-games/memory-games/memory-matrix) However right …

0
152
Member Avatar for Pobunjenik

This is based on John Conways Game of Life, a simple yet awesome code that simulates life. Rules are simple, if a cell has less then 1 or more then 4 living cells next to it, the cell dies. An empty cell with exactly 3 living cells next to it …

Member Avatar for Pobunjenik
0
329
Member Avatar for ImZick
Member Avatar for Yorkiebar14

Hello, I am a bit stuck in choosing what computer to get for gaming. I also make videos for youtube so would need to be able to record in HD while still getting decent FPS from about 25+ on medium or higher settings. I asked a seller on ebay and …

Member Avatar for supanovabay.kebede
0
212
Member Avatar for mhaselip

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 …

Member Avatar for AleMonteiro
0
301
Member Avatar for darkeclipse8

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: …

Member Avatar for NathanOliver
0
386
Member Avatar for subtoneweb

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 // …

Member Avatar for deceptikon
0
400
Member Avatar for Zatara7

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 …

0
387
Member Avatar for Kniggles

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 …

-1
177
Member Avatar for happygeek

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. …

Member Avatar for ChrisHunter
2
588
Member Avatar for skiboy209

I thought i would share this with the community wrote most of it in school but the ai i wrote at home enjoy!

Member Avatar for PalashBansal96
2
249
Member Avatar for b_rad_rock

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?

Member Avatar for <M/>
0
293
Member Avatar for Skeldave

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 …

Member Avatar for Skeldave
0
1K

The End.