Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 998 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 998 Bytes

ananas-aus-caracas-node

Ondřej Žára's rot.js tutorial game Ananas aus Caracas ported to Node.js

Ananas aus Caracas

rot.js Tutorial

Ondřej Žára wrote a great Roguelike Toolkit library in JavaScript called rot.js. This library was recently ported to Node.js. A user on GitHub asked that the tutorial game be ported to Node.js, as a working example. This repository is that port.

Install, Build, Run

  • Node.js should already be installed and on your path.

These instructions should get you up and running:

git clone https://github.com/blinkdog/ananas-aus-caracas-node.git
cd ananas-aus-caracas-node
npm install
node game-node