Skip to content

Commit

Permalink
Update architecture.md
Browse files Browse the repository at this point in the history
  • Loading branch information
benpollarduk authored Nov 18, 2024
1 parent 33e5c1e commit 96bcaec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docfx/docs/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ NetAF is designed to be extensible.
* **ICommand** allows commands to be added.
* **IInterpreter** allows commands to be interpreted.
* **IGameMode** allows custom modes to be added to a *Game*.
* **IFrameBuilders** callows custom instances instances of *IFrame* to be created which are used to render the game state to the user.
* **IFrameBuilders** allows custom instances instances of *IFrame* to be created which are used to render the game state to the user.
* **IIOAdaper** provides an interface to get input from the user and render the game state back to them. *SystemConsoleAdapter* provides a wrapper around *System.Console*, however custom implementations can be added to support different types of application.

0 comments on commit 96bcaec

Please sign in to comment.