Link to home
Start Free TrialLog in
Avatar of James Hancock
James HancockFlag for United States of America

asked on

What is the best Python code for a platform game level?

Hi

In my game, I'd like a platform segment, and a proper dungeon Python data structure.
Is it simply a 1200x400 grid of tiles / terrain blocks,
or do coders also like to do placing of terrain features x,y with x_length and y_length?

How would I do an optimal  grid in Python for this, best?

Thanks
ASKER CERTIFIED SOLUTION
Avatar of gelonida
gelonida
Flag of France image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of James Hancock

ASKER

Thanks