An open API service indexing awesome lists of open source software.

https://github.com/jindrapetrik/abalone

Classic abalone game
https://github.com/jindrapetrik/abalone

Last synced: 2 months ago
JSON representation

Classic abalone game

Awesome Lists containing this project

README

        

# abalone

Classic game Abalone - play with yourself or over the network.

![Screenshot](screenshot.png)

## 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)