Skip to content

Nextjs Flappy Rocket , inspired by the flappy bird game where you can tap or click to jump and go through the tubes.

License

Notifications You must be signed in to change notification settings

diegoperea20/Flappy-Rocket

Repository files navigation

Flappy Rocket

Nextjs Flappy Rocket , inspired by the flappy bird game where you can tap or click to jump and go through the tubes.

Step1

Step2

Step3

Tap if you are on a cell phone and click if you are on a PC or laptop.


Fronted Nextjs Options for do it:

This is a Next.js project bootstrapped with create-next-app.

Getting Started

Nodejs version v20.10.0 and Next.js version v14.2.3

First

npm install

run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

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

Resolve : Error Nextjs Parsing error: Cannot find module 'next/babel'

Put this code in .eslintrc.json

{
  "extends": ["next/babel","next/core-web-vitals"]
}

Created by Diego Ivan Perea Montealegre

About

Nextjs Flappy Rocket , inspired by the flappy bird game where you can tap or click to jump and go through the tubes.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published