From 7c370a9e4be8477b3bc44fdc5a10a8fb113f2268 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Sun, 28 Apr 2019 16:02:32 -0700 Subject: [PATCH] Updating README.md --- README.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index d1bcd04..d47ed57 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,12 @@ friendly bunch, but something about them does not seem right. Everyone is appear player, who must uncover the truth to survive. In short, this is (as I have described it to my friends), "Harvest Moon with Murder." +[![Gameplay window](https://foosoft.net/projects/moonfall/img/gameplay-thumb.png)](https://foosoft.net/projects/moonfall/img/gameplay.png) +[![Sprite editor](https://foosoft.net/projects/moonfall/img/sprite-editor-thumb.png)](https://foosoft.net/projects/moonfall/img/sprite-editor.png) +[![Console window](https://foosoft.net/projects/moonfall/img/console-thumb.png)](https://foosoft.net/projects/moonfall/img/console.png) +[![Asset editor](https://foosoft.net/projects/moonfall/img/asset-editor-thumb.png)](https://foosoft.net/projects/moonfall/img/asset-editor.png) +[![Map editor](https://foosoft.net/projects/moonfall/img/map-editor-thumb.png)](https://foosoft.net/projects/moonfall/img/map-editor.png) + ## Technology ## From a technical point of view, the game engine was an exercise in creating a completely data driven game. In @@ -92,11 +98,3 @@ end I eventually stopped work on Moonfall due to a lack of time, combined with the fact that I am not an artist and could not author the assets required to develop this into a complete game. - -## Screenshots ## - -[![Gameplay window](https://foosoft.net/projects/moonfall/img/gameplay-thumb.png)](https://foosoft.net/projects/moonfall/img/gameplay.png) -[![Sprite editor](https://foosoft.net/projects/moonfall/img/sprite-editor-thumb.png)](https://foosoft.net/projects/moonfall/img/sprite-editor.png) -[![Console window](https://foosoft.net/projects/moonfall/img/console-thumb.png)](https://foosoft.net/projects/moonfall/img/console.png) -[![Asset editor](https://foosoft.net/projects/moonfall/img/asset-editor-thumb.png)](https://foosoft.net/projects/moonfall/img/asset-editor.png) -[![Map editor](https://foosoft.net/projects/moonfall/img/map-editor-thumb.png)](https://foosoft.net/projects/moonfall/img/map-editor.png)