Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
StrangerCoug committed Oct 6, 2023
2 parents ca7273c + b290de0 commit 382107f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ This is planned to be a free and open source cross-platform Java casino program.

I am open to adding more games over time (sic bo, British and Australian pontoon, more poker games, etc.) but I think this is a good set of games to start with.

Feel free to chip in if you'd like to help! Please read the [contributing guidelines](/CONTRIBUTING.md) before you begin. I also have two similar projects for different categories of games, [FreeBoardAndCard](https://github.com/StrangerCoug/FreeBoardAndCard) and [FreeSolitaire](https://github.com/StrangerCoug/FreeSolitaire); this project often shares code with the other two.
Feel free to chip in if you'd like to help! Please read the [contributing guidelines](/CONTRIBUTING.md) before you begin. I also have two similar projects for different categories of games, [FreeCardAndBoard](https://github.com/StrangerCoug/FreeCardAndBoard) and [FreeSolitaire](https://github.com/StrangerCoug/FreeSolitaire); this project often shares code with the other two.

This is a [Maven](https://maven.apache.org/) project; therefore, you will need Maven to build the program.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.10</version>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>5.5.0</version>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 382107f

Please sign in to comment.