phoboslab / q1k3

A tiny FPS for js13k

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Host the builded game somewhere

rvetere opened this issue · comments

Could you make a release here on github..? So that it would be possible to include the game in any website just by adding a script tag pointing to the release here on github ;-) We would love to integrate it on our internal bootup-page of our frontend-project :D

I... don't really see the point of that, sorry. If you really want to do that, you can load the game from my website: https://phoboslab.org/q1k3/

Otherwise just fork this repo :)

Github Pages

Steps:

  • git checkout --orphan gh-pages
  • git rm -rf --dry-run . # preview files to be deleted
  • git rm -rf . # actually delete the files

Now you can start adding files and commit them and they will live in their own branch.

Ex: https://sibvrv.github.io/Q1K3Mod/