Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dafiliks authored Dec 27, 2023
1 parent 408fde9 commit 1071e54
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<h1 align="center">tortoise</h1>
<p align="center">
<img src="assets/croppedcircle.png" align="center" title="logo">
<img src="assets/croppedcircle.png" align="center" title="logo">
<br>
<img alt="GitHub Workflow Status" align="center" src="https://img.shields.io/github/actions/workflow/status/dafiliks/tortoise/cmake-multi-platform.yml">
<img alt="GitHub Project Licence" align="center" src="https://img.shields.io/github/license/dafiliks/tortoise">
Expand Down Expand Up @@ -46,6 +46,13 @@ int main()
return 0;
}
```
## How does it work?
This image shows perfectly how the code above functions and what result it creates.
<p align="center">
<img src="assets/example.jpg" align="center" title="logo">
</p>

To learn how to make more complex things like the logo, check out [this file](tests/tests.cpp). This code is what draws the logo right at the top of the README. Try it out for yourself!

## Dependencies
The only dependency of this library is SDL2.
Expand Down

0 comments on commit 1071e54

Please sign in to comment.