A short 3D action game for the 2020 js13kGames Competition.
The evil 404 Megacorp threatens to take over the internet. You must stop them!
Controls: WASD - move Left click - attack Right click - zoom Spacebar - jump Tip: Try zoom + attack
Tested on Chrome, Firefox, and Edge on Mac and Windows.
The source is all vanilla JavaScript which can be run directly by the browser.
Use a simple static HTTP server (i.e., Python http.server or NPM http-server) to serve the directory.
Open index.html
in your browser, such as http://localhost:8000/index.html
Requirements:
- wget (to download Google Closure Compiler)
- Java 7+ (to execute Google Closure Compiler)
- Efficient-Compression-Tool
Run:
./build.sh
Which does the following:
- Produces a self contained index file at
dist/index.html
- Produces a ready-to-go zip file at
public.zip
To test, open dist/index.html
in your browser, such as http://localhost:8000/dist/index.html