Skip to content

Commit df5ba13

Browse files
authored
Add Python learning button to game development guide
Added a button to learn Python with a styled link.
1 parent be7cb78 commit df5ba13

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

blogs/2025/how-to-get-started-with-game-development.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,10 @@ Resources:
9696
- [Python course](https://www.codedex.io/python)
9797
- [Build Pong with PyGame](https://www.codedex.io/projects/build-pong-with-pygame)
9898

99+
<div style={{ display: "flex", justifyContent: "center", marginBottom: "1.2rem", transform: "scale(.9)" }}>
100+
<a href="https://www.codedex.io/python" style={{ all: "unset" }} target="_blank" and rel="noopener noreferrer"><Button variant="yellow">Learn Python</Button></a>
101+
</div>
102+
99103
### LÖVE (Lua)
100104

101105
![image](https://media.amano.games/devlog/starting-a-game/target-position-bug.gif)

0 commit comments

Comments
 (0)