Kyjor / JulGame.jl

JulGame is a 2D game engine based on the Julia programming language with the help of SDL2.
https://docs.kyjor.io/JulGame.jl
The Unlicense
107 stars 3 forks source link

Using platformer to increase test coverage #56

Closed Kyjor closed 8 months ago

Kyjor commented 8 months ago

I've had this platformer project in here for profiling purposes. It uses a lot of the features in JulGame. I was able to figure out how to get it working for automated testing as well. This should help find breaking changes in future updates.