how do you add your own game to your web page?

BlitzPlus Forums/BlitzPlus Beginners Area/how do you add your own game to your web page?

oos(Posted 2008) [#1]
Does anybody know how to do it.?


GfK(Posted 2008) [#2]
Yes.

You click some buttons, then it all goes on your website and people can see it and download it.

Alternatively, for a less vague reply, please post a less vague question.

:)


Sauer(Posted 2008) [#3]
I don't know anything about embedding games... but I do know how to make them available for download.

Assuming you have some server space, upload the game file (.zip to save space) into your webspace. Then, create a link on your website like this:

<A HREF="filename.zip">Download here!</a>

(Hopefully you have some HTML experience)


oos(Posted 2008) [#4]
I found out that I could publish a game on my web cointaining no images. just the code and some text. in order to publish a game with animation and images you need to create an executable jar, wich means cointaining images, sounds. this sucks for blitz plus what's the point of having exe. if it has to be inside the same folders that you images are. what's the point? If I wanted to show my game to a friend I could just tell them to press F5 in demo version, why pay money for that????


Snarkbait(Posted 2008) [#5]
http://www.blitzbasic.com/toolbox/toolbox.php?tool=121

http://www.blitzbasic.com/toolbox/toolbox.php?tool=30

protip: don't be an ass.


oos(Posted 2008) [#6]
thanks for the tip, I won't be an ass anymore.