FoonLudum Dare ExplorerLD32 → Small Horse Simulator

Small Horse Simulator

By oddponkagamer70

View on Wayback Machine

CategoryRankScoreCount
Coolness2469

Comments

lordkawaii 2015-04-21 21:29

When I tried to run it all I got was this error

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'

mantlair 2015-04-22 14:45

Is there dependencies or stuff. please let us know i wanna play.

liamlime 2015-04-24 00:10

Not a bad entry, keep at it.

jcsirron 2015-04-29 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.

tikilittle 2015-04-29 06:53

Interesting. I want to try it. Thought about porting it to a non-Windows platform?