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 f2e8021 commit 5951112
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div align="center">

# NetAF
NetAF is a lightweight .NET 8 library for building text based adventures.
A lightweight .NET 8 library for building text based adventures.

![icon](.nuget/Icon.bmp)

Expand All @@ -21,11 +21,11 @@ NetAF is a lightweight .NET 8 library for building text based adventures.
</div>

## Overview
NetAF is a .NET Standard 2.0 implementation of a framework for building text based adventures.
NetAF is a simple, lightweight library for building text based adventures.

![NetAF_example](https://github.com/benpollarduk/adventure-framework/assets/129943363/20656e76-4e80-475e-aa73-93976d98c5c9)

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 5951112

Please sign in to comment.