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

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

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