Alchachess: Dev Log 2
Paablo's Game » Devlog
Finally fixed an annoying bug that made it so all the data was lost on tiles down and left of a piece that was moved.
The but was in the distance calculation. To get the distance of the path selected for a piece to move I subtract the start position from the end position then take the highest value between the x and y of the resulting vector. This was not effective when the resulting vector had a negative x or y value. The solution was to set the x and y to their absolute value.
Now onto the fun stuff like gaining levels and an opponent AI!
Paablo's Game
Status | In development |
Author | Lost One Studios |
Genre | Strategy |
Tags | 3D, Atmospheric, Board Game, Chess |
More posts
- Paablo's Game: Dev Log 28May 04, 2022
- Paablo's Game: Dev Log 27Apr 24, 2022
- Paablo’s Game: Dev Log 26Apr 21, 2022
- Paablo's Game: Dev Log 25Apr 17, 2022
- Paablo's Game: Dev Log 24Apr 12, 2022
- Paablo's Game: Dev Log 23Apr 02, 2022
- Alchachess: Dev Log 22Mar 26, 2022
- Alchachess: Dev Log 21Mar 17, 2022
- Alchachess: Dev Log 20Mar 12, 2022
- Alchachess: Dev Log 19Mar 09, 2022
Leave a comment
Log in with itch.io to leave a comment.