Posts

Showing posts from October, 2022

Intro to JavaScript - Coding a TFT AI - Part 3

Image
  Description This part 3 of my series on coding an AI to play TFT. This teaches basic coding concepts in JavaScript and TypeScript. Topics covered: LoDash, Open-Source, NPMjs, syntax, pseudo-random number generation, optimization, classes, constructors, static, variables, datatypes, boolean logic, lambdas, hashmaps, loops. Transcript Hello. This is part 3 of my series on coding an AI to play the TeamFightTactics video game. This video is a brief overview of the TypeScript language which will provide the foundation needed to understand the rest of the series. This is a basic course and is beginner friendly. Most importantly, we’re going to learn by writing real code related to the TFT game, not some boring academic examples. If you haven’t watched the previous video in the series, you may want to watch that first to understand the rules of the TFT game. If you have any interest in a career in coding I suggest JavaScript as a starting point. There are pros and cons to every programm...