-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
24 lines (17 loc) · 700 Bytes
/
README
File metadata and controls
24 lines (17 loc) · 700 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
== Welcome to Gamebox
Description of your game here.
== Description of Contents
src
Holds all the code that's specific to this particular application.
config
Configuration files for the Gamebox environment and other dependencies.
doc
This directory is where your application documentation.
lib
Application specific libraries. Basically, any kind of custom code that doesn't
belong under controllers, models, or helpers. This directory is in the load path.
script
Helper scripts for automation and generation.
spec
Unit and functional tests along with fixtures. When using the script/generate scripts, template
test files will be generated for you and placed in this directory.