Code a Chess Game with Stockfish API JavaScript Tutorial - Part 1

Learn how to code a chess game that can be played against another person or a computer, using the Stockfish API. The tutorial uses JavaScript and Angular, but you can follow along if you don’t know Angular. 💻 Code: Stockfish API: ✏️ Course created by @RobertsTech139 You can email Roberts if you have questions: @ ⭐️ Contents ⭐️ ⌨️ (0:00:00) Introduction ⌨️ (0:02:09) Object-oriented model for a chess app ⌨️ (0:03:55) Create a new Angular project ⌨️ (0:04:07) Abstract Piece class ⌨️ (0:07:07) Bishop class ⌨️ (0:08:22) Knight class ⌨️ (0:09:54) Queen class ⌨️ (0:11:25) Rook class ⌨️ (0:13:14) King class ⌨️ (0:14:37) Pawn class ⌨️ (0:17:06) ... #freeCodeCamp 20240502 fJIsqZmQVZQ
Back to Top