LÖVE AI

Questions about the LÖVE API, installing LÖVE and other support related questions go here.
Forum rules
Before you make a thread asking for help, read this.
Post Reply
ajinkya
Prole
Posts: 1
Joined: Sun Mar 11, 2012 1:55 pm

LÖVE AI

Post by ajinkya »

I want to know whether anyone has written AI module for LÖVE.
If not then i am interesting in writing that.
So should i start coding?
User avatar
Robin
The Omniscient
Posts: 6506
Joined: Fri Feb 20, 2009 4:29 pm
Location: The Netherlands
Contact:

Re: LÖVE AI

Post by Robin »

So... that's pretty general.

I've written plenty of AIs for LÖVE games. But a general "AI module" is useless.
Help us help you: attach a .love.
User avatar
trubblegum
Party member
Posts: 192
Joined: Wed Feb 22, 2012 10:40 pm

Re: LÖVE AI

Post by trubblegum »

I would tend to agree, unless it is able to efficiently make fuzzy judgement calls based on a range of parameters and simplify abstraction considerably.
Even a simplified-for-efficiency and pre-programmable condition-based neural net could be a nifty and time-saving addition to many (but not necessarily most) game engines.

I think it could certainly be an interesting project, and worth watching, but more details re just what you mean would be helpful.
User avatar
teh8bits
Citizen
Posts: 52
Joined: Fri Mar 09, 2012 9:18 pm
Location: The Matrix
Contact:

Re: LÖVE AI

Post by teh8bits »

viewtopic.php?f=5&t=8177
That one is pretty cool imo

All you need though (unless you're making conversation) is a few lines of code that make the enemy draw closer to the player really, maybe throwing something from time to time
User avatar
Inny
Party member
Posts: 652
Joined: Fri Jan 30, 2009 3:41 am
Location: New York

Re: LÖVE AI

Post by Inny »

Game AI typically comes in two forms: pathfinding and decision making. The pathfinding part is already well covered by A* libraries (here's the one on the wiki: https://love2d.org/wiki/LoveAStar). As for decision making there's not much that would be useful to you, but the best tools to use there are either state machines, or lua's coroutines which I like a lot.
Post Reply

Who is online

Users browsing this forum: Bing [Bot] and 2 guests