项目作者: Achenson

项目描述 :
Deadly Tomb of Death - v1.0
高级语言: TypeScript
项目地址: git://github.com/Achenson/drod-inspired-game.git
创建时间: 2020-08-09T14:28:53Z
项目社区:https://github.com/Achenson/drod-inspired-game

开源协议:GNU General Public License v3.0

下载


drod-inspired-game

Deadly Tomb of Death - v1.0

Deadly Tomb of Death is a puzzle roguelike game heavily inspired by Deadly Rooms of Death.

On the desktop the game is meant to be played using keyboard. Controls: move - Numpad 1-4 & 6-9, rotate - Q & W, wait - Numpad 5, go back one turn - R, new game - N.

Technologies used: React, Typescript, TailwindCSS

Live app

https://achenson.github.io/drod-inspired-game/

How to run locally

  1. Install nodejs - https://nodejs.org

  2. In the project directory run:

npm install

Installs dependencies

npm start

Runs the app in the development mode.

Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.

You will also see any lint errors in the console.