- I have created this command line game with the help github copilot with no experience in Fortran. This challenge was given by the MLH. I am very happy to participate for such challenge, thanks MLH!
-
I had never coded in Fortran before until now 😎.
chmod +x ./install-fortran.sh
./install-fortran.sh
chmod +x ./toss.sh
./toss.sh
- This program implements a simple coin tossing game where the user guesses the outcome of a coin toss. The game should toss a coin 1 times and add the score.
I was helped very much by the information to set up Fortran for vscode and installation by this repository (https://github.com/JHenneberg/Guide_VSCode-fortran)
Thanks to GitHub Education for providing GitHub Copilot to use for fee