added escape from mars page
This commit is contained in:
parent
cfaa7d25b9
commit
bdc7231681
7 changed files with 23 additions and 0 deletions
23
content/projects/escapefrommars.md
Normal file
23
content/projects/escapefrommars.md
Normal file
|
@ -0,0 +1,23 @@
|
|||
---
|
||||
title: "Escape From Mars Game"
|
||||
date: 2021-01-11T20:45:36+01:00
|
||||
draft: false
|
||||
image: "/img/escapefrommars/main.png"
|
||||
---
|
||||
<!--more-->
|
||||
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
|
||||

|
||||

|
||||

|
||||
### Levels
|
||||

|
||||
### Perks
|
||||
Complete levels to get upgrade point to spend on perks:
|
||||

|
BIN
static/img/escapefrommars/gameplay1.png
Normal file
BIN
static/img/escapefrommars/gameplay1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 235 KiB |
BIN
static/img/escapefrommars/gameplay2.png
Normal file
BIN
static/img/escapefrommars/gameplay2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 196 KiB |
BIN
static/img/escapefrommars/levels.png
Normal file
BIN
static/img/escapefrommars/levels.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 84 KiB |
BIN
static/img/escapefrommars/main.png
Normal file
BIN
static/img/escapefrommars/main.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 122 KiB |
BIN
static/img/escapefrommars/perks.png
Normal file
BIN
static/img/escapefrommars/perks.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 98 KiB |
BIN
static/img/escapefrommars/win.png
Normal file
BIN
static/img/escapefrommars/win.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 173 KiB |
Loading…
Add table
Reference in a new issue