From: MatthewOwens <matthew@owens.tech>
Date: Sun, 19 Jul 2020 09:05:47 +0000 (+0100)
Subject: added projects page
X-Git-Url: https://git.owens.tech/projects.html/projects.html/git?a=commitdiff_plain;h=65c2e8c3718d2be083ea552bed27f740ee2cc3a2;p=website.git

added projects page
---

diff --git a/projects.md b/projects.md
new file mode 100644
index 0000000..32a8f7b
--- /dev/null
+++ b/projects.md
@@ -0,0 +1,27 @@
+# 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)
+
+### clogs
+A comprehensive, extensible c logging system. More information can be found
+on the project's [github page](https://github.com/MatthewOwens/clogs)
+
+## Historic
+### Fall of Ferald
+A prototype strategy RPG game built with C++ and SFML -
+[github](https://github.com/MatthewOwens/Fall_Of_Ferald)
+
+### Scenario Grapher
+A tool for creating dialog trees and exporting them to JSON - 
+[github](https://github.com/MatthewOwens/ScenarioGrapher)
+
+### Rails to Rest
+A small game built for #RainbowJam2016 with Wrench Games. -
+[itch](https://wrenchgames.itch.io/rails-to-rest)