Welcome to the Crazy Cattle 3D game website project - a battle royale rage game about sheep!
Crazy Cattle 3D is a physics-based game where players control explosive sheep in unique environments. The game combines chaotic physics with strategic gameplay to create an addictive and entertaining experience.
- Next.js 13 (App Router)
- React
- Tailwind CSS
- Shadcn UI Components
- MongoDB for comments storage
- Node.js 16.8+
- npm or yarn
- Clone the repository
git clone https://github.com/your-username/crazy-cattle-3d.git
cd crazy-cattle-3d- Install dependencies
npm install
# or
yarn- Set up environment variables
Create a.env.localfile in the root directory with the following variables:
MONGODB_URI=your_mongodb_connection_string
NEXT_PUBLIC_BASE_URL=http://localhost:3000
- Run the development server
npm run dev
# or
yarn devOpen http://localhost:3000 with your browser to see the result.
The easiest way to deploy this app is to use the Vercel Platform:
- Push your code to a GitHub repository
- Import the project into Vercel
- Set the environment variables in the Vercel dashboard
- Deploy!
/app- Application routes and pages/components- Reusable UI components/lib- Utility functions and libraries/public- Static assets
- Interactive game iframe
- Comprehensive game information
- Downloadable game clients
- User comments system
- Responsive design
This project is proprietary software.
For questions and support, please use the contact form on the website.