Skip to content

Commit 388f786

Browse files
committed
Merge branch 'main' of https://github.com/mikyll/SDL2-Controller-Tester into main
2 parents 3fa7e42 + 754abd5 commit 388f786

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

README.md

+9-7
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
[![Issues][issues-shield]][issues-url]
2828
[![MIT License][license-shield]][license-url]
2929
[![LinkedIn][linkedin-shield]][linkedin-url]
30-
30+
[![GitHub followers][github-shield]][github-url]
3131

3232

3333

@@ -43,12 +43,12 @@
4343
<p align="center">
4444
This little application has been made while I was attending a tutorial to make games in C using SDL2. Since my purpose will be to implement a game with both keyboard or controller input, I wanted to test which of my PS3 controller feature I could use (spoiler: each one).</i>
4545
<br />
46-
<a href="https://github.com/mikyll/SDL2-Controller-Tester/blob/main/Documentation.md"><strong>Explore the docs »</strong></a>
46+
<a href="https://github.com/mikyll/SDL2-Controller-Tester/blob/main/docs/Documentation.md"><strong>Explore the docs »</strong></a>
4747
<br />
4848
<br />
49-
<a href="https://github.com/mikyll/SDL2-Controller-Tester/issues">Report Bug</a>
49+
<a href="#demo">View Demo</a>
5050
·
51-
<a href="https://github.com/mikyll/SDL2-Controller-Tester/issues">Request Feature</a>
51+
<a href="https://github.com/mikyll/SDL2-Controller-Tester/issues">Report Bug | Request Feature</a>
5252
</p>
5353
</p>
5454

@@ -86,7 +86,7 @@ This little application has been made while I was attending a tutorial to make g
8686
<!-- ABOUT THE PROJECT -->
8787
## About The Project
8888

89-
<p align="center">
89+
<p id="demo" align="center">
9090
<a href="https://www.youtube.com/watch?v=phKoKU2lYFs" target="_blank"><img src="https://github.com/mikyll/SDL2-Controller-Tester/blob/main/gfx/Play Thumbnail.png" alt="Demo Video" width="480" height="360" border="10" /></a>
9191
<br/>
9292
Demo video
@@ -222,5 +222,7 @@ Project Link: [https://github.com/mikyll/SDL2-Controller-Tester](https://github.
222222
[issues-url]: https://github.com/mikyll/SDL2-Controller-Tester/issues
223223
[license-shield]: https://img.shields.io/github/license/mikyll/SDL2-Controller-Tester
224224
[license-url]: https://github.com/mikyll/SDL2-Controller-Tester/blob/master/LICENSE
225-
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555
226-
[linkedin-url]: https://www.linkedin.com/in/michele-righi-095283195/?locale=en_US
225+
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?logo=linkedin&colorB=0077B5
226+
[linkedin-url]: https://www.linkedin.com/in/michele-righi-095283195/?locale=it_IT
227+
[github-shield]: https://img.shields.io/github/followers/mikyll.svg?style=social&label=Follow
228+
[github-url]: https://github.com/mikyll

0 commit comments

Comments
 (0)