I am trying to make a rougelike using Bevy Engine: https://bevyengine.org
First day is done, I've focused mostly on the look that I want to achieve, for now I am satisfied with it, now I want to implement command pattern which later on will be used both by player and by AI enemies.