_# maze_visionary javascript nodeJS Bootstrap4 CSS

Project

MacDown Screenshot

Introduction

In this game, the user would be able to move around using the arrow keys and move through the maze to find the target at the end of the maze. In fact, as the user moves along each path, there will be a time limit to complete each round. Most of this game would be developed in javascript, with nodeJS to render my files asynchronously. This would be my first time using a canvas. The difficulties of learning canvas in one week was very exhausting and demanding, but canvas has many features that you can use to design a game. However, it would just be for design purposes and not for anything else in particular.

Set Up

  1. There will be a maze.js file that would be taking in parameters to know where the user would be starting at and where they would be ending at (target would be a black circle).

  2. The player (MVP) would have to be built on a seperate javascript page and it would be a class where the player would have approximately three lives and a name to initiate the game.

  3. You will have to run this game using nodeJS or another server side host to run index.js

Instructions

  • The user must use a server side network «« meaning that the only way this game could be run is if the user runs this game on a network connection through the server in order for the game to check the data on the canvas because of a little method called getImageData() that only works on servers to receive back information about the screen pixels.

  • On here, run nodemon in the console.

  • The user must follow the correct path of the maze and not hit a wall or they will be deducted a point from there health.

    • Solving these mazes takes time and effort, hope you have a fun time doing just that.
---
title: "Amazing Maze"
date: 2019-07-11 12h:00:00
---

<<<<<<< HEAD

The Rendering

This is where you can download my file and start playing. It's awesome and you can enjoy the experience.

The Rendering ??

This is where you can download my file and start playing. It's awesome and you can enjoy the experience.
Rendering preferences pane

MVP

Built With

Share this project:

Updates