devrex.hashnode.devBuilding RoastChess: A Trash-Talking Chess AI in the TerminalI’ve been working on a chess engine that doesn’t just play decent chess, but also roasts you while doing it.The result is RoastChess – a terminal-based chess bot written in Python with its own personality, a custom Minimax engine with Alpha-Beta pru...Jan 26·4 min read
devrex.hashnode.devBuilding Classic Games in React: Tic Tac Toe and 2048Welcome, fellow game enthusiasts! In this blog post, we'll dive into the world of classic games and explore how to build them using React. We'll focus on two popular choices: Tic Tac Toe and 2048. Tic Tac Toe: The Game of Strategy Tic Tac Toe is a si...Aug 22, 2024·5 min read