I have been working on this project for a couple of months so far. This game is basically a survival game where the player is an astronaut who crash lands on the moon and has to repair their spaceship in order to go to other planets. Currently I have implemented a simple grid movement and also some initial tile management. The main thing that I added was a way of keeping the player in view by hiding any objects in front of the camera through the use of raycasts. I still have to work on the actual tile generation and eventual puzzle mechanics to complete the game.