소스 검색

deliverable versio

master
Christos Houtouridis 6 년 전
부모
커밋
1165c7746f
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. +5
    -0
      src/gr/auth/ee/dsproject/node/Node89978445.java

+ 5
- 0
src/gr/auth/ee/dsproject/node/Node89978445.java 파일 보기

@@ -234,6 +234,11 @@ public class Node89978445
* @brief
* Static version of move validation to use outside of the class
* Check if the requested move for a node is valid
* @param node The node of interest
* @param move The move to check
* @return The hypothetical new position of pacman
* @arg The resulting position in maze if the move is valid.
* @arg If it is not valid return Globals.POSITION_FALSE
*/
public static int[] pacmanValidMove (Node89978445 node, int move) {
return node.pacmanValidMove (node.nodeXY, move);


불러오는 중...
취소
저장