oakmound / oak

A pure Go game engine
Apache License 2.0
1.54k stars 83 forks source link

New Game Examples (With walkthrough articles) #90

Open 200sc opened 5 years ago

200sc commented 5 years ago

We want to write more large examples like the platformer and top down shooter tutorials.

We'll store the code for these outside of the oak repo, but link to them from here.

Ideas:

Implausiblyfun commented 4 years ago

Per conversation 8/1 there should be at least one example where a custom logger is used to override the dlog implementation.

Consider logrus or zap or zerolog.

Link to that example from the dlog docs to show how this can be done more easily.

lolbinarycat commented 4 years ago

I think I'll take a shot at the card game example.