Monday 20 April 2015

Make Games With Javascript

Many online websites teach you program your own computer video games in JavaScript.


Designing your own video game doesn't have to be complicated. A fun way to make your own video games is to use the simple scripting language called JavaScript. With a text editor such as Notepad and some basic knowledge of creating scripts you can start making your own simple JavaScript video games. There are many websites that can teach you use JavaScript and that also show you the raw code used to make video games.


Instructions


make a game in JavaScript


1. Learn write some JavaScript scripts. Websites such as TrainingTools.com,


W3Schools.com and WebDevelopersNotes.com offer tutorials teaching you create JavaScript scripts. Also, The JavaScript Source and JavaScript Kit offer completed JavaScript game code.


2. Develop your video game concept. Write down exactly what the object of your game is, achieve the goal and keep track of any scores. Keep it simple to start with. Match each idea to what you have learned about JavaScript, be sure you have the skills to program it and that JavaScript has the ability to do what you want.


3. Open your text editor, start a new text document and begin writing your JavaScript code.


4. After you have completed the script, open it in your web browser and test your game. If there are any mistakes or program errors go back to the text editor and fix the bugs.


5. Test your video game on different web browsers. Sometimes there are small differences, so you may have to tinker with the script to get your game to display properly.


6. Show the game to a friend or a test audience. Bugs you did not find may pop up when someone else plays your video game.


7. Give your video game a catchy name -- brainstorm a name by writing down any names that might describe your game or other ideas that pop into your head. Then try combining them or mixing them together until you find one that jumps out at you.

Tags: your video, video game, your video game, video games, your game, text editor, JavaScript scripts