Write a simple game using React and Redux saga.
Take a look at this tutorial as inspiration: https://www.freecodecamp.org/news/build-a-snake-game-with-react-redux-and-redux-sagas/#what-is-redux-saga-why-are-we-using-it
The goal of this project is to build a simple game. It should be around as simple as Snake. But we wont be building snake :)
The game should have the following elements:
There are a few options for number 4. Here are some ideas:
Try not to go overboard with the game mechanics. Implement one thing at a time.
Your game doesn’t need to win any awards in terms of looks. There are lots of places where you can download free game elements and art. Or if you are the arty type you are welcome to make your own thing.
Please update your README file to include:
You need to use React, redux and redux-saga. Your code needs to be clean and beautiful as always.
Please test your code, you will be expected to use a react testing library to test your components, here is the documentation TOPIC: React Unit testing .