Skip to content

使用golang的2D游戏引擎ebiten开发的飞船大战

Notifications You must be signed in to change notification settings

crazykun/airship-war

Repository files navigation

airship-war

飞船大战

使用golang的2D游戏引擎ebiten编写

使用说明

git clone https://github.com/crazykun/airship-war.git
cd airship-war
go mod tidy
go run .

演示

在这里插入图片描述

玩法介绍

  1. 玩家控制的飞艇只能左右移动,使用方向键(或←与→),按下空格发出子弹

  2. 敌方飞艇从屏幕上方向玩家飞来,被碰撞后游戏失败

  3. 敌方飞艇全部降落后游戏结束,计算得分

感谢

ebiten(https://github.com/hajimehoshi/ebiten)

go-daily-lib每日一课(https://github.com/darjun/go-daily-lib)

教程

About

使用golang的2D游戏引擎ebiten开发的飞船大战

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages