https://github.com/daenyth/basilisk
A next-generation evolution of Cockatrice
https://github.com/daenyth/basilisk
Last synced: 7 months ago
JSON representation
A next-generation evolution of Cockatrice
- Host: GitHub
- URL: https://github.com/daenyth/basilisk
- Owner: Daenyth
- Created: 2020-07-20T13:00:16.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-20T13:00:36.000Z (almost 6 years ago)
- Last Synced: 2025-02-01T10:14:04.040Z (over 1 year ago)
- Language: Scala
- Size: 14.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Basilisk card game engine
An engine to drive virtual versions of tabletop card games.
The goal of this project is to provide a foundation for data-driven card game applications
## Using this library
Add the following to your `build.sbt`:
```scala
libraryDependencies += "io.github.daenyth" %% "basilisk-core" % version
```
## View the api documentation locally
Run `sbt unidoc` and then open [target/scala-2.13/unidoc/basilisk/index.html](target/scala-2.13/unidoc/basilisk/index.html)
## Testing
Run `sbt test`
### Coverage
Run `sbt coverage test` to add coverage
Run `sbt coverageAggregate` to prepare the coverage report