Ondřej Žára's rot.js tutorial game Ananas aus Caracas ported to Node.js
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.
- 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