Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 1 day ago
JSON representation

WinWin - submission in JS13k Games 2020

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!