Skip to content

D3R50N/console-maze-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple console maze game in JS

Get started

npm install

You can run the game with:

npm run game

How to play ?

There is a ingame help, but here is a quick summary:

  • Use the arrow keys to move
  • Press q to quit
  • Press r to restart
  • Press space to reveal the maze

Your score depends on the number of moves you made.

your score

Screenshots

Ingame screen (yeah it's in the console 🫡)

When you start the game, you will see this beautiful screen:

your score

Make sure your terminal use utf-8 encoding or else ..

Ingame alternative screens:

.. you will see these annoying screens:

This is in Powershell, utf-8 enabled but no color...

your score

This is in Cmder, utf-8 not enabled ...

your score

THIS IS NOT AN ISSUE ! The program will run anyway Enjoy !