A cyberpunk-themed gaming platform with cryptography and memory challenges
- CipherGame - Crack encrypted messages and decode secret communications
- MemoryGame - Test your memory with cyber-themed card matching
- Multiplayer battles
- New puzzle games
- Achievement system
- Leaderboard enhancements
- React 18 + TypeScript
- Vite (Build tool)
- Tailwind CSS
- Lucide React (Icons)
# Clone the repo
git clone https://github.com/Chirag1724/Decodify.git
cd Decodify
# Install dependencies
npm install
# Start dev server
npm run devOpen http://localhost:5173 in your browser.
src/
├── components/
│ └── Navbar.tsx
├── games/
│ ├── CipherGame.tsx
│ └── MemoryGame.tsx
├── pages/
│ ├── Home.tsx
│ ├── LeaderBoard.tsx
│ ├── QuickGame.tsx
│ ├── RetroAuthGate.tsx
│ └── SignupPage.tsx
├── App.tsx
└── main.tsx
npm run dev # Development server
npm run build # Build for production
npm run preview # Preview production build| Phase | Status | Features |
|---|---|---|
| Phase 1 | ✅ Complete | Basic games, Auth, UI |
| Phase 2 | 🔄 In Progress | Multiplayer, New games |
MIT License