cl-tcod-tutorial icon indicating copy to clipboard operation
cl-tcod-tutorial copied to clipboard

Lisp roguelike tutorial with libtcod and cl-tcod

Results 2 cl-tcod-tutorial issues
Sort by recently updated
recently updated
newest added
trafficstars

(via [this comment](https://www.reddit.com/r/roguelikedev/comments/5w131q/sharing_saturday_143/de7i478/) on Reddit): > Mostly looks good, but I've got some style suggestions. Number one, I'd make constructors for your objects instead of inlining make-instance calls. For example:...

enhancement