blackSheep
blackSheep
CC#
Created by blackSheep on 4/11/2024 in #help
✅ C# + raylib + freebsd
20 replies
CC#
Created by blackSheep on 4/11/2024 in #help
✅ C# + raylib + freebsd
Yep, that worked. such simple thing. Can't believe I didn't notice something like this.
20 replies
CC#
Created by TOLOXI on 3/6/2024 in #help
Enemy following after the player (MONOGAME)
You could create a A* (path finding Algorithm) to the enemy so uses his location as a start point then check the location of the player for the end point. The A* would cauculate the best path from enemy to player, then the enemy uses the path to move towards the player. I'm assuming you have a grid system (x, y) to place thing on your screen.
3 replies
CC#
Created by blackSheep on 3/6/2024 in #help
Resizing the Console window - Console Application
I planning to create a consolePad app (like a notepad Console version ) and one the things that I wanted was to have the size of that window to be resized.
22 replies
CC#
Created by blackSheep on 3/6/2024 in #help
Resizing the Console window - Console Application
I had this doubt it at the back of my mind and now it seems pretty clear what you just said. Thanks to take the time to answer 🙂
22 replies
CC#
Created by blackSheep on 3/6/2024 in #help
Resizing the Console window - Console Application
I'm using windows 11 and visual studio Community version 2022
22 replies