How do I run a game? That seems to be an oversight.
Code example?
How do I run a game? That seems to be an oversight.
Code example?
According to https://github.com/SquidSinker/GZExamples:
pkg> add https://github.com/aviks/GameZero.jl
julia> using GameZero
julia> GameZero.rungame("C:\\path\\to\\GZExamples\\Spaceship\\Spaceship.jl")
(that repository has code examples, too)
Thanks! That readme should added here too: https://github.com/aviks/GameZero.jl/tree/master/example/BasicGame
I guess it’d be the best if you opened the issue / PR in GameZero.jl repository to do that.
Good idea. Done
How to draw player scores?