Ryan Munger

Results 4 issues of Ryan Munger

Would you recommend using this for a tactical rpg where: 1.) The amount of tiles player can move to are restricted by the amount of moves they have left. 2.)...

Currently I am using nib as follows: ``` js var express = require("express"), path = require("path"), stylus = require("stylus"), nib = require("nib"); function compile(str, path) { return stylus(str) .set('filename', path)...

Are there any examples of how to use types properly using the `unknown` type? Struggling with getting informed v4 set up in my project. Specifically some advice on how to...

A lot of tactical strategy games have a “limited” movement area. For example, a character can only “step 6 squares” in any direction. Is this possible to do with this...