update projects page
This commit is contained in:
parent
695e7a2db5
commit
a18ce2fd64
1 changed files with 6 additions and 5 deletions
11
projects.org
11
projects.org
|
@ -1,11 +1,12 @@
|
|||
#+title: Projects
|
||||
|
||||
* In progress
|
||||
- [[https://git.jjanzen.ca/index.cgi/urlg.git][urlg]]: an ASCII roguelike game written in C with =ncurses=. The project is largely dormant right now as I don't have much time to work on it.
|
||||
- [[https://git.jjanzen.ca/index.cgi/sily-bot.git][Sily-Bot]]: A simple Discord bot that I mostly made to schedule-send memes.
|
||||
* In progress projects of note
|
||||
- [[https://git.jjanzen.ca/jjanzen/urlg][urlg]]: an ASCII roguelike game originally written in C with =ncurses=. The project is moving to Zig and SDL3.
|
||||
- [[https://git.jjanzen.ca/jjanzen/sily-bot][Sily-Bot]]: A simple Discord bot that I mostly made to schedule-send memes.
|
||||
- [[https://git.jjanzen.ca/jjanzen/lisp-interpreter][Lisp Interpreter]]: An interpreter for Lisp written in Haskell. I have completed the lexer and parser, but I still need to implement running the code.
|
||||
|
||||
* Completed
|
||||
- [[https://git.jjanzen.ca/index.cgi/relaxing-fish-game.git][Relaxing Fishing Game]]: a very "relaxing" fishing game for the 2024 CSSA Game Jam.
|
||||
- [[https://git.jjanzen.ca/jjanzen/RelaxingFishGame][Relaxing Fishing Game]]: a very "relaxing" fishing game for the 2024 CSSA Game Jam.
|
||||
#+begin_export html
|
||||
<iframe frameborder="0" src="https://itch.io/embed/3116553?bg_color=fff8ea&fg_color=594545" width="552" height="167"><a href="https://jjanzen.itch.io/relaxing-fishing-game">Relaxing Fishing Game by jjanzen</a></iframe>
|
||||
#+end_export
|
||||
|
@ -14,4 +15,4 @@
|
|||
#+begin_export html
|
||||
<iframe frameborder="0" src="https://itch.io/embed/1377780?bg_color=fff8ea&fg_color=594545" width="552" height="167"><a href="https://jjanzen.itch.io/space-cowboy">Space Cowboy by jjanzen, Mohsen Yousefian, dlarocque</a></iframe>
|
||||
#+end_export
|
||||
- [[https://git.jjanzen.ca/index.cgi/writhing_mass_of_flesh.git][Writing Mass of Flesh]]: a program that procedurally generates mildly disturbing looking GIFs. Winner of the best code category for the University of Manitoba DevClub's 2022 generative art challenge.
|
||||
- [[https://git.jjanzen.ca/jjanzen/writhing_mass_of_flesh][Writing Mass of Flesh]]: a program that procedurally generates mildly disturbing looking GIFs. Winner of the best code category for the University of Manitoba DevClub's 2022 generative art challenge.
|
||||
|
|
Loading…
Add table
Reference in a new issue