Skip to content

Flappy bird made in C# with Unity3D for my undergraduate year 3 (2022/2023) for a course project.

Notifications You must be signed in to change notification settings

LeoSery/FlappyBird--Unity3D-2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FlappyBird--Unity3D-2022 :

Game made during my bachelor 3 year (2022/2023) for a Unity3D module at Ynov Bordeaux.

Summary :

  • Presentation
  • Game keys
  • Main mechanics
  • How to open the project
  • How to build the project

Presentation :

In this flappy bird realized under unity, you will have to dodge the pipes which arrives not your right while pressing on the space key. The pipes can arrive with different heights. You score points when you manage to cross pipes without colliding with one, if you collide with one, you lose.

Game keys :

  • Movement:

    • Give the impulse to fly : Space
  • Pause menu:

    • Pause the game: Escape

Main mechanics :

Avoiding incoming pipes :

You must avoid colliding with the pipes coming from the right by passing in the free space in the middle. Beware that this one can arrive at different heights.

How to open the project :

  • Clone the git repository to your computer with the following command :
git@github.com:LeoSery/FlappyBird--Unity3D-2022.git

or

https://github.com/LeoSery/FlappyBird--Unity3D-2022.git
  • open Unity Hub and do "Add project from disk"

    Select "..\FlappyBird--Unity3D-2022"

  • Check that the project opens with the Unity editor in version "2022.1.21f1"

How to build the project :

  • Once the project is open in Unity, do "File" > "Build Settings"

  • In the window that has just appeared, in the "Scenes In Build" section, make sure that "scenes/Game" is checked.

  • for the platform choose: "PC, Mac & Linux Standalone"

  • then choose your platform in "Target Platform"

  • and finally press "Build And Run"

About

Flappy bird made in C# with Unity3D for my undergraduate year 3 (2022/2023) for a course project.

Topics

Resources

Stars

Watchers

Forks

Languages