Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/labuladong/pulsar-game


https://github.com/labuladong/pulsar-game

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# pulsar-bomb-game

A tiny game using Apache Pulsar.

## How to play it

1. Clone this repo.

2. Install the dependency:

```shell
go mod download
```

3. Change your private key path in `main.go`.

4. Compile and run:

```shell
go run *.go
```