Robot Hunter (itch)
About
Project developed for the #olcCodeJam2020. The main goal for project was to develop a small directX 11 engine capable of rendering UI as well as 3D objects. All source code for both the engine and the game can be found at: https://github.com/SergioMasson/olc-codejam-2020-voxelmachina.
The math api as well as input handling were heavily based on the DirectX12 mini engine project from Microsoft, that can be found at: https://github.com/microsoft/DirectX-Graphics-Samples/tree/master/MiniEngine
The 3D asserts for the player robot and the enemies where created using MagicaVoxel. The project can be found using this link :https://ephtracy.github.io/
Known issues:
- I could no get Direct2D to work with window resizing. This mean that resizing the window will crash the program. I intend to get it fixed as soon as possible.