jajodiaraghav / Snake

A simple game built using Python Pygame Library
20 stars 26 forks source link

Make the code platform independent #15

Closed SubhrajitPrusty closed 6 years ago

SubhrajitPrusty commented 6 years ago

Use platform independent paths. Currently, throws error in Linux as path to Assets is Windows specific. Use the os module.

jajodiaraghav commented 6 years ago

Nice catch @SubhrajitPrusty Would you like to work on this issue?

AshisPadhi commented 6 years ago

i would like to work on that issue @jajodiaraghav @SubhrajitPrusty

SubhrajitPrusty commented 6 years ago

@akp1881997 sure. @jajodiaraghav Let him work on this.

AshisPadhi commented 6 years ago

i have fixed this issue #16 @jajodiaraghav @SubhrajitPrusty