-
![image](https://cloud.githubusercontent.com/assets/8332788/4744678/5f36d32e-5a32-11e4-8e29-cee975544f85.png)
Pretty sure it should be X,Y,Z if IntWars uses the DirectX axis system (pretty sure it do…
ghost updated
10 years ago
-
I have an iso "engine" in pixi that I am using easystarjs to do the walking and auto roaming. It is working great except for when I try x: 4, y: 7 to dx: 43, dy: 39. That is a long path, but x: 4, y: …
-
first of all thank you about this project it's very usefull to me :)
i have a question about porting this code to android and i wonder to know how can i install kivent_cython on android ?
when i use m…
-
After looking at the big addtower() and removetower() functions again I have reimplemented (locally, not yet committed) the towers array as a pseudo-2d array (lua style; towers[xPos*map.length+yPos] )…
-
El titulo lo dice todo.
Para arreglarlo se me ha ocurrido lo siguiente:
1. Se obtienen todas las posiciones de las escombreras
2. Se triangula con algo así https://en.wikipedia.org/wiki/Delaunay_tria…
-
Trying to import Tiled map using the example 13.6
The map does not look right when imported, wondering what the best practice for these tiles are
Tile
![image](https://f.cloud.github.com/assets/393832…
-
Any clues on how you could get this to work in a 3d environment, such as voxeljs?
initially thought it could work if I simply scored each possible voxel around the pathfinder, but not sure how I'd fe…
-
I've tried your pathfinding module @yi, it's really fast ! The fastest i've ever tried.
But when I search for a path, it outputs an array with numbers and not a 2d array with coords like [[0,0], [1,0]…
-
Hi,
I'm trying to get the latest version of Jumper to work but I always get this error:
```
jumper.lua:379: attempt to index field 'startNode' (a nil value)
```
Here's my code:
``` lua
elseif …
-
This results in the ant moving notably slower if the FPS is lower. Preferably the solution is to implement the "Constant Game Speed independent of Variable FPS" from http://www.koonsolo.com/news/dewit…
Oipo updated
13 years ago