diff options
author | Jacob Janzen <jjanzenn@proton.me> | 2024-04-11 16:51:43 -0500 |
---|---|---|
committer | Jacob Janzen <jjanzenn@proton.me> | 2024-04-11 16:51:43 -0500 |
commit | 22fde44b37483b704e054429b9fcde23ebe0e9b2 (patch) | |
tree | 76e604c8e85927a55aca0d44f0ce3400be13c172 | |
parent | e3b2da940a49250b5860997ea7a36deb3c0149d9 (diff) |
update projects
-rw-r--r-- | projects.html | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/projects.html b/projects.html index 23a7053..56086dc 100644 --- a/projects.html +++ b/projects.html @@ -25,22 +25,14 @@ old-style roguelike written in C with ncurses. Progress is slow as I only work on this one when I'm feeling really inspired. </li> - <li> - <a - href="https://github.com/University-of-Manitoba-Computer-Science/RealTimeNetworking" - target="_blank" - >Real Time Networking Project</a - >: implementing a CAN bus driver for the SAM-E51J20A microcontroller - for a project-based course at the University of Manitoba. - </li> + </ul> + <h2>Finished</h2> + <ul> <li> <a href="https://github.com/codyauch/IPN-Project" target="_blank" >IPN Project</a >: implementing an interplanetary network simulation using ns-3. </li> - </ul> - <h2>Finished</h2> - <ul> <li> <a href="https://jacobjanzen.itch.io/space-cowboy" target="_blank" >Space Cowboy</a |