· software
My Simple Tic-Tac-Toe Game
As part of Codecademy's portfolio project series, I built an interactive Tic‑Tac‑Toe game that runs entirely in the terminal. This was my first complete Python...
As part of Codecademy's portfolio project series, I built an interactive Tic‑Tac‑Toe game that runs entirely in the terminal. This was my first complete Python...
Using prompt‑sync Node.js does not have a built‑in synchronous method for reading input from the terminal, so an external library such as prompt‑sync is common...