Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 1023 Bytes

Readme.md

File metadata and controls

26 lines (14 loc) · 1023 Bytes

What is this?

A small rocket game built with vue.js and a GLSL shader.

Tell me something interesting

The stars, asteroids and the rocket are made with code, no svg (except for the HUD).

Where do I play this?

antoinemopa.github.io/rocket_game/

Known problems

On some platform/graphics-card/browser combinations, the smoke goes sideways.

LICENSE

The fragment shader (frag.glsl) and the images (images folder) are available under the Creative Commons CC BY-NC 3.0 license (https://creativecommons.org/licenses/by-nc/3.0/).

The rest (javascript, html, CSS) is available under the terms of the GNU general public license version 3.

What this means is that you can create your own game and publish it, but you must write a new fragment shader (I suggest you also change the JS code to make something different, but it is up to you).

The sound effects have their own license found in their respective folders. Some sound effects I used are in the public domain.