-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,12 @@ | ||
# fbbb | ||
flappy bird, but bad | ||
|
||
very simple recreation of flappy bird on c#, with the unity game engine | ||
very simple recreation of flappy bird by .gears on c#, with the unity game engine | ||
|
||
aka circle jump between rectangles because there's no flap or bird | ||
|
||
made with a little help of github copilot | ||
|
||
# compile | ||
|
||
basically just download unity lts 2020 and import the project (source code), on unity hub download the module according to what platform you wanna build to (linux, android, mac, ios, windows, etc) and then open the project, go to file>build settings and configure the build (i leave the configuration as default for the official builds) |