0 Members and 1 Guest are viewing this topic.
I just took up axe today, and I've been reading the (awesome) tutorials by Deep Thought. The major part I can't understand is how to use arrays. I'd like to use them to make a test game where you avoid incoming objects, but as many times as I read it I can't seem to get it. Can anyone help me out?
I finished up the source and it seems to work, even though it's really rudimentary, but I had thought arrays would be nice to use for the 'enemy' sprites you have to avoid, as they were so easy and user-friendly in python.