Skip to content

Commit

Permalink
Added About to README
Browse files Browse the repository at this point in the history
  • Loading branch information
Tornado-Technology authored Jul 29, 2024
1 parent f393195 commit 0c728c2
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# Building
# About

Hypercube is a game engine/framework inspired by RboustToolbox, for creating cross-platform desktop games, with a predominant approach in ECS.

> [!NOTE]
> Checkout the [Documentation](https://github.com/technologists-team/hypercube/wiki)
## Building
```
git clone https://github.com/Tornado-Technology/hypercube.git
git submodule update --init --recursive
Expand All @@ -7,5 +14,5 @@ dotnet tool restore
dotnet run --configuration=Release --project=.\Hypercube.Example\
```

# License
## License
All code for the repository is licensed under [MIT](https://github.com/Tornado-Technology/hypercube/blob/master/LICENSE).

0 comments on commit 0c728c2

Please sign in to comment.