Setup your machine
In order to complete this workshop, you need to prepare your machine for HTML5 game development. If you are already a seasoned front-end developer, you might have already all the tools you need in your system!
This workshop is aimed at people from all levels. That is why we will only use the absolute minimum amount of tools and software.
This is what you need to have in place:
- A text editor
- Access to the terminal/console in your system
- A local web server
A text editor
You will use this to code the game. A good one is Atom, which is available for Windows, Mac and Linux and it's open source.
Other alternatives are:
A terminal
Depending on how you choose to complete the next step (launching a local web server), you might need to use the terminal in your system. Learn how to launch the one in your system:
- In Windows, it is known as the Command Prompt, and you can access is at
Start > Run
and typingcmd
. - On Mac OS, it is the Terminal app, and you can find it in your
Applications
folder. - In Linux, most distributions put a terminal icon in the dock for easy access. In Ubuntu, it is an app known as Terminal.
Of course, if you have already other terminals in your system and prefer those, feel free to use them!