The ultimate cannabis farming simulation game built on Solana blockchain. Grow, harvest, and earn rewards in this innovative Web3 gaming experience.
- Real-time farming simulation - Plant, grow, and harvest cannabis
- NFT integration - Collect unique seeds and farming equipment
- Solana blockchain - Fast, secure transactions
- Multiplayer gameplay - Compete with other farmers
- Token rewards - Earn $HIGH tokens for your efforts
- Backend: PHP 7.4+ (opcional)
- Frontend: HTML5, CSS3, Vanilla JavaScript
- Blockchain: Solana
- Styling: Custom CSS with responsive design
- APIs: CoinGecko for real-time SOL price
- PHP 7.4+ (optional - site works as static HTML)
- Web Server (Apache, Nginx, or Vercel/Netlify)
- Connect your GitHub repository to Vercel
- Vercel will automatically detect the
vercel.jsonconfiguration - Deploy with security headers and optimizations enabled
- Connect your repository to Netlify
- Netlify will use the
_headersfile for security headers - Deploy with automatic optimizations
php -S localhost:8000- Upload all files to your web server
- Ensure HTTPS is enabled
- Configure your server to use the provided
.htaccessfile (Apache)
- Use
index.htmlfor static hosting (included in repository) - Or rename
index.phptoindex.htmlfor static hosting - All functionality remains the same
- Content Security Policy (CSP)
- XSS Protection
- Frame Options (DENY)
- Strict Transport Security (HSTS)
- Referrer Policy
- Permissions Policy
Fully responsive across all devices:
- Desktop (1200px+)
- Tablets (900px - 1199px)
- Mobile (600px - 899px)
- Small mobile (400px - 599px)
# Clone the repository
git clone https://github.com/YOUR_USERNAME/highlands-game.git
cd highlands-game
# Install dependencies (if any)
npm install
# Start development server
npm run dev-
Create a new repository on GitHub:
- Go to github.com and sign in
- Click the "+" icon → "New repository"
- Name it
highlands-gameor your preferred name - Don't initialize with README (we already have one)
- Click "Create repository"
-
Connect your local repository:
# Add the remote origin (replace YOUR_USERNAME with your GitHub username) git remote add origin https://github.com/YOUR_USERNAME/highlands-game.git # Push to GitHub git push -u origin main
-
Deploy with Vercel (Recommended):
- Go to vercel.com
- Connect your GitHub account
- Import the repository
- Deploy automatically
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request
© High Lands. All rights reserved by UNICORN LABS 2025.
- Website: playhighlands.net
- Documentation: docs.playhighlands.net
- Twitter: @highlands.fun
Built with ❤️ by UNICORN LABS
Last updated: December 2025
