stephanemagnenat / snakeme

Vintage snake game from year 2000
GNU General Public License v2.0
6 stars 3 forks source link

Refactor resource locations #2

Open stephanemagnenat opened 6 years ago

stephanemagnenat commented 6 years ago

As pointed out by @stavrossk, the resources (images, themes, snakes, levels) in SnakeMe are not cleanly structured. It would be nice to refactor them. In addition, we could also think of storing fixed assets (such as the main screen background) inside the library as a resource, but that is not a priority.

We could have the following structure:

assets/
  menus/
  musics/
  levels/
  snakes/
  themes/
contribs/
  levels/
  snakes/
  themes/
A1rPun commented 6 years ago

This will be a nice addition 😄 Are users permitted to move a snake either to assets/snakes or contribs/snakes?