Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/foumart/js.13kgames.2020_winwin
WinWin - submission in JS13k Games 2020
https://github.com/foumart/js.13kgames.2020_winwin
game gulp js13k js13kgames js13kgames2020 spaceship
Last synced: about 2 months ago
JSON representation
WinWin - submission in JS13k Games 2020
- Host: GitHub
- URL: https://github.com/foumart/js.13kgames.2020_winwin
- Owner: foumart
- License: mit
- Created: 2020-09-13T11:04:54.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-07-03T06:44:46.000Z (over 1 year ago)
- Last Synced: 2024-12-06T13:25:42.940Z (about 2 months ago)
- Topics: game, gulp, js13k, js13kgames, js13kgames2020, spaceship
- Language: JavaScript
- Homepage: https://www.foumartgames.com/games/WinWin/
- Size: 68.4 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JS.13kGames.2020_WinWin
In WinWin you control a spaceship and fight alien invaders. Each time you destroy an enemy you restore a deleted file from the hard drive. Some files from the game itself are missing too, so you have to search throughout the 12 stages to find the missing data. When you do so, a new spaceship will be unlocked, giving you the opportunity to try a new weapon.
Controls: [Arrow Keys] [A] [D] Movement; [Space] Shoot; [C] Toggle shooting
Shortcuts: [R] Reset game, [F] Fullscreen, [P][Esc] Pause
Inspired by Lose/Lose by Zach Gage - a game that randomly deletes files from your machine on every killed invader.
How to set up build on Windows:
Execute **gulp_install.bat**
Installs the following packages: gulp, gulp-minify, gulp-concat, gulp-htmlmin, gulp-html-replace, gulp-string-replace, gulp-clean-css, gulp-load-plugins, imagemin-webp, gulp-imagemin, gulp-zip, gulp-advzip, gulp-check-filesize, google-closure-compiler
Execute **build.bat**
The game will be built in **public/**
The compressed zip archive will be in **zip/**
Enjoy!