From 57f71d97ed23d0b585d768ebd47b9a45c0971b28 Mon Sep 17 00:00:00 2001 From: Srikavin Ramkumar Date: Thu, 9 Jan 2020 14:22:36 -0500 Subject: [PATCH] work --- README.md | 1 + technical_readme.md | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 88434d5..b7cfa18 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,7 @@ For more technical information, read `technical_readme.md`. ### Dependencies Used * [Kotlin](http://kotlinlang.org/) - used for null-safety and language features * [libgdx](https://libgdx.badlogicgames.com/) - used as a game programming and graphics framework + * [Artemis-ODB](https://github.com/junkdog/artemis-odb/) - used as a entity-component-system for organizing and managing entities ## Screenshots diff --git a/technical_readme.md b/technical_readme.md index 970cd08..5c768d2 100644 --- a/technical_readme.md +++ b/technical_readme.md @@ -1,4 +1,5 @@ # The Quest for Success - Technical Description - -todo \ No newline at end of file +## Architecture +The game uses [libgdx](https://libgdx.badlogicgames.com/) with Artemis-ODB to facilitate a entity-component-system architecture. +This type of game architecture avoids object-oriented composition within entities--rather, it uses a