I am documenting my progress making games here. I just started learning the Unity game engine and C# programming language recently, so my games are simple to start with, although I have plans of creating more complicated games soon.
Actually I have plans of using this game engine to explore reinforcement learning more. I have made a game usingPython and pygame that makes use of Q-learning to allow the player character to move on its own and learn about the game environment. I hope to learn how to do that with C# soon, but first need to learn about what can be done with Unity and C#.
Later I hope you will see some AI reinforcement learning games on my page. Stay tuned if you are interested in AI or reinforcement learning.
Also if you want to see how I make these games, check out my instagram where I document my game development with IGTV videos: https://www.instagram.com/
Or my blog where I have already added the code to make Q-learning work with pygame: https://learningneverceases.wordpress.com/
On my blog I will also document other stuff so check that out too!