diff options
| author | realtradam <[email protected]> | 2024-06-22 22:21:33 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2024-06-22 22:21:33 -0400 |
| commit | 913b24c0c298ac48866167b18fc36fb542ab8910 (patch) | |
| tree | 8b8c899ceb36ddfb365aef568abae1420e97b2ee /src/md/home_projects.md | |
| parent | 1104fc60c1b45a6280b2e90c154e2af084a6ce1e (diff) | |
| download | malcz.com-913b24c0c298ac48866167b18fc36fb542ab8910.tar.gz malcz.com-913b24c0c298ac48866167b18fc36fb542ab8910.zip | |
fix styling issues and add more contentdev
Diffstat (limited to 'src/md/home_projects.md')
| -rw-r--r-- | src/md/home_projects.md | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/src/md/home_projects.md b/src/md/home_projects.md index 5bae8be..8fa62ca 100644 --- a/src/md/home_projects.md +++ b/src/md/home_projects.md @@ -1,18 +1,18 @@ -# Projects +# [Projects](https://github.com/realtradam) -## Game Holster - Ruby on Rails + React -**Web App for Uploading and Hosting Web Games - 2024**-**Present** +## [Game Holster - Ruby on Rails + React](https://malcz.com/games) +**Web App for Uploading and Hosting Web Games** — 2024 - Present -- Still a WIP -- Frontend is temporarily this page for now -- its gonna have its own thing eventually +- Developed a full-stack application for uploading and serving web games made with Unity, Godot, and other engines. +- Assembled a Continuous Integration pipeline with a self-managed VPS by utilizing Github, Docker, Caprover, and Cloudflare. Merging into the Main branch automatically triggers a build which deploys the app to production. +- Implemented authentication and authorization flow from scratch(no additional gems or libraries) with Github OAuth. -## Some other project -**its a thing** +## [FelECS Pure Ruby Engine Agnostic ECS Framework](https://github.com/realtradam/FelECS) +**Pure Ruby Engine Agnostic ECS Framework** — May 2021 - Feb 2022 -- yap -- yap -- yap +- Developed a complete engine agnostic game development framework in pure Ruby allowing it to be used with any Ruby based game engine(Ruby2D, Gosu, DragonRuby). +- Achieved complete test coverage, ensuring that the code will work as expected and desired. +- Created comprehensive and detailed documentation explaining how to use every single feature in a well organized and easy to read document. ## Some third project **its a thing** |
