Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在用 Chesspresso 用 Java 编写一个国际象棋程序。不幸的是,当棋子达到第 8 (第一)级时,我没有找到任何方法来更改晋升棋子。
我一直在谷歌、Javadoc 索引和这个论坛上搜索。
任何帮助将不胜感激。
问候。
从未使用过 chesspresso,但我很好奇,所以我快速浏览了 javadoc。没有getPawnMove(int, int, boolean, int)做你想做的事 - 最后一个论点是促销片?
getPawnMove(int, int, boolean, int)