Dalto
Certified Guru
It already has AI. It plays fairly well on level 6.Arch posted on Aug 22 2004 at 05:53 PM said:when an ai is implanted? (maybe it is done already,lol)
Last edited by a moderator:
It already has AI. It plays fairly well on level 6.Arch posted on Aug 22 2004 at 05:53 PM said:when an ai is implanted? (maybe it is done already,lol)
Actually, i will probably just two data files, 1 for the pieces and 1 for the boardEnslaved posted on Aug 22 2004 at 07:26 PM said:I like the idea of folders that someone said but because of clusters making things bigger on SMC than they really are, I suggest using 2 zip files, 1 for pieces and 1 for boards.
#1:Pawn // Declare the piece number and name
Number: 8 // How many there are - useful for parsing the co-ordinates where
// they'll be
Positions: // X Y, each piece on a separate line; positions based on one half-board
1 2 // and then the other side is a mirror of the first, so you only have to
2 2 // define one set of pieces
3 2
4 2
5 2
6 2
7 2
8 2
NumberNonAttackMoves: 1 // Define the number of moves where the piece cannot
// attack
NonAttackMoves: // As positions, on separate lines in vector format X Y
0 1
NumberAttackMoves: 2 // Define the number of moves where the piece *can*
// attack from. Clearly for most pieces this is all of them.
AttackMoves: // New lines again
1 1
-1 1
Doesn't it do that now?Enslaved posted on Aug 23 2004 at 05:22 PM said:Can you make it so you can move the pieces only where they are aloued to go for n00bs?
Nice catch...I will fix thatBingo Jesus posted on Aug 23 2004 at 06:05 PM said:I love it, I've just found one irrelevant bug in 0.5. If you select a piece, then start a new game without moving it the piece will still be selected in the new game. You can't play with this extra peice, but the cursor shows it until another peice is selected.
That's quite odd.lizard808uk posted on Aug 23 2004 at 05:58 PM said:I think I'm being incredibly dumb here, but I load the game up and nothing happens. I can see the board and the characters. Whilst on the right of the screen it states:
White
Last:
0:a1a1
if I press the Start button or the "A" button again nothing happens. I have fresh batteries in and its in the GPMM folder. This looks the bomb and can't wait to play it. Just wondered if there were old config files I should delete or something.
It could be my GP though, since I have a similar problem with Numo.