Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions games/integration/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
## Integration test

This is a test integration place that demonstrates several pakages working in coordination with each other, as well as the general structure that one could use to setup a game.
This is a test integration place that demonstrates several packages working in coordination with each other, as well as the general structure that one could use to setup a game.

It includes a few interactive elements using binders, as well as localization strategies, strategies for input for specific players, interaction with the IK system, and usage of the octree.

Of note, is client-side specific input, that is, rendering stuff for one client based upon global state (for example, contextual awareness of game-state).
Of note is client-side specific input, that is, rendering stuff for one client based upon global state (for example, contextual awareness of game-state).

## Testing the game
Open up places/NevermoreIntegrationTest.rbxl
Expand All @@ -18,4 +18,4 @@ rojo serve
Run
```
npm install
```
```