Tagged Questions
2
votes
3answers
464 views
Opensource simple card game/solitaire engine example needed
I am looking forward to write a card solitaire game, including AI (if this simple can be called so) playing algorithm. No multiplayer facilities needed. I suppose there are some wheels I need not to ...
1
vote
1answer
183 views
A rule for Checkers(draughts) Deadlock
I am writing a program that play Checkers against human, with a min-max game tree. Everything went fine until facing a problem. Here is the scenario described as an illustration.
->Let X be a black ...
0
votes
1answer
165 views
Qt: update pixmap grid layout with 2d array values
I am undertaking a game using a combination of c++ in visual studios 2010 and Qt 4.7 (both windows). The game is a clone of battleship and is console input based. I have created my gui how I want it ...
0
votes
3answers
290 views
Flexible library or server for board games (chess or others)?
I'm looking for a program or library that I could use for experimenting with board games (chess mostly, but not necessarily -- other similarly complex board games
are OK too). I'll test different ...