Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/labuladong/pulsar-game
https://github.com/labuladong/pulsar-game
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/labuladong/pulsar-game
- Owner: labuladong
- Created: 2022-09-21T10:00:45.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T01:19:58.000Z (about 2 years ago)
- Last Synced: 2024-04-17T14:19:57.881Z (8 months ago)
- Language: Go
- Size: 101 KB
- Stars: 11
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```