Skip to content

Arcade rhythm game with motivation from traditional korean drum "janggu"

Notifications You must be signed in to change notification settings

cau-overchaos/bidrum

Repository files navigation

바이드럼(Bidrum)

바이드럼(Bidrum in english) is a rhythm game with janggu(korean traditional drum)-style controller.

How to build?

Linux

  1. Install rust
  2. Install ffmpeg, sdl2, sdl2_mixer, sdl2_image, sdl2_ttf.
  3. Run cargo build
  4. When running the game, assets directory and music directory should be in the working directory.

Mac OS

  1. Install rust
  2. Install ffmpeg, sdl2, sdl2_mixer, sdl2_image, sdl2_ttf.
  3. Type export LIBRARY_PATH="$LIBRARY_PATH:$(brew --prefix)/lib" to your terminal.
  4. Run cargo build
  5. When running the game, assets directory and music directory should be in the working directory.

Windows

TBA

Docs

Copyright

Copyright (C) 2024 Yeonjin Shin, Homin Lee, Habin Song. All rights reserved.

This program, including source code, cannot be used/copied/redistributed/modified without permission.

Assets (Image, Font, ...etc)