In part one, we only implement the movement of my knigths, follow and capture enemies, these basic function.
My part 1 result is:
| Round1 | Round2 | Round3: | |
| JeffreyLam/Split-up | 514/782 | 586/785 | 540/591 |
| JeffreyLam/Gang-up | 355/101 | 711/32 | 480/78 |
| JeffreyLam/Migrate | 627/41 | 458/16 | 663/50 |
My part 2 result is:
| Round1 | Round2 | Round3: | |
| Jeffrey-PhuocLe/Split-up | 64/846 | 122/778 | 99/368 |
| Jeffrey-PhuocLe/Gang-up | 472/530 | 94/540 | 95/572 |
| Jeffrey-PhuocLe/Migrate | 142/13 | 123/93 | 199/19 |
Compare to two result there are no big different on it, but I learned how to organize the code setting, I made some change on knigth movement that control knigth priority. But I didn't change my strategy that no bigger different on my both result.
Actually, there are three components that we need to care in this game programming is controlling our knigth, peasant and castle. Also, I learned more JAVA coding and style on this game.
No comments:
Post a Comment