Pure Scala Native, zero JVM. S2D is a 2D graphics library built on top of OpenGL and SDL, the same framework behind games like World of Goo. 🎮
Here is a step-by-step guide to implementing Snake 🐍 with it:
matiasfinochio.substack.com/p/s2d-develo...
Welcome to the first post of the S2D development series! In this series I will show you how to develop some small games step by step using my library S2D, and the first game in the list is... Snake!!