Skip to content

Commit

Permalink
work
Browse files Browse the repository at this point in the history
  • Loading branch information
srikavin committed Jan 9, 2020
1 parent ad29a81 commit 57f71d9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
5 changes: 3 additions & 2 deletions technical_readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# The Quest for Success - Technical Description


todo
## 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

0 comments on commit 57f71d9

Please sign in to comment.