diff options
| author | realtradam <[email protected]> | 2022-05-05 00:05:27 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2022-05-05 00:05:27 -0400 |
| commit | 4cafc8eb54b4fc06ddd783be9bc98ccf0478ba5c (patch) | |
| tree | 32c85ff76ed2979c00ce7c01dd3c41e1b5320e6f | |
| parent | 8a404a65c29eaec01d8b28c91b5549d7fc2bade5 (diff) | |
| download | realtradam-4cafc8eb54b4fc06ddd783be9bc98ccf0478ba5c.tar.gz realtradam-4cafc8eb54b4fc06ddd783be9bc98ccf0478ba5c.zip | |
progress describing the games
| -rw-r--r-- | Readme.mdown | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/Readme.mdown b/Readme.mdown index 994ec27..00adf19 100644 --- a/Readme.mdown +++ b/Readme.mdown @@ -56,8 +56,8 @@ Simply give the generator the header files of your chosen C library and it will ### **Justicar** - *Ruby Based Static Website Generator* [**Github**](https://github.com/realtradam/Justicar) -This static site generator utilizes [Opal](https://opalrb.com) so that HTML, CSS, and Javascript and all be written in Ruby instead. -One can build websites using a regular file directory structure but also has a powerful templating system which allows programmers to intelligently create and format many pages. +This static site generator utilizes [Opal](https://opalrb.com) so that HTML, CSS, and Javascript can all be written in Ruby instead. +One can build websites using a regular file directory structure but also has a powerful templating system which allows developers to intelligently create and format many pages. [👉 return to top](#welcome-to-my-little-github-corner) @@ -67,9 +67,16 @@ One can build websites using a regular file directory structure but also has a p ### **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) + +Help Orc the orc maneuver through the Arena of Time and reach the end! + +Won the [Raylib 5K Gamejam](https://itch.io/jam/raylib-5k-gamejam/results/enjoyment-is-the-game-enjoyable-to-play) in *First Place* against 40 other entrants! I'm really proud of this project, give it a shot :D + ### **Zig CHIP8** - *CHIP8 Emulator Implemented With Zig* [**Github**](https://github.com/realtradam/zig-chip-8) +Using the Zig programming language, I implemented a working CHIP8 Emulator. I also added in a few custom self-made shaders in GLSL to give it that retro CRT vibe. + ### **SteelWings** - *Free Roam Shoot-em-up* [**Play Here**](https://argo.itch.io/steelwings) / [**Github**](https://github.com/realtradam/SteelWings) |
