• Post category:StudyBullet-4
  • Reading time:3 mins read


What you will learn

React, react hooks, arrow functions

Description

Ever wanted to learn React and Hooks but found traditional courses a little boring & long?

Jump straight in by coding a roguelike game and learn the fun way!

You will get experience using:

  • React
  • Hooks
  • Javascript
  • ES6
  • Classes
  • Arrays
  • Functions
  • Objects
  • Node.js

Coding a roguelike game isΒ  a great way to learn the fundamentals of React, Hooks and useful generic game concepts like movement, combat and inventories.


Get Instant Notification of New Courses on our Telegram channel.


The game includes:

  • Movement
  • Input handling
  • Procedural generation
  • Collision detection
  • Inventory
  • Combat log

I hope you enjoy the course!

English
language

Content

Getting Started

Installing Visual Studio & Node.js

React – Getting Started

Create React App
The Canvas
Props and our first hook!

Making a Game!

Move that square
The player is not square
The World!
Bouncing off the walls
Entities
Inventory
Monsters
Bugsy
Apples & Pears