Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
benpollarduk authored Nov 25, 2024
1 parent 5951112 commit 59e91d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .nuget/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
A C# library that provides a framework for building text adventures and interactive stories in .NET.

## Overview
NetAF is a lightweight .NET 8 library for building text based adventures.
NetAF is a simple, lightweight library for building text based adventures.

At its core NetAF provides simple classes for developing game elements:
At its core NetAF provides simple classes for developing and controlling the flow of games.

### Environments
Environments are broken down in to three elements - Overworld, Region and Room. An Overworld contains one or more Regions. A Region contains one or more Rooms.
Expand Down

0 comments on commit 59e91d0

Please sign in to comment.