TicTacToeRush : Building a Disappearing Tic-Tac-Toe Game with React Native and Expo
Introduction So, for a month, during lunch breaks, I was bored at the client’s office. And yes, since I was fasting for Ramadan, I had to keep myself busy at the office while the others were enjoying themselves at the restaurant. I was procrastinating when I had this random thought - what if Tic-Tac-Toe pieces disappeared after a while? Would make for a more chaotic game, right? I spent a weekend hacking together a prototype, and honestly, it turned out way better than I expected. Friends kept asking how I built it, so I figured I’d write up my process. Here’s how I created a disappearing Tic-Tac-Toe game using React Native and Expo, warts and all. ...