项目作者: soupi

项目描述 :
a tech demo for a bullet hell game. for the full game visit https://gilmi.me/nyx
高级语言: Haskell
项目地址: git://github.com/soupi/yh.git
创建时间: 2018-05-03T22:29:40Z
项目社区:https://github.com/soupi/yh

开源协议:Apache License 2.0

下载


Please visit the repository of the full game:

https://gitlab.com/gilmi/haskell-play

yh

A tech demo for a shmup game.

Currently works on Linux and OS X.

Controls:

  • Arrows to move
  • Z to shoot
  • X to squeeze
  • C to restart from checkpoint

How to Run

From Source

You will need Stack.

Ubuntu:

  1. sudo apt install libsdl2-dev libsdl2-ttf-dev libsdl2-image-dev libsdl2-gfx-dev libsdl2-mixer-dev
  2. make build
  3. make exec

OS X

  1. brew install sdl2 sdl2_ttf sdl2_image sdl2_gfx sdl2_mixer
  2. make build
  3. make exec

From Compiled Binary

Binaries available here.

Ubuntu:

  1. sudo apt install libsdl2-2.0-0 libsdl2-ttf-2.0-0 libsdl2-image-2.0-0 libsdl2-gfx-1.0-0 libsdl2-mixer-2.0-0
  2. ./shmup

OS X

  1. brew install sdl2 sdl2_ttf sdl2_image sdl2_gfx sdl2_mixer
  2. ./shmup