ajomadlabs / react-frontend

Playing with React

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Frontend Game

Description

This project aims at creating a react maze game
This is a game where user enters a particular board size.
Based on the board size, board will be generated where in which opponents will be randomly placed.
The hero will be placed some what center.
The games tells the number of steps taken by the hero to beat all the oponents.

Project Structure

  • public
  • src
  •    assets
  •    components
  •    index.css
  •    index.js
  •    logo.svg

Pre-requisites

  • Nodejs >8
  • NPM

Installation

  • Clone the repository
  • Run npm install
  • Run npm start for developement
  • Run npm run build for production

Project Video

React Maze Game

About

Playing with React


Languages

Language:CSS 61.7%Language:HTML 38.3%