Skip to content

Mind-Sports-Games/strategygames

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Strategy Games API written in scala for playstrategy.org Build Status

It is entirely functional, immutable, and free of side effects.

strategygames is a fork from scalachess which is the equivalent Chess API for lichess.org.

INSTALL

Clone scalachess

git clone git://github.com/Mind-Sports-Games/strategygames

Get latest sbt on http://www.scala-sbt.org/download.html

Start sbt in scalachess directory

sbt

In the sbt shell, to compile scalachess, run

compile

To run the tests (with coverage):

clean coverage test
coverageReport

Code formatting

This repository uses scalafmt.

Please install it for your code editor if you're going to contribute to this project.

If you don't install it, please run scalafmtAll in the sbt console before committing.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Languages