Reference Repo https://github.com/martjung-developer/word-scrabble.git
A fast-paced typing game built with Next.js and powered by the Stellar Network. Test your typing speed and accuracy by entering the displayed word before time runs out. Earn points and claim Stellar rewards based on your final score.
Originally built as a traditional web application, this project was later migrated to Stellar Web3, adding Stellar wallet integration, blockchain-based reward claiming, and secure server-side transaction signing using the Stellar SDK.
Play Now: https://guessing-game-collab.vercel.app
Repo https://github.com/LCCB-SIPD/Guessing_game_collab.git
- ⌨️ Type the displayed word as quickly as possible.
- ⚡ Improve your typing speed and accuracy.
- 🎯 Real-time score tracking.
- 💰 Claim Stellar rewards after completing the game.
- 🔐 Secure backend reward distribution.
- 🌍 Stellar wallet integration.
- 📱 Responsive design for desktop and mobile.
- Framework: Next.js
- Language: JavaScript
- Blockchain: Stellar Testnet
- SDK: @stellar/stellar-sdk
- Backend: Next.js Route Handlers
- Deployment: Vercel
git clone <repository-url>
cd guessing-game
npm install
npm run devOpen:
http://localhost:3000
- Connect your Stellar wallet.
- A random word will appear on the screen.
- Type the word exactly as shown.
- Earn points for every correct word.
- Keep typing until the timer ends.
- Claim your Stellar rewards based on your final score.
Rewards are calculated using:
Reward = Score / 2
The higher your score, the greater your reward.
- Reward wallet secret key is securely stored on the backend.
- Transactions are signed server-side.
- Players never have access to the reward wallet.
- Rewards are sent securely through the Stellar network.
Released under the MIT License.