Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bb4/bb4-games
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.
https://github.com/bb4/bb4-games
game gradle
Last synced: 3 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/bb4/bb4-games
- Owner: bb4
- License: mit
- Created: 2013-08-03T15:16:20.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-11-13T04:01:13.000Z (about 1 year ago)
- Last Synced: 2024-10-12T20:20:54.897Z (4 months ago)
- Topics: game, gradle
- Language: Java
- Size: 7.11 MB
- Stars: 3
- Watchers: 3
- Forks: 3
- Open Issues: 34
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bb4-games
A java game playing framework and a [collection of two-player and multi-player games](http://barrybecker4.com/bb4-projects/bb4-games/games_index.html).
In all games, one or more intelligent computer opponents are allowed to play.
Here are the game implementations added so far.
- Two player
- Chess
- Checkers
- Go
- GoMoku
- Blockade
- Mancala
- Hex
- Multi-player
- Poker
- Galactic
- Set### [How to Build](https://github.com/barrybecker4/bb4-common/wiki/Building-bb4-Projects)
If you have not already done so, first install [Git](http://git-scm.com/), and [Intellij](http://www.jetbrains.com/idea/).
Type 'gradle build' 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](https://oss.sonatype.org).
### License
All source (unless otherwise specified in individual file) is provided under the [MIT License](http://www.opensource.org/licenses/MIT)