My first game using Babylon JS.
A lot of things have to be done in the way of learning Babylon JS : Awaking my Javascript knowledge to ES6 and TypeScript (not for this one)
- Discover Babylon JS functions and "logic"
- Keep things simple
- Have fun
Like usual when discovering game libraries like Babylon JS (it's not limited to games) nothing is like coding classics : Breakout, Pong, PacMan and so on.
- Open a terminal and go to your projects directory
Exemple : cd myprojects
- Clone this repository
git clone https://github.com/pigmin/Breakout.git
- Go to the local repository directory
cd Breakout
- Install dependencies with Node Package Manager
npm install
- Test the game
npm start