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.
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
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
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&039;s usually customized in some way, even if only the #<title>
tag.
Page 1 of 1
« first
« previous
next ›
last »