oak
oak copied to clipboard
New Game Examples (With walkthrough articles)
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:
- Card game
- Shootemup
- Beatemup
- Clicker
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.
I think I'll take a shot at the card game example.