ANN: GameZero.jl -- Simple game development in Julia

We are happy to announce that the first public version of GameZero.jl has been released! For those who don’t know, GameZero is a Julia package, similar to Pygame Zero, that introduces beginner programmers to the fundamentals of programming. It aims to make it really easy to create simple games so that users do not have to think about the framework.

Package repo: https://github.com/aviks/GameZero.jl

JuliaCon talk: https://live.juliacon.org/talk/YYWMPR

The easiest way to learn about the package is to see the examples. They can be read as part of the the docs, and the example game code is in a separate Github repo : SquidSinker/GZExamples (Discourse won’t let me post a third link).

28 Likes