Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/js13kgames/hard-vacuum-recon
Hard Vacuum: Recon - a js13kGames 2013 competition entry by @onefrankguy.
https://github.com/js13kgames/hard-vacuum-recon
2013 bad-luck competition desktop game html5 javascript js13k js13kgames js13kgames2013 mobile optimization touch
Last synced: 3 months ago
JSON representation
Hard Vacuum: Recon - a js13kGames 2013 competition entry by @onefrankguy.
- Host: GitHub
- URL: https://github.com/js13kgames/hard-vacuum-recon
- Owner: js13kGames
- License: mit
- Fork: true (onefrankguy/hvrecon)
- Created: 2022-10-02T17:27:51.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2013-09-23T10:37:59.000Z (over 11 years ago)
- Last Synced: 2024-10-01T07:41:25.495Z (3 months ago)
- Topics: 2013, bad-luck, competition, desktop, game, html5, javascript, js13k, js13kgames, js13kgames2013, mobile, optimization, touch
- Homepage: https://js13kgames.com/entries/hard-vacuum-recon
- Size: 367 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Hard Vacuum: Recon #
_Hard Vacuum: Recon_ is a mobile game for the [js13kGames competition][].
You play a down on their luck mercenary assigned to survey an icey planet.
Armed with your memory and the somewhat faulty logic of your copter's NAVI,
you have to grab as much intel as you can before your fuel cells run dry.## Graphics ##
Daniel Cook's "[Hard Vaccum][]" tileset is used as the basis for the graphics.
ImageMagick and mtPaint get abused heavily to get the look I want.## Development ##
Development takes place on a [Raspberry Pi][], which ends up being a great way
to test mobile browser performance without a phone.### Wish List ###
A bunch of stuff isn't in, mostly due to time and size constraints.
* Copter animations
* Variable terrain
* Icicle telport FX
* More mission variety
* Tweetable high scores### Notes ###
ImageMagick command line to remove a common background from icons.
~~~bash
convert icon.png background.png \
\( -clone 0 -clone 1 -compose difference -composite -threshold 0 \) \
-delete 1 -alpha off -compose copy_opacity -composite icon-no-bg.png
~~~## License ##
Design and code are licensed under a [MIT-style][] license. See the LICENSE.md document for
more information. Graphics are licensed under a
[Creative Commons Attribution 3.0 License][cc]. If you make use of the graphics,
please include the following attribution in a visible location along with any
other credits* "[Hard Vacuum][]" art by Daniel Cook (Lostgarden.com)
[js13kGames competition]: http://js13kgames.com/ "HTML5 and JavaScript game development in 13 kilobytes"
[Hard Vacuum]: http://lostgarden.com/2005/03/game-post-mortem-hard-vacuum.html "Daniel Cook (lostgarden.com) - Game Post Mortem: Hard Vacuum"
[Raspberry Pi]: http://raspberrypi.org/ "An ARM GNU/Linux box for $25"
[MIT-style]: http://opensource.org/license/MIT "Open Source Initiative OSI - The MIT License"
[cc]: http://creativecommons.org/licenses/by/3.0/us/