Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/js13kgames/xycore
Xycore - a js13kGames 2019 competition entry by @64Mega.
https://github.com/js13kgames/xycore
2019 back competition desktop game html5 javascript js13k js13kgames js13kgames2019 optimization
Last synced: 17 days ago
JSON representation
Xycore - a js13kGames 2019 competition entry by @64Mega.
- Host: GitHub
- URL: https://github.com/js13kgames/xycore
- Owner: js13kGames
- Created: 2022-10-01T15:31:03.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-01T15:31:33.000Z (over 2 years ago)
- Last Synced: 2024-10-08T10:34:39.352Z (3 months ago)
- Topics: 2019, back, competition, desktop, game, html5, javascript, js13k, js13kgames, js13kgames2019, optimization
- Language: JavaScript
- Homepage: https://js13kgames.com/entries/xycore
- Size: 98.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Xycore
## Js13k 2019 Desktop Category entryXycore is a 'throwback' to some old favorites, taking inspiration from Hero Core and Metroid to bring you a simple adventure on an unknown planet - take on the four bosses and destroy the reactor core!
### Controls:
+ Arrow Keys - Movement
+ Space - Shoot
+ Gamepad Supported!### Hints:
+ You can reload to your last checkpoint by refreshing the page at any point
+ There are several upgrades hidden throughout the world - find them to make the game a bit easierThank you for playing!
## Build System/Code Organization
For this year's JS13k I decided to _not_ use Gulp/Webpack as I have done in former years.
Instead, I opted for writing my game in a single file (Heavily utilizing bookmarks), and
running it through Google's Closure Compiler.The exact compilation commands are in `compress.bat`. For image and zip size reduction I used
`optipng` and `advzip`. To zip the file, I used 7zip.Makes heavy use of ES6 and up, since I'm assuming most of the target audience will have decently
up-to-date browsers that aren't Internet Explorer or Safari.