Page 1 of 1

Hollows

PostPosted: 03 Jun 2017, 21:48
by gerald1248
Hollows is an arcade game in the style of the 1980s. Your task is to rescue settlers from a sequence of caves known as the Hollows. If you have an Android device or compatible Chromebook, you can download it from the Play Store: https://play.google.com/store/apps/details?id=gerald1248.hollows. The (MIT licensed) source is at https://github.com/gerald1248/hollows.

Image

The controls are based on the 1986 Firebird classic Thrust, only using touch controls.

You can find a playthrough of the first level on YouTube: [youtube]https://www.youtube.com/watch?v=R0ldZ9svasA[/youtube]

Levels are ASCII art of a sort. This is the first level:

{l Code}: {l Select All Code}
..................................................
..................................................
..................................................
..................................................
..................................................
..................................................
..................................................
..................................................
..................................................
..................................................
..................................................
..................................................
..................................................
..................................................
..................................................
..................................................
..................................................
..................................................
..................................................
..................................................
..................................................
..................................................
..................................................
..................................................
.........................s........................
..................................................
..................................................
..................................................
.........................t........................
................................a.................
.......................................n..........
.....^............................................
`+++++|../++++++|/+++++´....`+++++++|.../++++++++´
.+++++++++++++++++++.........++++++++++++++++++++.
.++++++++++++++++´...........`+++++++++++++++++++.
.+++++++++++++++..............+++++++++++++++++++.
.+++++++++++++................vvv.........`++++++.
.+´..........................................w..+.
.+..............................................+.
.+..............................................+.
.+...........^..................................+.
.+...........`|.................................+.
.+............`|................./+++|..........+.
.+.............`|................++++´..........+.
.+..............v................v..............+.
.+.....e........................................+.
.+..............................................+.
.+|^^........................................^^/+.
.`++++++++++++++++++++++++++++++++++++++++++++++´.
..................................................


All that's needed to create a new level is a GitHub account so I can merge it in.

I'd be very grateful for all feedback.

Re: Hollows

PostPosted: 05 Jun 2017, 13:10
by Lyberta
Deleted.

Re: Hollows

PostPosted: 06 Jun 2017, 07:02
by gerald1248
Great idea, thanks! I should definitely do that. The APK is available on GitHub too. The game doesn't use Play Games Services; in fact it doesn't collect any information at all about the user.