Term 'resource' represents a game content item: an audio file, video clip, sprite animation image, etc.
8
votes
5answers
1k views
Why use asset manifest files?
Sometimes you'll see people recommend that rather than using graphics/sound files/etc. like this...
// Game code
Image myImage = new Image("path/to/image.png");
... you should use a manifest file ...
9
votes
2answers
888 views
Graphic Engine/Programming/Etc resources?
Posting this question here rather than SO because of it's relevance with game development.
My dilemma is this: It is currently my summer vacation after my first semester of CompSci and I have learned ...
80
votes
7answers
9k views
Free ebooks about game development [closed]
Are there good free ebooks on game development? I don't care if they are theoretical or technology specific, I want to start reading one free book that worth it.