Skip to content

daitasu/pan-shoot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pan-shoot

パンを撃ち、敵を討つゲームです

Summary

  • 本職でいつも仲良くお世話になっているPdMの方を主人公としたシューティング・アクションゲームです(本人承諾済)
  • PCでのみ動作します(スペースキーでパンを撃つ、カーソルキーで移動)

Tech Stack

Local development

Prerequisites

Setup local database

docker compose -d up

If you need DB auto migration, please run the following: (ref: golang-migrate)

migrate -database "postgresql://root:password@localhost:15432/devdb?sslmode=disable" -path db/migrations up

Building Frontend

cd frontend/
yarn build

After build, an application bundle is produced under /frontend/dist/ directory.

Starting Server

go run cmd/main.go

Golang server serve with /static/ of routes as static files server.

After initialized, you can access the server at http://localhost:8080/static/ .

About

パンを撃ち、敵を討つゲームです

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published