MrNex / Matter.py

A science based game targeted at 4th graders for the XO OLCP Laptops. Game built on framework given by FOSSRIT/sugar-quickstart repository.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Increase the speed obstacles move at

dtendr opened this issue · comments

Assuming this could be categorized under increasing difficulty. I'll give it a shot.

Just a heads up, if I recall correctly - changing the speed isn't as simple as just changing 1 number, there are a few places you'll have to change(cameraspeed, playerspeed, etc) if you don't change all the proper places, the game will probably give a weird trailing effect. Also, I think they are all defaulted to 3, so they might have to all remain the same value.

Better to just modify obstacles to increase difficulty, after some thought and experimentation