Open albinahlback opened 3 years ago
Relies on #31 and #33
schduler
scheduler
line
GameZero.jl
Game.jl
screen.jl
Geom.jl
Screen.jl
keyboard.jl
Keyboard.jl
timer/
timer.jl
Julia uses 4-spaces indexing as standard
Very true. At the time of the PR I was mostly familiar with packages with 2-spaces indents. I will fix this if this package is going to be maintained.
Relies on #31 and #33
schduler
toscheduler
in exports.line
from exports.GameZero.jl
to a separate fileGame.jl
, and thusGameZero.jl
only contains exports, imports and includes.GameZero.jl
to make it clear what it depend upon and exports.screen.jl
to a separate fileGeom.jl
.screen.jl
toScreen.jl
since it represents a struct.keyboard.jl
toKeyboard.jl
, since it only contained functionality for the Keyboard struct.timer/
for WallTimer-utilities, and removed the same content intimer.jl
.timer/
for Scheduled structs and utilities, and removed the filetimer.jl
.