Snake in FORTRAN
A simple snake game written in FORTRAN using gfortran and ncurses for FORTRAN.
|
|
|
|
ncurses port for Fortran 2003 (slightly modified)
sudo apt install gfortran libncurses-dev cmake
git clone https://github.com/dangeroussnake/DangerousSnake.git
mkdir DangerousSnake/build
(cd DangerousSnake/build && cmake .. && make)
DangerousSnake/bin/snake
- install CMake, gfortran, ncurses
- clone the repository:
git clone https://github.com/dangeroussnake/DangerousSnake.git
- Run CMake and make:
mkdir DangerousSnake/build
(cd DangerousSnake/build && cmake .. && make)
DangerousSnake/bin/snake
The project is built using CMake and Visual Studio Code.
Download the following VSCode plugins:
ms-vscode.cpptools
twxs.cmake
ekibun.fortranbreaker
krvajalm.linter-gfortran
webfreak.debug
DangerousSnake and its website are developed and maintained by the DangerousSnake Organization.