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

https://github.com/yottahmd/godanmaku

A simple shooting game using ebiten and golang
https://github.com/yottahmd/godanmaku

ebiten golang

Last synced: 3 months ago
JSON representation

A simple shooting game using ebiten and golang

Awesome Lists containing this project

README

          

# Simple shooting game using ebitengine and Golang

## demo
https://godanmaku.web.app/

How to play:

[PC]
- Cursor or W/S/A/D: Move player
- Space Key: Fire weapon

[Mobile]
- JoyStick(Left bottom grid): Move player
- Attack Button: Fire weapon

## How to run locally

```sh
git checkout https://github.com/yohamta/godanmaku
cd godanmaku
./task.sh
```