Skip to content

RawToast/bouken

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bouken

ASCII rogue-like 🙀

Build Status Coverage Status

Stable server. For the latest version, see the link in the about section.

Controls

The player can move in 8 directions with:

q w e

a 🐾 d

z x c

The player can attack by moving in the direction of an enemy.

Stairs / can be taken in either direction using s.

The player can win the game using an exit e using s, but remember some exits score more points than others.

s will wait a turn if the player is not on stairs or an exit.

Key

O Player

. Ground

: Tough terrain (Slower movement/attack speed)

w Shallow water (Very slow movement/attack speed)

# Wall

Z Enemy / Zombie

X Enemy / Generic Enemy

M Enemy / Minotaur

+ Health

g Gold

, Trap

; Snare

/ Stairs

e Exit

Deployment

The provided script can be used to deploy the app using Surge

deploy.sh

Alternatively, after building the app run now from the dist folder.

Development

  • Install dependencies yarn
  • Development server with watch mode yarn start
  • Run tests yarn test
  • Test coverage yarn coverage

Stuff