From 4c4209661856ef673a28ef71211e8c3ec874fb08 Mon Sep 17 00:00:00 2001
From: realtradam
Date: Sun, 20 Feb 2022 21:25:23 -0500
Subject: :)
---
index.html | 19 ++++++++++++-------
stylesheet/style.css | 3 +++
2 files changed, 15 insertions(+), 7 deletions(-)
diff --git a/index.html b/index.html
index d416a3f..f6e0612 100644
--- a/index.html
+++ b/index.html
@@ -29,31 +29,36 @@ All controls are fully explained in game.
-- worked in team
-- was able to go from idea to complete working prototype in under 8 days
-- used custom tools like bindings + felECS
-- content
+- Effectively cooperated in a team of 2 to build a better game, faster.
+- Went from an idea to complete working prototype under a tight deadline of 8 days.
+- Utilized multiple custom in-house made tools which allowed for more efficient development speed and better code organization(Used MRuby-Raylib and FelECS).
+- One of 41 submissions in the Raylib 5K Gamejam, our game won first place both by popular vote and judge's vote.
May 2021 -
ECS implemented in Ruby with goals of being easy to incorporate/use in projects, reliable, and heavily documented.
+
+
- To ensure reliability the test coverage goal is 100% coverage. This target is consistently maintained since the library's initial release in July 2021.
- To ensure ease of use the documentation coverage goal is 100% coverage. Using Yard documentation coverage is automatically reported as well as automatic generation of documentation.
- Is continuously being developed to this day to add new features as well as rework and optimize older ones.
- Built various games using this framework in order to stress test its usability(Orc: Arena of Time, Steelwings, Ruboids)
+- Enables faster development by keeping code organized and modular while the simple syntax stays out of the way.
May 2021 -
MRuby bindings which allow easy use of the C library Raylib.
+
+
-- You need to fill out these bullet points
-- You need to fill out these bullet points
-- You need to fill out these bullet points
+- Allowed for better understanding of how wrappers and bindings to C libraries are structured and designed.
+- Working on this project gave a better understanding of how a high level language like Ruby works under the hood, as well as how a language like this would interface with C code.
+- Enables the ease and speed of coding with Ruby, while still having access to advanced OpenGl/Raylib C functions.
January 2022
diff --git a/stylesheet/style.css b/stylesheet/style.css
index bf4a457..5ad62a1 100644
--- a/stylesheet/style.css
+++ b/stylesheet/style.css
@@ -942,6 +942,7 @@ article h2 {
article p {
font-size: 1.125rem;
line-height: 1.75rem;
+ line-height: 1.375;
}
article ul {
@@ -953,6 +954,8 @@ article ul {
article ul li {
font-size: 1.125rem;
line-height: 1.75rem;
+ line-height: 1.375;
+ margin: 0.375rem;
}
.fade-enter-active,
--
cgit v1.2.3