|
27 | 27 | [![Issues][issues-shield]][issues-url]
|
28 | 28 | [![MIT License][license-shield]][license-url]
|
29 | 29 | [![LinkedIn][linkedin-shield]][linkedin-url]
|
30 |
| - |
| 30 | +[![GitHub followers][github-shield]][github-url] |
31 | 31 |
|
32 | 32 |
|
33 | 33 |
|
|
43 | 43 | <p align="center">
|
44 | 44 | 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>
|
45 | 45 | <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> |
47 | 47 | <br />
|
48 | 48 | <br />
|
49 |
| - <a href="https://github.com/mikyll/SDL2-Controller-Tester/issues">Report Bug</a> |
| 49 | + <a href="#demo">View Demo</a> |
50 | 50 | ·
|
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> |
52 | 52 | </p>
|
53 | 53 | </p>
|
54 | 54 |
|
@@ -86,7 +86,7 @@ This little application has been made while I was attending a tutorial to make g
|
86 | 86 | <!-- ABOUT THE PROJECT -->
|
87 | 87 | ## About The Project
|
88 | 88 |
|
89 |
| -<p align="center"> |
| 89 | +<p id="demo" align="center"> |
90 | 90 | <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>
|
91 | 91 | <br/>
|
92 | 92 | Demo video
|
@@ -222,5 +222,7 @@ Project Link: [https://github.com/mikyll/SDL2-Controller-Tester](https://github.
|
222 | 222 | [issues-url]: https://github.com/mikyll/SDL2-Controller-Tester/issues
|
223 | 223 | [license-shield]: https://img.shields.io/github/license/mikyll/SDL2-Controller-Tester
|
224 | 224 | [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