Making a RPG game - JavaScript and Kaboom.js - Part 1 [Agenda of the course]
In this course, we will work on step by step how to create a RPG game using JavaScript and a gaming library Kaboom.js. 1. Setup and install required dependencies for the project. 2. Make a sprite in Paint and render it on the screen. 3. Create a 2-D character array for our game map in JSON. 4. Fetch and Parse the game map. 5. Render map sprites based on the character position. 6. Make the player move on command of arrow keys. 7. Complete the game logic and render winning text on the screen.
In this course, we will work on step by step how to create a RPG game using JavaScript and a gaming library Kaboom.js. 1. Setup and install required dependencies for the project. 2. Make a sprite in Paint and render it on the screen. 3. Create a 2-D character array for our game map in JSON. 4. Fetch and Parse the game map. 5. Render map sprites based on the character position. 6. Make the player move on command of arrow keys. 7. Complete the game logic and render winning text on the screen.