Small Horse Simulator
Comments5

Mantlair22 Apr 2015, 14:45
Is there dependencies or stuff. please let us know i wanna play.
Liam :D24 Apr 2015, 00:10
Not a bad entry, keep at it.

jcsirron29 Apr 2015, 02:43
How did you get it to work, Liam :D? It doesn't look like this is really a complete entry, since I'm getting the same issue as LordKawaii.
tikilittle29 Apr 2015, 06:53
Interesting. I want to try it. Thought about porting it to a non-Windows platform?

c:\Games\Ludum 32\SmallHorseSimulator>MAIN
Traceback (most recent call last):
File "C:\Games\Ludum 32\SmallHorseSimulator\main.py", line 47, in <module>
player.update(dt, map)
File "C:\Games\Ludum 32\SmallHorseSimulator\gameUtil.py", line 149, in update
self.applyForce(VectorN([0, 900]), dt)
File "C:\Games\Ludum 32\SmallHorseSimulator\gameUtil.py", line 17, in applyFor
ce
self.mVel += dt * F / self.mMass
TypeError: unsupported operand type(s) for /: 'VectorN' and 'int'