Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
benpollarduk authored Jan 28, 2024
1 parent 78226fb commit 9d0e8d2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,10 @@ var gameCreator = Game.Create(
Game.Execute(gameCreator);
```

### Tutorial
The quickest way to start getting to grips with BP.AdventureFramework is to take a look at the [Getting Started](https://benpollarduk.github.io/BP.AdventureFramework-docs/docs/getting-started.html) page.

### Example game
The quickest way to start getting to grips with the structure of BP.AdventureFramework is by taking a look at the examples.
An example game is provided in the [BP.AdventureFramework.Examples](https://github.com/benpollarduk/adventure-framework/tree/main/BP.AdventureFramework.Examples) directory
and have been designed with the aim of showcasing the various features.

Expand Down

0 comments on commit 9d0e8d2

Please sign in to comment.