Skip to content

Commit

Permalink
fix code org section
Browse files Browse the repository at this point in the history
  • Loading branch information
John Lindal committed Mar 16, 2012
1 parent 3232496 commit 594a3e1
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions README.md
Expand Up @@ -44,20 +44,20 @@ first player is the admin who controls the player list and starts the game.
Code Organization
-----------------

* boardwar.js Main server code
* client Client modules
* admin.js Code used only when player is the game admin
* board.js Renders the game board
* game.js Socket messages related to game management
games Sample game configurations
server Server modules
boards.js Initializes the game board
config.js Loads game configuration
game.js Socket messages related to game management
server.js Configures the Express web server
util.js Utility functions
views Client web pages
boardwar.js The web page with which players interact
boardwar.js Main server code
client Client modules
admin.js Code used only when player is the game admin
board.js Renders the game board
game.js Socket messages related to game management
games Sample game configurations
server Server modules
boards.js Initializes the game board
config.js Loads game configuration
game.js Socket messages related to game management
server.js Configures the Express web server
util.js Utility functions
views Client web pages
boardwar.js The web page with which players interact

Data Structures
---------------
Expand Down

0 comments on commit 594a3e1

Please sign in to comment.