Tagged Questions

185
votes
25answers
5k views

What is the best Battleship AI?

Battleship! Back in 2003, (when I was 17,) I competed in a Battleship AI coding competition. Even though I lost that tournament, I had a lot of fun and learned a lot from it. No …
2
votes
0answers
107 views

Code Golf: Perfect Tic-Tac-Toe

Given a tic-tac-toe board as input, where the game may already be started: | | -+-+- |X| -+-+- | | Output a tic-tac-toe board with the best possible move for the player whos …
0
votes
4answers
64 views

Game programming book using OpenGL and DirectX

What is in your opinion the best game programming book using OpenGL and DirectX?
50
votes
257answers
8k views

What was your first computer game that got you interested in computers?

My first experience with a game that got me interested in computers (still programming): Leisure Suit Larry After "Ken sent me", I was hooked. Leisure Suit Larry creator's site: A …
6
votes
2answers
118 views

Is the board game “Go” NP complete?

There are plenty of Chess AI's around, and evidently some are good enough to beat some of the world's greatest players. I've heard that many attempts have been made to write succe …
7
votes
9answers
373 views

Self-learning game Artificial Intelligence

I wanna start building/developing a game AI that will allow me to play games like: Chess, domino, poker, texas hold'em against computer opponent. What book / resource do you reco …
1
vote
4answers
55 views

Key press issue in ActionScript 3

I'm creating a DDR-like game for an assignment and my keyboard seems to respond and trace it, but only if I press on the screen with the mouse first. How can I get rid of that and …
1
vote
4answers
117 views

ncurses novice - starting out with GNU C

A simpler life I am returning to C to help reinvigorate my programming lobe. The last time I learned to program I was at college working with Turbo C on MSDOS. Simple ASCII anima …
0
votes
9answers
174 views

How to check if memory has aready been released in Destructor?

I have a simple tank wars style game using the allegro open source library. In my tank class, I initialize arrays of pointers to bitmap objects to 0. Then I create new objects wi …
5
votes
9answers
336 views

Trying to build algorithm for optimal tower placement in a game

This is going to be a long post and just for fun, so if you don't have much time better go help folks with more important questions instead :) There is a game called "Tower Bloxx" …
1
vote
1answer
110 views

Making a 2D engine: compiling necessary libraries with the engine instead of the game

I'm making a 2D engine in C++, and I want to be able to supply a .dll and a .lib so that games can just include those and everything is fine and dandy. I've looked at how Ogre doe …
6
votes
10answers
423 views

C++ as first language for Windows game programming?

I'm a hobbyist programmer with a fair grasp of Python and I'm currently learning C. Recently I was talking to a colleague who also wants to learn to program. In his case, he wants …
1
vote
2answers
89 views

Creating a Simple Old School Console Emulator

Hello, I'm now with the dream to start a project of a emulator of old school consoles(Atari, Colecovision...), but before I start I need to know some things: Which is the most e …
1
vote
1answer
63 views

analyzing The Spider Soliaire game !! [closed]

I have to write a report to discuss the spider solitaire game and I'm really not into games. Where I can find articles and stuff about the spider solitaire game? I tried google bu …
1
vote
9answers
152 views

How should I save and load user configuration files for a game in C++?

I need a way to save and load user configurations for a game (controls, graphics, etc.) to a file. I want to do this in a cross-platform manner, and if I have to use libraries, I w …

1 2 3 4 5 21 next
15 30 50 per page