summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2022-05-04 23:04:07 -0400
committerrealtradam <[email protected]>2022-05-04 23:04:07 -0400
commit6dbe58b61d77c45e0053029bae08c5484633444b (patch)
tree2d4f3a8c3102d82acd59445a9a80629765065124
parent96b1ad937cbc9433fe9e8c5c0a0b971a54b7f6fb (diff)
downloadrealtradam-6dbe58b61d77c45e0053029bae08c5484633444b.tar.gz
realtradam-6dbe58b61d77c45e0053029bae08c5484633444b.zip
skeleton mostly complete
-rw-r--r--Readme.mdown77
-rw-r--r--felflame-logo-smol.pngbin0 -> 11041 bytes
2 files changed, 77 insertions, 0 deletions
diff --git a/Readme.mdown b/Readme.mdown
index 513bc27..610b6ee 100644
--- a/Readme.mdown
+++ b/Readme.mdown
@@ -1,3 +1,80 @@
<p align="center" style="margin-bottom: 0px !important;">
<img src="https://github.com/realtradam/realtradam/blob/master/construction.gif?raw=true" alt="Under Construction">
</p>
+
+# Welcome to my little Github Corner
+
+
+Welcome :D, here is a shortlist of some projects I am proud of as well as links for trying out the ones that can run on the web.
+
+These are grouped into "Project Types" and within each group they are sorted by an arbitrary "Favorite to Good"
+
+## Table of Contents
+<!-- vim-markdown-toc GFM -->
+
+* [Systems, Libraries, and Tools](#systems-libraries-and-tools)
+ * [**FelFlame** - *Modular Ruby/Raylib Game Engine*](#felflame---modular-rubyraylib-game-engine)
+ * [**FelECS** - *Pure Ruby Entity Component System*](#felecs---pure-ruby-entity-component-system)
+ * [**FelBind** - *C to mruby Automatic Binding Generator*](#felbind---c-to-mruby-automatic-binding-generator)
+ * [**Justicar** - *Ruby Based Static Website Generator*](#justicar---ruby-based-static-website-generator)
+* [Games and Demos](#games-and-demos)
+ * [**Orc: Arena of Time** - *Top Down Innovative Obstacle Course*](#orc-arena-of-time---top-down-innovative-obstacle-course)
+ * [**Zig CHIP8** - *CHIP8 Emulator Implemented With Zig*](#zig-chip8---chip8-emulator-implemented-with-zig)
+ * [**SteelWings** - *Free Roam Shoot-em-up*](#steelwings---free-roam-shoot-em-up)
+ * [**Winter One** - *Scrolling Shoot-em-up*](#winter-one---scrolling-shoot-em-up)
+ * [**Optimal Direction** - *Racing*](#optimal-direction---racing)
+ * [**Card Slide Concept** - *Card Arena Concept*](#card-slide-concept---card-arena-concept)
+ * [**Arbitrary Polygon Collision** - *Collision Detection Demo*](#arbitrary-polygon-collision---collision-detection-demo)
+ * [**Almost Pong** - *A Twist On Pong*](#almost-pong---a-twist-on-pong)
+
+<!-- vim-markdown-toc -->
+
+---
+
+### Systems, Libraries, and Tools
+
+#### **FelFlame** - *Modular Ruby/Raylib Game Engine*
+[**Github**](https://github.com/realtradam/FelFlameEngine)
+
+#### **FelECS** - *Pure Ruby Entity Component System*
+[**Github**](https://github.com/realtradam/FelECS)
+
+#### **FelBind** - *C to mruby Automatic Binding Generator*
+[*Github*](https://github.com/realtradam/FelBind)
+
+#### **Justicar** - *Ruby Based Static Website Generator*
+[**Github**](https://github.com/realtradam/Justicar)
+
+[👉 return to top](#welcome-to-my-little-github-corner)
+
+---
+
+### Games and Demos
+
+#### **Orc: Arena of Time** - *Top Down Innovative Obstacle Course*
+[**Play Here**](https://tradam.itch.io/orc-arena-of-time) / [**Github**](https://github.com/realtradam/orc-arena-of-time)
+#### **Zig CHIP8** - *CHIP8 Emulator Implemented With Zig*
+[**Github**](https://github.com/realtradam/zig-chip-8)
+
+#### **SteelWings** - *Free Roam Shoot-em-up*
+[**Play Here**](https://argo.itch.io/steelwings) / [**Github**](https://github.com/realtradam/SteelWings)
+
+#### **Winter One** - *Scrolling Shoot-em-up*
+[**Play Here**](https://tradam.itch.io/winter-one)
+
+#### **Optimal Direction** - *Racing*
+[**Play Here**](https://tradam.itch.io/optimal-direction) / [**Github**](https://github.com/realtradam/optimal-direction)
+
+#### **Card Slide Concept** - *Card Arena Concept*
+[**Play Here**](https://tradam.itch.io/card-slide-prototype) / [**Github**](https://github.com/realtradam/card-slide-concept)
+
+#### **Arbitrary Polygon Collision** - *Collision Detection Demo*
+[**Play Here**](https://tradam.itch.io/arbitrary-polygon-collision-demo) / [**Github**](https://github.com/realtradam/arbitrary-polygon-collision)
+
+#### **Almost Pong** - *A Twist On Pong*
+[**Play Here**](https://tradam.itch.io/almost-pong) / [**Github**](https://github.com/realtradam/almost-pong)
+
+[👉 return to top](#welcome-to-my-little-github-corner)
+
+---
+
diff --git a/felflame-logo-smol.png b/felflame-logo-smol.png
new file mode 100644
index 0000000..0295246
--- /dev/null
+++ b/felflame-logo-smol.png
Binary files differ