After a big run of bugfixing over the last few nights, there is one feature
left to code (splash screen), and some work on the website which can run in
parallel with the release.
Before I ask for help with doing builds, I would like to do some multi-user
testing. Please email me, privately if you like, to be part of a multi-user
test session. You must have a working copy of the source code to be able to
participate. We will arrange a time that is convenient for everyone to
participate and I will draw up a script of different tests to try.
Once that is done and I have fixed all of the bugs we find, it will be time to
make builds for everyone else and release the beta. Woohoo!
Cheers,
Chris.
PS One exciting thing I found recently is the Pygame Subset for Android, which
would allow an Android port of the game. First things first though.
-------------------
http://mccormick.cx
On Tue, Mar 08, 2011 at 08:56:48PM -0800, JohnR wrote:
> If the player falls a great distance, the player sometimes passes
> through a platform that it should have landed on. Ever seen that?
This is because the collision detection is a bit shonky. It should really take
into account the velocity of players as well as the position. I think this was
on the TODO list to fix once but I can't find it now. I've put it on there now.
Also on there is to use pixel collisions too.
> I was also seeing some weird bug with positions of placed platforms
> and items moving slightly if I would leave a level and come back
> later, but I can't reproduce that right now.
If you manage to reproduce it let me know how.
Thanks for your testing efforts!
Cheers,
Chris.
-------------------
http://mccormick.cx