README.markdown @ 19e3e2f26e8e

Update
author Steve Losh <steve@stevelosh.com>
date Wed, 01 Feb 2017 18:01:35 +0000
parents 0b07c9201ab5
children b087588319b9
[TOC]

[ELS]: http://www.european-lisp-symposium.org/editions/2017/
[qud-ds]: https://www.twitch.tv/ptychomancer
[cl-ggp]: https://sjl.bitbucket.io/cl-ggp/
[clojure-lanterna]: https://github.com/MultiMUD/clojure-lanterna/
[PCG]: http://www.pcg-random.org/

# January 2017

## 2017-01-26

* Rebooting this `.plan` after a long absence.  It's a new year!
* Wrote a first draft of my proposal for a talk at [ELS][] 2017.
* Made a little prototype [name generator](https://github.com/sjl/sand/blob/master/src/names.lisp)
  based on some ideas from last week's [Caves of Qud dev stream][qud-ds].

## 2017-01-27

* Polished up my ELS paper.

## 2017-01-28

## 2017-01-29

* Finished and submitted the ELS paper.
* Worked a bit more on a platformer game assignment for a class.  I hate
  graphics/shader programming so much.
* Added a few docs to [cl-ggp][].  Still got a bit more to write.

## 2017-01-30

* Handed off maintainership of [clojure-lanterna][].
* More platformer work.  Finally got the fucking sprite pack working.  I hate
  things with no documentation.

## 2017-01-31

* Got nerd-sniped and ended up implementing [PCG][] in Common Lisp.

# February 2017

## 2017-02-01

* Started working on a constrained game with my team for AGDD.