Category: artificial intelligence
-
How to develop a chess program from scratch (for total beginners) Ep. 2
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…
-
Programming for kids: Developing a chess program in BASIC – Part 3
Programming for kids – How to program a chess program in BASIC Other Related articles In the previous lesson we managed to create the function which checks the legality of a move. With that we managed to check the move entered by the user and present it to the screen. What is next? To make…