V
V
vldanch2018-12-19 22:59:56
MySQL
vldanch, 2018-12-19 22:59:56

How to write ai?

Good afternoon, I'm studying the issue of writing ai for the game. Where can you get information on this topic?
As I understand it, if you disassemble ai for chess, you can break your head in the code)
I would like a basic understanding of writing ai in games and applications in general.
Comrades, in which direction to dig?

Answer the question

In order to leave comments, you need to log in

6 answer(s)
A
Andrey, 2016-02-18
@rdt09

select * from (SELECT * from products LIMIT 3 ) t
left join files f using(id)

M
Melkij, 2016-02-18
@melkij

select /**/ from products left join files using(id)

N
nikosias, 2016-02-18
@nikosias

select t1.id,t1.title,t2.file_name from tovari as t1 left join files as t2 on t1.id=t2.id where t1.id in (2,3,4)

R
Rafael Osipov, 2018-12-20
@Rafael

There is such a book:
E.N. Kornilov - Programming of chess and other logic games
and take a look at this link:
https://www.gamedev.net/forums/topic/592473-recomm...

A
asd111, 2018-12-20
@asd111

There are books on the subject.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question