Doorkeeper

JavaScript basics: Build your first game - Workshop

Thu, 13 Feb 2020 19:00 - 21:30 JST

Impact HUB Tokyo

2-11-3 Meguro, Meguro-ku, Tokyo 153-0063

Register

Registration is closed

Get invited to future events

Free admission

Description

IMPORTANT: Make sure you follow the setup instructions below before joining the workshop.

We're happy to welcome back Florian for the 4th edition of our popular retro gaming workshop!

Are you interested in how computer graphics or video games work, but always thought that it must be overly complicated? Or you were scared by the plethora of frameworks and didn't know where to start?

Join us for a special introduction on game development, and code a simple retro game in only 2 hours!

We will use a very simple "retro" style of framework, show you how to turn a serious text-mode computer into a fun interactive experience, move stuff on the screen over a playfield according to the keybaord input, and how to replicate some classic graphical effects.

During this workshop, we will be:
- Giving a quick introduction on retro games
- Making a little game together: showing a playfield, and a controllable character over it
- Explaining the basics of collision, movement and gravity
- Making it more interesting with simple animation

Pre-requisite

  • Basic JavaScript notions
  • GitHub account (to be able to fork a boilerplate)
  • Git & Node.js installed on your computer

About Le Wagon Tokyo

Le Wagon Tokyo is a coding school for startups, creative people and tech entrepreneurs. Our 9-week full-time and 24-week part-time Full-Stack Coding Bootcamps are designed for complete beginners or "half-beginners" who really want to dive into programming and, above all, change their mindset. Learn to think like a developer, consider issues with new insight, and become more autonomous thanks to these newly acquired abilities.

The next Tokyo batch will start on April 6th and applications are open. Still considering whether to apply or not? Try our free online track! (https://www.lewagon.com/learn-to-code)

Our part-time bootcamp is now open! Next session starts March 21st:
https://www.lewagon.com/tokyo/program/part-time


Setup On Windows

1) If you don't have node, you can install easily through scoop (http://scoop.sh). Run powershell (start menu, type powershell, enter) and run the following:

Set-ExecutionPolicy RemoteSigned -scope CurrentUser
iwr -useb get.scoop.sh | iex

2) Then you can run from the same terminal:

scoop install nvm
nvm install 8
nvm use 8.16.2

3) You may also need Git for Windows: https://gitforwindows.org/

Setup On Mac

1) You may need to install homebrew (https://brew.sh/). Open a terminal and type:

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

2) After that you can install node:

brew install nvm
nvm install 8

About this community

Le Wagon Tokyo - Coding Bootcamp

Le Wagon Tokyo - Coding Bootcamp

Le Wagon is a coding school for startups, creative people and tech entrepreneurs. Our 9-week Full-Stack Coding Bootcamp is designed for complete beginners or "half-beginners" who really want to ...

Join community