compassPoints
开发者 testData
compassPoints
compassPoints 的标签
简介
Your player piece will provide an integer signifying it's cardinal direction relative to the center point.
玩法说明
Move the mouse, get different numbers based on: North, South, East, & West.
评论
SkyCharger001
Jan. 10, 2015
correction: should be 2 to the power of X.
SkyCharger001
Jan. 10, 2015
would be better if it used powers of 2. then it could work with NE/NW/SE/SW as well (1N+8W=9NW, 1N+4E=5NE, 8W+2S=10SW, 2S+4E=6SE)