This is a project to explore and learn various aspects of building video games. The goal of this reference implementation is to use minimal dependencies and build as much as possible from scratch using just DirectX 12 on Windows.
This is a clone of the popular Flappy Bird game.
- Set up a window
- Set up a basic game loop
- Draw a texture on screen
- Add a method to draw text on screen using bitmap fonts