In this section of my portfolio, I aim to demonstrate my skills as a video game developer by recreating three of the most iconic games in history: Snake, Tetris, and Breakout.
Download Node.js. Run this followed commands:
# Install dependencies (only the first time)
npm install
# Run the local server at localhost:8080
npm run dev
# Build for production in the dist/ directory
npm run buildThis project is licensed under the MIT License.