i am having trouble with importing snake[or in my case player],in the main file
from playerSprite import Player
PS: i have changed all snake to player for my purpose
Hi Bilbo,
Thanks for the information I just tried this out on my system here and I am getting a CRC error as well. I think the contents of most of the project should be all right though. I'll try to look for the original zip file.
Hmmm, I get a CRC-error when I try to unzip this project.
Question:
using the layout code from above I designed a side scroller.(I modded the lewy to fit a side scroller)
I have my player,
and the layout,
all I need for it all to come together is a gravity function.
how would I write this?
it needs to check for an empty square below the player and if so fall at speed but if there is some thing below the player(like the blocks) stop him.
Hi Warbucks,
Thanks for the kind words. I would consider going into more depth on how to use Eclipse, except for the fact that I no longer use Eclipse! I liked Eclipse well enough, it's just that I found it to be slow after a while.
I've been doing most of my current programming on Linux and have started using Geany as my IDE.
Thanks for the idea though I may look into it.