fuzzy logic is the in-between a true and false values so rather than being 0 or 1 it can be 0 to 1 returning a float rather than a Boolean
I think if I had the knowledge of doing this I wouldn't be and University
I guess I could "publish" it but it wont be any good tbh
Ok so I am studying Games Development and have an understanding of AI components/techniques used for games. My current Assignment is to create a game with a combined use of the AI techniques I have been taught.
My question is what would be the best idea to be able to demonstrate. The game doesn't have to be good just has to include:
Senses
States
Tasks
Patrol
Fuzzy Logic
Utility
Graphs (Path finding)
Probability
Any Idea is welcome! Unity is used for this assignment I also have many assets to work with.
My own Idea is to make a dungeon crawler with player movement similar to Runescape.
HI
So, I'm paddy... Programming is my passion, currently and uni so I'm here in my spare time. 22 hardly play runescape have a bigger interest in programming scripts than playing the game!
Hi Guys!
I'm just making a personal fighting script.
I want it to loot items by name that is stored in an array.
What are your ideas in doing this task. for example you don't want the script to constantly be looting in areas such as the chicken farm because there is much loot to be had there.
I thought about creating a timer method so it will only loot for a certain amount of time and not loot again for say 5 minutes.
How would you tackle this task!?