123456789101112131415161718192021 |
- ;;;;;
- url: projects.html
- format: cl-who
- ;;;;;
- (:div
- (:h2 "Projects")
- (:dl.project-list
- (:dt (:a :href "https://gitlab.com/azrazalea/azrazalea.net" "Azrazalea.net"))
- (:dd
- "This website, I will be continuously updating the code as I need new features.")
- (:dt (:a :href "https://gitlab.com/azrazalea/forever-game-roguelike" "Forever Game Roguelike"))
- (:dd
- "Forever project mentioned in blog post, currently not named and barely started. Primary focus when I have the motivation.")
- (:dt (:a :href "https://gitlab.com/azrazalea/crypts-and-corpses" "Crypts and Corpses"))
- (:dd
- "A game I made during the spring 2016 Lisp Game Jam.")
- (:dt (:a :href "https://gitlab.com/azrazalea/prisoners-life-clj" "Prisoner's Life"))
- (:dd
- "Prisoner's dilemma + Conway's Game Of Life. Currently mostly complete and no longer being actively developed.")))
|