Skip to content

chess-tea/chess-tea-old

Repository files navigation

Chess Tea

A Chess app written in Reason.

Development

Primary commands

  • esy - Builds and installs
  • esy format - Runs refmt on all source code
  • esy test - Runs Rely tests
  • esy run - Launches the app

Dune / directory setup

  • src/App.re
    • This is the root of the App, but is exported as a library. This is so that the test executable can depend on the App source code to test.
  • src/AppExe.re
    • This is the single file that is the executable to launch the App. It just calls the run method in App.re. Execute with esy run.
  • tests/TestExe.re
    • This is the test executable. Any reason files in tests that open TestFramework and use describe will be registered and run when calling esy test.
    • See reason-native/rely.

About

A chess app written in Reason ♟️♟️♟️

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published