From: Matthew Owens Date: Sat, 23 Oct 2021 18:14:02 +0000 (+0100) Subject: updated projects list X-Git-Url: https://git.owens.tech/dummy.html/dummy.html/git?a=commitdiff_plain;h=ef8786a041c95b1b68e3f056ff005d46ba2fbb1e;p=website.git updated projects list --- diff --git a/projects.md b/projects.md index 3c10e2d..5667afd 100644 --- a/projects.md +++ b/projects.md @@ -1,21 +1,41 @@ # Projects ## Active -### cecs -A small entity component system, written in c. More information can be found -on the project's [github page](https://github.com/MatthewOwens/cecs) -### cecse -A game engine written to utilise cecs. More information can be found -on the project's [github page](https://github.com/MatthewOwens/cecs) +### Untitled Dungeon Game +Pretty much all of my free time recently has been going into Untitled Dungeon +Game, frequent progress posting can be found on +[twitter](https://twitter.com/AbyssalThistle) + +#### Abyssal Thistle +Most of my gamedev progress posts can be found under +[Abyssal Thistle on Twitter](https://twitter.com/AbyssalThistle). + +There's also a [website](https://AbyssalThistle.com), +dead [instagram](https://twitter.com/AbssalThistle), and a page up on +[itch](https://itch.io/AbyssalThistle). + +### vector +A simple c implementation of dynamic arrays, +[github page](https://github.com/MatthewOwens/vector) ### clogs A comprehensive, extensible c logging system. More information can be found on the project's [github page](https://github.com/MatthewOwens/clogs) + --- + ## Historic +#### cecs +A small entity component system, written in c. More information can be found +on the project's [github page](https://github.com/MatthewOwens/cecs) + +#### cecse +A game engine written to utilise cecs. More information can be found +on the project's [github page](https://github.com/MatthewOwens/cecs) + ### Fall of Ferald A prototype strategy RPG game built with C++ and SFML - [github](https://github.com/MatthewOwens/Fall_Of_Ferald)