-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
17 lines (12 loc) · 859 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
= Project Specs =
- Consider the scenario that you’re building a social game. The user performs different activities in the game, activities that are governed by the rules of the game.
- Social games are extremely iterative. This means the rules are frequently changing.
- As a result, we want to keep the “business logic” of the rules separate from the application code so that they’re easier to maintain and iterate.
- Prototype a preliminary system that would allow developers to define game rules in code and then assert these rules in the context of a basic game.
= DOCS
See docs/README_FOR_APP for further info (or build 'rake doc:app' )
= INSTALL
$ rake doc:app # create docs!
$ rake db:seed # populate DB with sample data
$ script/server # starts server
$ open http://localhost:3000/ # point to http://localhost:3000/