-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathReadme.txt
More file actions
13 lines (11 loc) · 812 Bytes
/
Readme.txt
File metadata and controls
13 lines (11 loc) · 812 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
Natural Fury
Natural Fury is a Game framework. I'd like to call it an engine, but it can't actually do much without a good bit of code being added to it and probably won't ever be able to do much without code being added to it. It's purpose is simply to provide a good base from which other game engines can be developed. Natural Fury is distributed under the zlib License.
Directory Structure
Code
Contains the source, library files, and project files for framework.
Docs
Contains documentation
Media
Contains all art, sound, etc... assets for a game that wuold be based on Natural Furt. Store the uncompressed, lossless versions of files here.
Game
Finished product directory. At any given time, this directory should contain a version of the game that we can copy to another computer and be able to run.