#CodeFromHome JavaScript basics: Build your first game - Online Workshop

2020/05/06(水)19:00 〜 21:30 開催
ブックマーク

イベント内容

IMPORTANT: Make sure you follow the setup instructions below before joining the workshop. A Zoom link will be provided by mail before the workshop.

We're happy to welcome back Florian for the 5th 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

  • This is a 100% online workshop!
  • Download Zoom
  • 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 June 29th 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!
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

注意事項

※ こちらのイベント情報は、外部サイトから取得した情報を掲載しています。
※ 掲載タイミングや更新頻度によっては、情報提供元ページの内容と差異が発生しますので予めご了承ください。
※ 最新情報の確認や参加申込手続き、イベントに関するお問い合わせ等は情報提供元ページにてお願いします。
情報提供元ページ(Doorkeeper)へ

新規会員登録

このイベントに申し込むには会員登録が必要です。
アカウント登録済みの方はログインしてください。



※ ソーシャルアカウントで登録するとログインが簡単に行えます。

※ 連携したソーシャルアカウントは、会員登録完了後にいつでも変更できます。

関連するイベント