Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/picosonic/js13k-2021
JS13KGames entry for 2021
https://github.com/picosonic/js13k-2021
html5-game js13k js13kgames js13kgames2021
Last synced: 4 months ago
JSON representation
JS13KGames entry for 2021
- Host: GitHub
- URL: https://github.com/picosonic/js13k-2021
- Owner: picosonic
- License: mit
- Created: 2021-08-09T08:44:16.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-18T15:35:35.000Z (about 2 years ago)
- Last Synced: 2024-10-01T03:23:24.414Z (4 months ago)
- Topics: html5-game, js13k, js13kgames, js13kgames2021
- Language: JavaScript
- Homepage:
- Size: 64.5 MB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# js13k-2021
JS13KGames entry for 2021, theme is "**SPACE**".## Airspace Alpha Zulu
You are a test pilot in the navy and are out on operations testing an experimental new jet, callsign Alpha Zulu. Your task is to launch from the aircraft carrier, fly around and then safely land back on the carrier. Use cursor keys/WASD/gamepad to fly, Q/E lateral adjustments, PageUp/PageDown throttle. Speed is shown on the HUD on the left in knots, altitude on the right in feet, compass at the top. Slow to about 60 knots, then make your landing approach. Good luck.
# Stuff I managed to add
# Tools used
* [Ubuntu OS](https://www.ubuntu.com/)
* [vim](https://github.com/vim) text editor (also [gedit](https://github.com/GNOME/gedit) a bit)
* [Visual Studio Code](https://code.visualstudio.com/)
* [meld](https://github.com/GNOME/meld) visual diff/merge
* [MeshLab](https://github.com/cnr-isti-vclab/meshlab) 3D model viewer
* [YUI Compressor](https://github.com/yui/yuicompressor) JS/CSS compressor
* [Google closure compiler](https://developers.google.com/closure/compiler/docs/gettingstarted_app) JS minifier
* [advzip](https://github.com/amadvance/advancecomp) (uses [7-Zip](https://sourceforge.net/projects/sevenzip/files/7-Zip/) deflate to compress further)# Stuff I'd have done with more time
- [ ] Intro and cutscene animation sequences
- [ ] Top Gun inspired SVG font
- [ ] Increase the size of the game world
- [ ] Add procgen clouds
- [ ] Add the sun with lens flare
- [ ] Wheels
- [ ] Flaps/ailerons
- [ ] Fix 3D engine, still showing some clipping and Z order issues
- [ ] Missions to do whilst airbourne
- [ ] Fix jet pitch
- [ ] 1st person mode
- [ ] Collision detection
- [ ] Weapons
- [ ] Dog fighting