https://github.com/jerboaburrow/fortranbird
A flappy bird clone written in Fortran
https://github.com/jerboaburrow/fortranbird
2d flappy-bird fortran game
Last synced: about 2 months ago
JSON representation
A flappy bird clone written in Fortran
- Host: GitHub
- URL: https://github.com/jerboaburrow/fortranbird
- Owner: JerboaBurrow
- License: gpl-3.0
- Created: 2024-04-10T18:59:30.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-11T19:22:43.000Z (8 months ago)
- Last Synced: 2025-02-04T15:44:36.787Z (3 months ago)
- Topics: 2d, flappy-bird, fortran, game
- Language: Fortran
- Homepage: https://jerboa-app.itch.io/fortranbird
- Size: 4.08 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## It's a game, in Fortran 90!
![]()
# Linux building
Build with ```make```
Clean build files with ```make clean```
[](screen.png)
Standard OpenGL libs will be needed, and also free GLUT. On Ubuntu you can do
```apt-get install freeglut3-dev```
___
# Windows (mingw from linux) building
### Good luck...
- You may need to symlink some gl libs in ```/usr/x86_64-w64-mingw32/lib```
```sudo apt-get install gfortran-mingw-w64-x86-64-posix```
```make clean && COMPILER=x86_64-w64-mingw32-gfortran-posix make```
___
### Thanks
- Anthony Stone and Aleksandar Donev for f03gl https://www-stone.ch.cam.ac.uk/pub/f03gl/index.xhtml