###### tags: `Learn to make games`
[TOC]
# Learn to make Games with Phaser Notes
## Youtube Tutorials Link
https://www.youtube.com/results?search_query=phaserjs+tutorials
Date: Sunday July 18, 2021
Attendees: Jonathan, Aaron
Goal: Learn about Phaser
## What is a game?
- What are the three things we need for a game?
- Code
- Files
- Images
## What is a development environment?
- A development environment is a program that you can write code, and work files in.
- We use Visual Studio Code
- https://code.visualstudio.com/
## Goal
Build a game with a car, a ball and a goal.
The game ends when the player puts ball in the goal with the car
Completion Target Date: August 8th
## To Do
1. Get image for car
2. Get image for ball
3. Get image for field
4. Get image for goal
5. Get image for sky