# HG changeset patch # User Steve Losh # Date 1486833732 0 # Node ID 43e02c665ea4ae2d5dee3a48e5cf6f9162fdd853 # Parent 34dbd8f99ba85686a447e7bb69a9999fddbbcd2e Update diff -r 34dbd8f99ba8 -r 43e02c665ea4 README.markdown --- a/README.markdown Sat Feb 11 00:53:54 2017 +0000 +++ b/README.markdown Sat Feb 11 17:22:12 2017 +0000 @@ -93,3 +93,11 @@ * Dusted off my old [Project Euler][euler] repo and did another problem. * Dumped initial commits of [cl-pcg][] and [cl-blt][] to the internet in case my laptop catches fire. Still lots of work left to do on those. + +## 2017-02-11 + +* Added basic level generation and scrolling to my AGDD minimal game. Also + sound. +* Fleshed out [cl-blt][] a tiny bit more. Ported a little terrain gen demo over + to it. It seems promising. +