Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Xym470/cattle2.0

Repository files navigation

Crazy Cattle 3D

Welcome to the Crazy Cattle 3D game website project - a battle royale rage game about sheep!

About the Project

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.

Technologies Used

  • Next.js 13 (App Router)
  • React
  • Tailwind CSS
  • Shadcn UI Components
  • MongoDB for comments storage

Getting Started

Prerequisites

  • Node.js 16.8+
  • npm or yarn

Installation

  1. Clone the repository
git clone https://github.com/your-username/crazy-cattle-3d.git
cd crazy-cattle-3d
  1. Install dependencies
npm install
# or
yarn
  1. Set up environment variables
    Create a .env.local file in the root directory with the following variables:
MONGODB_URI=your_mongodb_connection_string
NEXT_PUBLIC_BASE_URL=http://localhost:3000
  1. Run the development server
npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

Deploying on Vercel

The easiest way to deploy this app is to use the Vercel Platform:

  1. Push your code to a GitHub repository
  2. Import the project into Vercel
  3. Set the environment variables in the Vercel dashboard
  4. Deploy!

Project Structure

  • /app - Application routes and pages
  • /components - Reusable UI components
  • /lib - Utility functions and libraries
  • /public - Static assets

Features

  • Interactive game iframe
  • Comprehensive game information
  • Downloadable game clients
  • User comments system
  • Responsive design

License

This project is proprietary software.

Contact

For questions and support, please use the contact form on the website.

About

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published