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
- Host: GitHub
- URL: https://github.com/yottahmd/godanmaku
- Owner: yohamta
- Created: 2020-08-11T09:03:03.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-10-02T08:26:28.000Z (about 3 years ago)
- Last Synced: 2024-06-21T11:11:42.923Z (over 1 year ago)
- Topics: ebiten, golang
- Language: Go
- Homepage:
- Size: 29.7 MB
- Stars: 34
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```