'use client' import Image from 'next/image' import { Swiper, SwiperSlide } from 'swiper/react' import { Navigation, Keyboard } from 'swiper/modules' import 'swiper/css' import 'swiper/css/navigation' import Link from 'next/link' import { useEffect } from 'react' import { HomeButton } from '@/app/components/HomeButton' import { DiscordButton } from '@/app/components/DiscordButton' export default function BerryDashWithGunsCustomGameInfo () { useEffect(() => { document.title = 'Lncvrt Games - Berry Dash with Guns Custom' }, []) return (

Berry Dash with Guns Custom

Berry Dash with Guns Custom is similar to Berry Dash with Guns, but with a second player added and more!

The game does not contain any gore and is simply a pixel gun and pixel bullet.

Screenshots

Downloads

Windows, macOS, or Linux
) }