Category: artificial intelligence
-
Chess programming and basic chess principles: Episode 2 – Double attack
Double attack is the single most important thing a computer (or a human) should search for when thinking for a game of chess. Why is that? Well, simply put, there is no other way to win material other than the double attack! If you threat one piece of the opponent then the opponent can simply…
-
How to develop a chess program from scratch (for total beginners) Ep. 2: Design algorithm
In this chess programming episode, the tutorial explains how the chess thinking algorithm works.
-
HUO Writer: A simple AI writer with basic Neural Network capabilities (QB64)
News Goal The goal of Huo Writer is to be a program that thinks philosophically. By getting user input on a specific topic, it can generate phrases with deep philosphical meaning so as to trigger thoughts on the human user. The goal of the article is to serve as a simple tutorial on how to…