Technically, the answer is yes, but this is a very large task that I don't have time for so I can't. I would suggest you look up tutorials for Unity, as anything I could teach you is most likely done better by someone else already. There's a lot of free resources out there; try to find one that's easy to follow and does something very basic like a game of pong.
If you do follow a tutorial and it clicks for you, I would then look up some fundamentals regarding C# coding language like object-oriented programming. I think with at least 100 hours of effort, you can reach a point where you can consider starting your own game by using what you learned. You should give it a try; it is very satisfying when I solve a problem for my game through code.