Skip to content

yeti0904/ygttt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ygttt

a simple tic tac toe game written in fortran 2003 using ncurses

build

first clone the repository

git clone https://github.com/yeti0904/ygttt --recurse-submodules

then build M_ncurses

cd M_ncurses/src
make F90=gfortran gfortran

then build ygttt

cd ../..
make

controls

arrow keys to move cursor

space key to place an X or O

About

tic tac toe game written in fortran 2003

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published