https://github.com/mes32/oak-shmup
Vertical scrolling shooter using the Oak Game Engine
https://github.com/mes32/oak-shmup
2d-game go
Last synced: 26 days ago
JSON representation
Vertical scrolling shooter using the Oak Game Engine
- Host: GitHub
- URL: https://github.com/mes32/oak-shmup
- Owner: mes32
- Created: 2019-09-19T18:27:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-19T19:30:35.000Z (over 6 years ago)
- Last Synced: 2025-05-30T06:25:49.541Z (about 1 year ago)
- Topics: 2d-game, go
- Language: Go
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Oak Shmup
Vertical scrolling shooter using the [Oak Game Engine](https://github.com/oakmound/oak).
## Requirements
- `Go`
- `Oak`
## Installation
```bash
# 1. Install Oak
go get -u github.com/oakmound/oak/...
# 2. Clone this repository
git clone https://github.com/mes32/oak-shmup
# 3. Compile main
go build -o oak-shmup main.go
```
## Running
```bash
./oak-shmup
```
## Author
Mike Stockman