Tagged Questions

5
votes
9answers
341 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
2answers
158 views

Mixed and Pure strategies

In game theory you find mixed and pure strategies, a pure strategy has a probability of 1, and will always be "played" where as a mixed strategy has multiple pure strategies with p …
2
votes
3answers
195 views

Whats the name of this game?

This is not a programming question per se, although the ultimate goal is to devise an algorithm. I'm looking for references or at least the name of a type of game. It is pretty w …
3
votes
7answers
234 views

How do I create a good evaluation function for a new board game?

I write programs to play board game variants sometimes. The basic strategy is standard alpha-beta pruning or similar searches, sometimes augmented by the usual approaches to endga …
0
votes
3answers
82 views

Normalizing achievements with multiple sources

I'm looking for a good algorithm recommendation. I have Users and Achievements. Users create Achievements and then give them to other Users. Associated with each Achievement is th …
9
votes
14answers
2k views

Is there a perfect algorithm for chess?

Dear Stack Overflow community, I was recently in a discussion with a non-coder person on the possibilities of chess computers. I'm not well versed in theory, but think I know eno …
4
votes
13answers
809 views

Prisoner’s Dilemma Algorithm

After watching The Dark Knight I became rather enthralled with the concept of the Prisoner's Dilemma. There must be an algorithm that that maximizes one's own gain given a situatio …