# I made a Pong tutorial for my game library in Julia!

**URL:** https://discourse.julialang.org/t/i-made-a-pong-tutorial-for-my-game-library-in-julia/121483
**Category:** Community
**Tags:** tutorials, games
**Created:** [October 19, 2024, 3:29pm UTC](https://discourse.julialang.org/t/i-made-a-pong-tutorial-for-my-game-library-in-julia/121483 "2024-10-19T15:29:02Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Sabe](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/sabe/32/212556_2.png) [@Sabe](https://discourse.julialang.org/u/Sabe)
#### Post date: [October 19, 2024, 3:29pm UTC](https://discourse.julialang.org/t/i-made-a-pong-tutorial-for-my-game-library-in-julia/121483/1 "2024-10-19T15:29:02Z")

</div>

So I just released a little tutorial on how to make Pong in my game library.  
You can check it out here: [https://www.youtube.com/watch?v=zp04en2ZCBg](https://www.youtube.com/watch?v=zp04en2ZCBg)  
and check out the library here: [GitHub - SabeDoesThings/Nexa.jl: A simple game library to make game development in the Julia programming language easy.](https://github.com/SabeDoesThings/Nexa.jl)  
It’s called Nexa and I have been working on it for a week and a half now and I think it’s at a pretty stable release to actually be used.
