Command line game of Awari
- Generate the libraries from the .fsi and .fs files
fsharpc -a awariLibcomplete.fsi awariLibcomplete.fs
This command will create a .dll library, which now can be used for the applicationprogram
- Use the generated library and run the application
fsharpc -r awariLibcomplete.dll playawari.fsx && mono playawari.exe
- Play the game!