Releases: zkjon/pong
Releases · zkjon/pong
v1.1
v1.0
🏓 Pong v1.0
🏗️ Project Structure
/
├── public/ # Static files
├── src/
│ ├── components/ # Preact components
│ │ └── PongGame.tsx # Main game component
│ ├── hooks/ # Custom hooks
│ │ └── useKeyboard.ts
│ ├── layouts/ # Astro layouts
│ │ └── Layout.astro
│ ├── pages/ # Site pages
│ │ └── index.astro
│ ├── styles/ # Global styles
│ │ └── global.css
│ ├── types/ # TypeScript type definitions
│ │ └── game.ts
│ └── utils/ # Game utilities
│ └── gameUtils.ts
├── astro.config.mjs # Astro configuration
├── tailwind.config.mjs # Tailwind configuration
└── tsconfig.json # TypeScript configuration
🎯 Upcoming Features
- AI for single player mode
- Multiple difficulty levels
- Sound effects
- Online multiplayer mode
- Different visual themes
- Achievement system