SDL Chaste Puyo
- June 23, 2023
- chastitywhiterose
SDL Chaste Puyo Also known as Chaste Puyo: SDL_Renderer This project is a port of a previous game I made using Raylib. It is a clone of the popular Japanese puzzle game: Puyo Puyo. SDL allows me greater control over the game loop than I knew how to do in Raylib and so I decided to rewrite the project. This version and the original were both initially created by copying and rewriting several funct…