Skip to content

DevDynamoo/Awari

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Awari

Command line game of Awari

How to run

  1. 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

  1. Use the generated library and run the application
fsharpc -r awariLibcomplete.dll playawari.fsx && mono playawari.exe
  1. Play the game!

About

Command line game of Awari

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages