python tile movment?

Started by
3 comments, last by pyirrlicht 12 years ago
Im a little new to python and id like to know if anyone can help with an isometric tile movement system.



something along these lines were individual players can move from tile to tile when its there turn. Any tutorial? books? advise?
Advertisement
Can anyone help?
Are you using any existing engine or library?
Is this your first project, or do you already have some experience?

Are you comfortable with resources that give examples in other programming languages or language-agnostic explanations, or do you think you need to see python samples?

- Jason Astle-Adams


Are you using any existing engine or library?
Is this your first project, or do you already have some experience?

Are you comfortable with resources that give examples in other programming languages or language-agnostic explanations, or do you think you need to see python samples?


No starting from scratch, yes besides some tutorials this will be my first work alone, alittle bit of experience, both would be nice

Im a little new to python and id like to know if anyone can help with an isometric tile movement system.
something along these lines were individual players can move from tile to tile when its there turn. Any tutorial? books? advise?

Many games http://www.pygame.org/tags/isometric
Engine example https://launchpad.net/isomyr

This topic is closed to new replies.

Advertisement