Directories:
- .aicontext : prompts for ai to use if I was to use it for code review.
- assets : images and other items to use
- Bomber : kaboom clone using SDL3
- docs / : more ai prompts for code review
- learnOdin/[1,4,5,6,7,8,raylib] : https://learnodin.org/
- runningTests : https://odin-lang.org/docs/testing/
- sdl : https://lazyfoo.net/tutorials/SDL3/index.php
- scratch : Random items
- sdlAppWithCallbacks : Example using SDL3 callbacks
- TicTacToe : TicTacToe clone using SDL3
- Tanks : InProgress vector based top down game
- MyBert : InProgress Q*bert clone
Notes:
- run each by abs path from root of repo. For example
odin run ./sdl/ex17/ex17.odin -file - Should I need a UI maybe use microui https://gist.github.com/gingerBill/5bbcca224bf8d9dcd09dde38b2567d10
- TODO: Update physics timestep to be independent of framerate https://gafferongames.com/post/fix_your_timestep/