https://github.com/jindrapetrik/abalone
Classic abalone game
https://github.com/jindrapetrik/abalone
Last synced: 2 months ago
JSON representation
Classic abalone game
- Host: GitHub
- URL: https://github.com/jindrapetrik/abalone
- Owner: jindrapetrik
- License: lgpl-2.1
- Created: 2022-02-21T17:25:22.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-27T16:01:34.000Z (about 3 years ago)
- Last Synced: 2025-01-20T12:46:04.659Z (4 months ago)
- Language: Java
- Size: 385 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# abalone
Classic game Abalone - play with yourself or over the network.

## Usage
### Singleplayer game
```
java -jar Abalone.jar
```### Network game - server
```
java -jar Abalone.jar -s
```### Network game - client
```
java -jar Abalone.jar -c
```## License
Game is licensed under GNU/LGPL version 2.1.## Used software
JavaZoom JLayer for playing mp3 sounds (LGPL)