bampf

Bampf is a simple 3D arcade style game. Collect Energy Cores in order to finish a level. Teleport (bampf) to safety or use cloaking abilities to avoid Sentinels.

  • 所有者: gazed/bampf
  • 平台:
  • 許可證: BSD 2-Clause "Simplified" License
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

Bampf

Bampf is a simple 3D arcade style game. Collect energy cores in order to finish
a level. Teleport (bampf) to safety or use cloaking abilities to avoid sentinels.

Bampf was created primarily to test the vu 3D engine.
Its levels are used to benchmark the engine by substantially increasing the number
of triangles rendered each level. As such the game isn't really meant to be winnable
given the large number of AI's in the later levels.

Build

  • Install the vu engine first using go get github.com/gazed/vu.
  • Download bampf into the src directory of a Go workspace which is
    any directory in the $GOPATH. Using just go get github.com/gazed/bampf
    places bampf in $GOPATH/src/github.com/gazed/bampf and works for producing
    developer builds, but not production builds.
  • Create developer builds using go build from the bampf directory.
    Run the game ./bampf.
  • Create shippable product builds using build.py from bampf/admin.
    All build output is located in the bampf/admin/target directory. Eg:
    • OS X:

      ./build.py src
      open target/Bampf.app
      
    • Windows:

      python build.py src
      target/bampf.exe
      

Developer Build Dependencies

  • go1.6
  • vu engine.

Production Build Dependencies

  • go1.6
  • vu engine.
  • python for the build script.
  • git for product version numbering.
  • zip for appending resources to the binary.

Runtime Dependencies

Transitive dependencies from the vu engine.

  • OpenGL version 3.3 or later.
  • OpenAL 64-bit version 2.1.

Limitations

  • Same dependency limitations as the vu engine.
  • Production builds use zip. On Windows there is a WIN 64-bit zip available at
    willus.com/archive/zip64. Put zip.exe in PATH.

主要指標

概覽
名稱與所有者gazed/bampf
主編程語言Go
編程語言Python (語言數: 3)
平台
許可證BSD 2-Clause "Simplified" License
所有者活动
創建於2013-09-04 13:24:58
推送於2021-04-05 11:05:43
最后一次提交
發布數14
最新版本名稱v1.10.0 (發布於 2018-09-04 10:25:54)
第一版名稱v1.1.0 (發布於 2013-09-05 16:37:19)
用户参与
星數41
關注者數1
派生數5
提交數23
已啟用問題?
問題數0
打開的問題數0
拉請求數1
打開的拉請求數0
關閉的拉請求數0
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?