Game Guides > Game FAQ >  

How do you create a game and put it on your website

How do you create a game and put it on your website
Putting a game on your website. First of all, creating a game will require some heavy programming in most cases. The best language for online games is considered to be Java. There are probably numerous tutorials out there for making Java programs. You will need quite a lot of experience and ability in Java programming to make a game that will captivate your audience. Java may not be the best language to start in, since it is somewhat complicated, but Python is a good choice. Python is very simple yet powerful, and can emulate most graphic libraries written. Python is also completely free and open-source. However, Python cannot create web applets natively. There is probably a module somewhere that someone wrote, but it is not included natively in Python. Once you have written your program, you need a web site. Yahoo! Geocities offers websites for free. After you get your website you will need to learn the HTML needed to launch your program from the web page.