Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Sejoslaw authored May 10, 2021
1 parent bda4532 commit 339d1aa
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ TBD
- [X] General entities definition like [Player](https://github.com/TheNegumProject/Negum.Game/blob/main/Negum.Game/Common/Entities/IPlayer.cs), [Team](https://github.com/TheNegumProject/Negum.Game/blob/main/Negum.Game/Common/Entities/ITeam.cs), [Match](https://github.com/TheNegumProject/Negum.Game/blob/main/Negum.Game/Common/Entities/IMatch.cs)
- [ ] Standard fight (match) definition
- [X] Hook - Accept User input
- [ ] Hook - Render image / sprite
- [X] Hook - Render image / sprite
- [ ] Hook - Play audio / music
- [ ] Hook - Load font
- [X] Hook - Load font
- [ ] Hook - Draw font
- [ ] Hook - Draw menu
- [ ] Hook - Draw stage (background, foreground, effects)
- [ ] Hook - Draw player (sprite, effects)
Expand Down Expand Up @@ -44,7 +45,7 @@ TBD
## 2. How To Use

### 2.1. Installation (NuGet)
Easiest wat to install Negum.Game library is to do it via NuGet like so:
Easiest way to install Negum.Game library is via NuGet like so:
> dotnet add package Negum.Game
Or check it directly [Here](https://www.nuget.org/packages/Negum.Game/)
Expand Down

0 comments on commit 339d1aa

Please sign in to comment.