Advertisement

Latest ArtificialIntelligence Activity

enigma_dev
March 27, 2022 02:20 PM
DevBlog 20 - Stencil Highlight Targeting, Player AI, and Objective AI

Making the game fun with AI and a useful HUD.

The HUD now has helpful elements like health, energy, and game stats.

But I found the debug lines to the ships that were attacking me, actually made the game more enjoyable.  

So I polished that up and made a real HUD system that has the debug lines. …

7,700 views
Advertisement

Rimworld uses a clever algorithm that adds an updatable heat map of undesirability to the movement cost required to enter locations. There's also the boids mechanic for collision avoidance and flocking of multiple moving objects. And They Are Billions manages to put hundreds of mobs on screen witho…

6,255 views

@zviperz , please don't necro. Thread locked.

7,788 views
enigma_dev
December 19, 2021 06:22 PM
DevBlog 9 - Creating AI Behavior Trees in C++




I created a behavior tree system that is defined completely within c++.  

AI entities have a brain which spins up a behavior tree.

The nodes in the behavior tree are heap allocated, which I believe does have some noticeable performance cost.

The reason for this was to easily use virtual methods a…

11,598 views
LifeAI artificial intelligence system

LifeAI is an artificial intelligence system that simulates key processes of our minds, such as organizing data into concepts and categories, planning actions based on their predicted outcome, and communication. LifeAI was designed to be simple, but powerful and flexible enough to have many applicat…

2,968 views

Yeah, I can give you some pointers on A* pathfinding.

But in the video you linked, the battlefield is completely open, no fixed obstacles at all. Is that true for the whole game? In that case A* might be overkill, and I would go more for the approach @TheBlackRattle is advocating. So basically make …

6,276 views

Thanks for the constructive comment! @IADaveMark I agree. I mean, that's implied by the name. Rather than learn how to solve the problem myself, the machine will learn how.

6,327 views

Blackth0rn said:

@Zouflain I've been dreaming this game up for 15 years but haven't been able to do much until now. The problem with everything is I'm very hard to focus unless I'm very passionate about something. This is the game I want to pour my heart into, I know I won't focus on the small stuff…

5,600 views

TheMightyPenguin said:

However, this semester I'm not particularly sure what to go for. A sibling module to the maths one focuses on Digital Signal & Image Processing, Fourier Transformations and Numerical Analysis. From what i can gather, the latter is essential for optimisation in Machine Lear…

5,266 views
Advertisement
Advertisement