diff --git a/content/projects/escapefrommars.md b/content/projects/escapefrommars.md new file mode 100644 index 0000000..9576eb2 --- /dev/null +++ b/content/projects/escapefrommars.md @@ -0,0 +1,23 @@ +--- +title: "Escape From Mars Game" +date: 2021-01-11T20:45:36+01:00 +draft: false +image: "/img/escapefrommars/main.png" +--- + +A game created during the [Game Design & Development](https://cmgt.hr.nl/informatie/minor-game-design-and-development) minor. +Source code was thought to be lost, but recovered by decompling an APK with [JADX](https://github.com/skylot/jadx) and refactored to work with a template project created with [libgdx-liftoff](https://github.com/tommyettinger/gdx-liftoff). + +The game is available on the [Google Play store](https://play.google.com/store/apps/details?id=net.broodjeaap.escapefrommars). + +## Game + +### Gameplay +![gameplay1](/img/escapefrommars/gameplay1.png) +![gameplay1](/img/escapefrommars/gameplay2.png) +![gameplay1](/img/escapefrommars/win.png) +### Levels +![levels](/img/escapefrommars/levels.png) +### Perks +Complete levels to get upgrade point to spend on perks: +![month_practice](/img/escapefrommars/perks.png) \ No newline at end of file diff --git a/static/img/escapefrommars/gameplay1.png b/static/img/escapefrommars/gameplay1.png new file mode 100644 index 0000000..3a171e6 Binary files /dev/null and b/static/img/escapefrommars/gameplay1.png differ diff --git a/static/img/escapefrommars/gameplay2.png b/static/img/escapefrommars/gameplay2.png new file mode 100644 index 0000000..2c088c2 Binary files /dev/null and b/static/img/escapefrommars/gameplay2.png differ diff --git a/static/img/escapefrommars/levels.png b/static/img/escapefrommars/levels.png new file mode 100644 index 0000000..ff5ef70 Binary files /dev/null and b/static/img/escapefrommars/levels.png differ diff --git a/static/img/escapefrommars/main.png b/static/img/escapefrommars/main.png new file mode 100644 index 0000000..91e47d2 Binary files /dev/null and b/static/img/escapefrommars/main.png differ diff --git a/static/img/escapefrommars/perks.png b/static/img/escapefrommars/perks.png new file mode 100644 index 0000000..19cfa84 Binary files /dev/null and b/static/img/escapefrommars/perks.png differ diff --git a/static/img/escapefrommars/win.png b/static/img/escapefrommars/win.png new file mode 100644 index 0000000..12de26c Binary files /dev/null and b/static/img/escapefrommars/win.png differ