Skip to content

Status

Here I keep an overview of the status of the chapters.

Section 1: introduction

Section 2: basics

Code Build status Code coverage Chapter
code Check build codecov hello_world.md
code Check build codecov add_player.md
code Check build codecov add_player_sprite.md
code Check build codecov add_player_sprite_with_texture.md
code Check build codecov add_text.md
code Check build codecov add_camera.md
code Check build codecov move_player.md

Section 3: user input

Code Build status Code coverage Chapter
code Check build codecov respond_to_window_resize.md
code Check build codecov respond_to_key_press.md
code Check build codecov respond_to_just_key_pressed.md
code Check build codecov respond_to_mouse_move.md
code Check build codecov respond_to_mouse_button_press.md
code Check build codecov respond_to_mouse_wheel_turn.md
code Check build codecov respond_to_mouse_wheel_press.md
  • gamepad

Section 4: media

  • Adding a 3D player with a texture
  • 3D models
  • drawing
  • animations
  • sounds
  • other suggestions from feedback

Section 99: Graphical user interface testing

  • Testing for a key press to close the game

Section for possible chapters

Code Build status Code coverage Chapter
code Check build codecov use_game_state.md
code Check build codecov use_resources.md
code Check build codecov use_window_title.md
code Check build codecov click_sprite.md

Appendix

Code Build status Code coverage Chapter
code Check build codecov move_camera.md
code Check build codecov move_camera_with_keyboard.md
code Check build codecov move_player_with_keyboard.md
code Check build codecov move_camera_with_mouse.md
code Check build codecov move_player_with_mouse.md
code Check build codecov show_2d_coordinate_systems.md