Impact

This forum is read only and just serves as an archive. If you have any questions, please post them on github.com/phoboslab/impact

1 decade ago by triptych

Is it ok for me to post my game code (the parts that are just my game logic, levels, etc) on github? I know it would require someone else to buy a copy of impactjs to get it to work, but I want to make sure I'm not violating the terms of the license, etc.

1 decade ago by Hareesun

That's totally cool, as long as you make sure it's just the game folder and not the Impact or Weltmeister folders.

What you write is your own. :)

P.s - Don't suppose you're Andrew Wooldridge? :P

1 decade ago by triptych

That's cool. Yes, that's me!

1 decade ago by Colin

In case anyone is interested here is my .gitignore file I use for Impact games:

index.html
lib/impact
lib/weltmeister
tools/
weltmeister.html

1 decade ago by explor3r

This was really useful, thanks. Is there any reason the ".html" files were .gitignore-d as well? Since I do a few custom imports, it seemed useful to have them version controlled

1 decade ago by Joncom

I usually add index.html to my Git repositories, because it's usually customized in some way, even if only the <title> tag.
Page 1 of 1
« first « previous next › last »