Recently i have been creating enemies with simple AI where they just walk up and attack the player.
How can i make them smarter?
Do they need to be smarter for a game to be fun?
Just short post because i just need some ideas on what to change about them.
All help is appreciated.
RamJoT
(RamJoT)
January 10, 2020, 1:58pm
#2
I hope you don’t mind me suggesting you try a search using
roblox npc ai and check out the results.
starmaq
(starmaq)
January 10, 2020, 2:07pm
#3
If you want you can take a look at neural networks .
The second iteration of this library was released recently: it is superior to this library in every way except raw speed. Check it out!
After seeing a friend (@Auxintic ) playing around with Roblox neural networks and learning how to make them, a sense of competition drove me to outdo him for absolutely no reason other than as an excuse to understand machine learning myself. For the last few weeks, I have researched neural networks from the ground up and have designed a neural network library w…
Here is a module that might help