Skip to content

js13kGames/minipunk

 
 

Repository files navigation

minipunk

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

screenshot-1 screenshot-2 screenshot-3 screenshot-4

Tested on Chrome, Firefox, and Edge on Mac and Windows.

Development

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

Building

Requirements:

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

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.8%
  • Shell 1.4%
  • Other 0.8%