nick forrer

Game development and Lisp related posts

Recent posts

Feb 23, 2020
Roguelike tutorial for Common Lisp - Part 8 - Items and inventory This tutorial series is based on the [Python Roguelike Tutorial](http://rogueliketutorials.com). This will be covering ...
Feb 3, 2020
Roguelike tutorial for Common Lisp - Part 7 - Creating the interface This tutorial series is based on the [Python Roguelike Tutorial](http://rogueliketutorials.com). This will be covering ...
Oct 16, 2019
Roguelike tutorial for Common Lisp - Part 6 - Combat This tutorial series is based on the [Python Roguelike Tutorial](http://rogueliketutorials.com). This will be covering ...
Jul 15, 2019
Roguelike tutorial for Common Lisp - Part 5 - Placing enemies This tutorial series is based on the [Python Roguelike Tutorial](http://rogueliketutorials.com). This will be covering ...
Jul 14, 2019
Roguelike tutorial for Common Lisp - Part 4 - Field of view This tutorial series is based on the [Python Roguelike Tutorial](http://rogueliketutorials.com). This will be covering ...
Jul 5, 2019
Roguelike tutorial for Common Lisp - Part 3 - Generating a dungeon This tutorial series is based on the [Python Roguelike Tutorial](http://rogueliketutorials.com). This will be covering ...
Jun 27, 2019
Roguelike tutorial for Common Lisp - Part 2 - Generic entity and map This tutorial series is based on the [Python Roguelike Tutorial](http://rogueliketutorials.com). This will be covering ...
Jun 25, 2019
Roguelike tutorial for Common Lisp - Part 1 - Drawing the player Welcome to the first part of the tutorial! If you haven't already, please check out [Part 0](/posts/roguelike-tutorial-...
Jun 23, 2019
Roguelike tutorial for Common Lisp - Part 0 - Setup This set of tutorials is going to follow the [Python TCOD tutorial](http://rogueliketutorials.com/tutorials/tcod/), but...
Jun 23, 2019
Hello World Testing the site