odin-lang/examples

Write a small game using `vendor:sdl2`.

Kelimion opened this issue · 0 comments

Using sdl2/hellope as a starting point, perhaps write a small game like a clone of Arkanoid (Odinoid?) or Space Invaders.

This could show off more of SDL2, like its ability to query supported resolutions and available display adapters, sound cards, how you could implement a menu with key rebinding in idiomatic Odin and so forth.

Nothing too fancy, mind you. These examples are supposed to show people how they can accomplish a certain thing in Odin and use this code as a starting point.