Take the 2-minute tour ×
Game Development Stack Exchange is a question and answer site for professional and independent game developers. It's 100% free, no registration required.

I made a game in java that I plan on selling some day. When I do eventually release it,I want people to receive patches instead of buying it again. How does a game patch work, and where the heck do I even begin with one? I read that people use Java webstart, but I know little to no HTML and havn't used Java webstart before.

share|improve this question
    
You don't need to make people buy it again. A Game patch is nothing else than your updated executable plus the new/updated data that comes along with it. There is tons of ways of doing it, you just need to experiment. –  Cristina Jun 11 '14 at 7:10
    

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.