Home

Awesome

Zig SFML Pong

A little test for my SFML zig wrapper

I made this to test my SFML zig wrapper you can find here in "real" conditions. I wanted to see if what I implemented in the binding was enough to make a simple game.

The game has sound, and textures. I will maybe add some other things in the future, like networking, depending on what I put in the sfml wrapper.

This project does not how how to properly organize a game or code in zig, it really doesn't use the best practices.