Skip to content

tanacchi/rogue_game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rogue_game

Build Status

version 0.6.1 in development.

logo

Wikipedia

Releases(リリース)

Latest(最新版)
Release List(リリース一覧)

How to build(ビルド方法)

$ mkdir build ; cd build ;cmake .. ;make ;cd -

How to play(遊び方)

$ ./rogue_game

Dungeon mode(ダンジョンモード)

Key Action
(Arrows(矢印キー)) Move your character(キャラクター移動)
Space(スペース) Open inventory(アイテム選択)

Inventory mode(アイテム選択モード)

Key Action
(Arrows(矢印キー)) Move cursor(カーソル移動)
Enter Decide item(アイテム決定)
Space(スペース) Exit inventory mode(アイテム選択モードを出る)
BackSpace Exit inventory mode(アイテム選択モードを出る)

Dependencies(依存パッケージ)

  • ncurses

    To install
    $ sudo apt install libncurses5-dev

  • libboost 1.71

    To install
    $ sudo apt install libboost-all-dev