game: Added simple functions

This commit is contained in:
2023-05-01 13:25:45 +10:00
parent 1ad2f6d3f3
commit 3307b01bf2
3 changed files with 370 additions and 3 deletions

View File

@@ -89,7 +89,7 @@ public class Coord {
}
/**
* Get a string representation of the coordinate
* Get a string representation of the coordinate (y,x)
* @return String representation of the coordinate
*/
@Override