Skip to content

This is a remake of a previous project I worked on previous, now using JavaScript to follow the same concept.

License

Notifications You must be signed in to change notification settings

davidcastel/JavaScript-Maze

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript-Maze 🐍

About 📘 :

This is a project inspired by a previous project that I created for a University Class. (You can check out the inspiration of this project here).

I decided to re-write my old project that was based on Python using JavaScript and learn more about classes/OOP and the fundamentals of JavaScript. The purpose of using classes & Objects was to simplify the process of creating a map for the user and make it quicker to get users to play the game on their terminals 💻

⚠️ Make sure you have the latest version of node installed onto your machine. ⚠️

Instruction 📝 :

  • Fork or clone this following repo onto your machine 💻
  • Open a Terminal/Command Prompt on your machine
  • cd into the folder/directory of this project
  • Run the following command npm i to install the required dependencies
  • Run the following command node main.js
  • Type "yes" into Terminal/Command Prompt
  • Move through the maze by typing one of following keys (A|W|S|D) (Standard movement system)
  • Move through the maze until the exit =

Built 🔧 :

This program was built using JavaScript

About

This is a remake of a previous project I worked on previous, now using JavaScript to follow the same concept.

Topics

Resources

License

Stars

Watchers

Forks