Skip to content

LoganCSC/bb4-games

 
 

Repository files navigation

#bb4-games

A java game playing framework and a collection of two-player and multi-player games. In all games, one or more intelligent computer opponents are allowed to play. Here are the game implementations added so far (hopefully others will contribute more)

If you have not already done so, first install Git, and Intellij.

Type 'gradle buildw' at the root (or ./gradlew if running in Cygwin). If you want to open the source in Intellij, then first run 'gradle idea'. Use gradle tasks to see all the different games that can be run using a command like 'gradle runGoMoku'

When there is a new release, versioned artifacts will be published by Barry Becker to Sonatype.

License

All source (unless otherwise specified in individual file) is provided under the MIT License

About

A game playing framework and a collection of two-player and multi-player games. In all games, one or more intelligent computer opponents are allowed to play.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Java 97.0%
  • Scilab 1.5%
  • Other 1.5%