Skip to content

Commit d318f5d

Browse files
committed
! readme + logo
1 parent 99954e9 commit d318f5d

File tree

5 files changed

+11
-16
lines changed

5 files changed

+11
-16
lines changed

README.md

+11-16
Original file line numberDiff line numberDiff line change
@@ -9,57 +9,52 @@
99
<a href="">[![LinkedIn][linkedin-shield]][linkedin-url]</a>
1010

1111
</div>
12+
</br>
1213

1314
<!-- PROJECT LOGO -->
1415
<div align="center">
1516
<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">
1718
</a>
1819
</div>
1920
</br>
2021

2122
<!-- PLAY GAME BUTTON -->
2223
<div align="center">
2324
<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">
2526
</a>
2627
</div>
2728

2829
<!-- 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! ☝️
3132
#### 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.
3233
#### 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.
3334

34-
## Built With:
35+
## $\textsf{\color{#50c090}{Built With:}}$
3536
<!-- TOOLS LOGOS -->
3637
<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:}}$
3839
* SDL_Image (load images)
3940
* SDL_TTF (load fonts)
4041
* ImGui (render UI)
41-
#### Tools:
42+
### $\textsf{\color{#d0c080}{Tools:}}$
4243
* Premake (generate project files for Visual Studio)
4344
* Emscripten (generate web build)
4445

45-
</br>
46-
4746
<!-- LICENSE -->
48-
## License
47+
## $\textsf{\color{#50c090}{License}}$
4948

5049
Distributed under the MIT License. See `LICENSE` for more information.
5150

52-
</br>
53-
5451
<!-- CONTACT -->
55-
## Contact
52+
## $\textsf{\color{#50c090}{Contact}}$
5653

5754
Matheus Cordeiro - #kordeyrow (discord) - kordeyrow@gmail.com
5855

59-
</br>
60-
6156
<!-- ACKNOWLEDGMENTS -->
62-
## Acknowledgments
57+
## $\textsf{\color{#50c090}{Acknowledgments}}$
6358

6459
* [Best README Template (Github)](https://github.com/othneildrew/Best-README-Template/tree/main?tab=readme-ov-file)
6560
* [The Cherno (Youtube)](https://www.youtube.com/@TheCherno)

docs/logo.png

-427 KB
Binary file not shown.

docs/logo2.png

432 KB
Loading

docs/play-btn-offset.png

-28.8 KB
Binary file not shown.

docs/play-btn.png

27.9 KB
Loading

0 commit comments

Comments
 (0)