'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' export default function BerryDashGameInfo () { useEffect(() => { document.title = 'Lncvrt Games - Berry Dash Godot Remake' }, []) return (
home

Berry Dash Godot Remake

Berry Dash Godot Remake is a recreation of Berry Dash 1.0 in the Godot Game engine.

Currently, it is a bit basic but more features will be added soon!

Screenshots

Downloads

Windows, macOS, or Linux
) }