|
9 | 9 | <a href="">[![LinkedIn][linkedin-shield]][linkedin-url]</a>
|
10 | 10 |
|
11 | 11 | </div>
|
| 12 | +</br> |
12 | 13 |
|
13 | 14 | <!-- PROJECT LOGO -->
|
14 | 15 | <div align="center">
|
15 | 16 | <a href="https://kordeyrow.github.io/flappy-bird-sdl/">
|
16 |
| - <img src="docs/logo.png" alt="Logo" width="180" height="160"> |
| 17 | + <img src="docs/logo2.png" alt="Logo" width="166" height="160"> |
17 | 18 | </a>
|
18 | 19 | </div>
|
19 | 20 | </br>
|
20 | 21 |
|
21 | 22 | <!-- PLAY GAME BUTTON -->
|
22 | 23 | <div align="center">
|
23 | 24 | <a href="https://kordeyrow.github.io/flappy-bird-sdl/" style="text-decoration: none">
|
24 |
| - <img src="docs/play-btn-offset.png" alt="Play Button" width="210" height="50"> |
| 25 | + <img src="docs/play-btn.png" alt="Play Button" width="210" height="50"> |
25 | 26 | </a>
|
26 | 27 | </div>
|
27 | 28 |
|
28 | 29 | <!-- ABOUT THE PROJECT -->
|
29 |
| -## Hey there! 😃 |
30 |
| -#### Thanks for checking out my SDL study project! 👍 |
| 30 | +## $\textsf{\color{#30e0a0}{Hey there! 😃}}$ |
| 31 | +#### Thanks for checking out my Flappy Bird game project! ☝️ Play now! ☝️ |
31 | 32 | #### I chose Flappy Bird game because it is simple, but still has interesting features like gravity, collision and spawnnig. And also because it's a fun game if the developer balance the values carefully.
|
32 | 33 | #### In the making of this game, I was able to learn the basics of SDL (window management, event polling, rendering), improve my C++ knowledge and learn more about project tools like Premake and Emscripten.
|
33 | 34 |
|
34 |
| -## Built With: |
| 35 | +## $\textsf{\color{#50c090}{Built With:}}$ |
35 | 36 | <!-- TOOLS LOGOS -->
|
36 | 37 | <a href="https://www.libsdl.org/"><img src="https://upload.wikimedia.org/wikipedia/commons/1/16/Simple_DirectMedia_Layer%2C_Logo.svg" alt="SDL" style="width:130px; height:auto;"></a>ㅤㅤ<a href="https://isocpp.org/"><img src="https://raw.githubusercontent.com/isocpp/logos/master/cpp_logo.png" alt="C++" style="width:60px; height:auto;"></a>ㅤㅤ<a href="https://visualstudio.microsoft.com/vs/community/"><img src="https://upload.wikimedia.org/wikipedia/commons/thumb/2/2c/Visual_Studio_Icon_2022.svg/290px-Visual_Studio_Icon_2022.svg.png" alt="Visual Studio" style="width:80px; height:auto;"></a>
|
37 |
| -#### Libraries: |
| 38 | +### $\textsf{\color{#d0c080}{Libraries:}}$ |
38 | 39 | * SDL_Image (load images)
|
39 | 40 | * SDL_TTF (load fonts)
|
40 | 41 | * ImGui (render UI)
|
41 |
| -#### Tools: |
| 42 | +### $\textsf{\color{#d0c080}{Tools:}}$ |
42 | 43 | * Premake (generate project files for Visual Studio)
|
43 | 44 | * Emscripten (generate web build)
|
44 | 45 |
|
45 |
| -</br> |
46 |
| - |
47 | 46 | <!-- LICENSE -->
|
48 |
| -## License |
| 47 | +## $\textsf{\color{#50c090}{License}}$ |
49 | 48 |
|
50 | 49 | Distributed under the MIT License. See `LICENSE` for more information.
|
51 | 50 |
|
52 |
| -</br> |
53 |
| - |
54 | 51 | <!-- CONTACT -->
|
55 |
| -## Contact |
| 52 | +## $\textsf{\color{#50c090}{Contact}}$ |
56 | 53 |
|
57 | 54 | Matheus Cordeiro - #kordeyrow (discord) - kordeyrow@gmail.com
|
58 | 55 |
|
59 |
| -</br> |
60 |
| - |
61 | 56 | <!-- ACKNOWLEDGMENTS -->
|
62 |
| -## Acknowledgments |
| 57 | +## $\textsf{\color{#50c090}{Acknowledgments}}$ |
63 | 58 |
|
64 | 59 | * [Best README Template (Github)](https://github.com/othneildrew/Best-README-Template/tree/main?tab=readme-ov-file)
|
65 | 60 | * [The Cherno (Youtube)](https://www.youtube.com/@TheCherno)
|
|
0 commit comments