diff --git a/src/app/game/berry-dash-with-guns-custom/page.tsx b/src/app/game/berry-dash-with-guns-custom/page.tsx new file mode 100644 index 0000000..18ccbc4 --- /dev/null +++ b/src/app/game/berry-dash-with-guns-custom/page.tsx @@ -0,0 +1,75 @@ +'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' + +export default function BerryDashGameInfo () { + 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 + +
+
+ ) +} diff --git a/src/app/page.tsx b/src/app/page.tsx index 9eaa633..7a27ac4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -39,16 +39,6 @@ export default function Home () {

Spinoffs

- - - Berry Dash with Guns - Berry Dash Lite + + + Berry Dash with Guns +

Non-official but Verified games

+ + + Berry Dash Custom + Berry Dash Godot Remake - + - Berry Dash Custom + Berry Dash with Guns Custom