Experience the classic Tic Tac Toe game with a modern twist. This project leverages React for the user interface, Vite for rapid development, TypeScript for type safety, and Bun for efficient bundling. It's both fun to play and an excellent learning resource!
To start playing Velhinha locally, follow these simple steps:
# Clone the repository
git clone https://github.com/mateuseap/velhinha.git
# Navigate to the project folder
cd velhinha
# Install dependencies
bun install
# Start the development server
bun run dev