While we develop games, then we have utilize several external resources, for example
- Image
- Sound
- Animation
- Sprite Sheet
Is there any good naming convention regarding these external resources?
|
While we develop games, then we have utilize several external resources, for example
Is there any good naming convention regarding these external resources? |
|||||||||
|
|
I have a folder for my sources, i call it
EDIT: And regarding naming conventions for those resources
|
|||||||||
|
|
I am a fan of object-oriented folder structures.
Make sure that the paths are case-sensitive else you will run into problems with everything not windows. |
||||
|
|
You can take help from Microsoft's File,Stream,Path and Namespace resources
Also following resource |
||||
|
|