The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
1answer
228 views

How do you parameterize turn based AI?

I would like to create/find an AI algorithm/process that can be parameterized such that a change in the parameters causes a change in the AI behavior. I am specifically looking to apply this to a turn ...
0
votes
3answers
277 views

Is there any public in-game data mining/knowledge discovery repository?

I'm taking an Introduction to Data Mining course at the university and we have to work on a final project. As you may already know, it's difficult to collect this kind of data manually (specially ...
1
vote
3answers
512 views

What are the most common AI systems implemented in Tower Defense Games

I'm currently in the middle of researching on the various types of AI techniques used in tower defense type games. If someone could be help me in understanding the different types of techniques and ...
1
vote
1answer
196 views

Adjusting server-side tickrate dynamically

I know nothing of game development/this site, so I apologise if this is completely foobar. Today I experimented with building a small game loop for a network game (think MW3, CSGO etc). I was ...
0
votes
0answers
60 views

What are the things i should be looking for being the lead of a research team

I am the lead of a research team at my university we are trying to research new developments for artificial intelligence in video games. We are starting with the genre Real-Time-Strategy. The ...
4
votes
2answers
323 views

Which techniques to study? [closed]

Just to give you some background info, I'm studying a programming major at a tertiary level and am in my third year, so I'm not a newbie off the street. However, I am still quite new to game ...
2
votes
0answers
77 views

Game Research Points [duplicate]

Possible Duplicate: Any interesting thesis topic? I just wanna know what are the points of research in nowadays games. As I am Teacher Assistant and I must make a master thesis and I wanted ...
23
votes
7answers
1k views

What are some non-obvious topics to learn for game development? [closed]

I've been writing games for around 10 years now (from QBasic to C# and everything in-between). I need to start stretching my skills into different areas. What are other, surprising topics I should ...
4
votes
1answer
247 views

What are some great papers/publications relating to game programming? [closed]

What are some of your favorite papers and publications that closely relate to game programming? I'm particularly looking for examples that are well-written and illustrated, and/or have had a profound ...
4
votes
3answers
533 views

Investigation stage before starting a game

I was thinking about how to organize the stage about getting informed about whatever game is needed to develop, what would others do. For example, if I wanted to develop a game about car racing, I ...