maze-game

command module
v0.0.0-...-8f9648d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 11, 2024 License: MIT Imports: 11 Imported by: 0

README

Maze Game

Maze Game Gif

Maze Game is a simple text-based game implemented in Go. It generates mazes using the Recursive Backtracking algorithm and lets players navigate through the maze to reach the gate (exit). The objective is to reach the gate before running out of time.

Table of Contents

Features

  • Random maze generation using the Recursive Backtracking algorithm.
  • Player navigation with arrow keys ( , , , ) or W, D, S, A keys.
  • Difficulty levels: easy, medium, and hard.
  • Timer to add a time-based challenge.
  • Visually appealing ASCII characters to represent walls, the player, and the exit.
  • Dynamic placement of the gate to make it as far as possible from the starting position.

Prerequisites

To run this game, you need to have Go installed on your system. You can download and install Go from the official website.

Installation

  1. Clone the repository to your local machine:

    git clone https://github.com/knbr13/maze-game.git
    
  2. Navigate to the project directory:

    cd maze-game
    
  3. Build the game:

    go build
    
  4. Run the game:

    ./maze-game
    

How to Play

  • Use the arrow keys ( , , , ) or the W, D, S, A keys to move the player.

  • Your objective is to reach the gate before the timer runs out.

  • You can modify the time limit by providing a time in seconds for the -time flag when running the game. For example:

    ./maze-game -time=120
    

    This command sets the time limit to 2 minutes (120 seconds) // the default value is 1 min (60 seconds)

  • Different difficulty levels (easy, medium, hard) offer mazes of varying complexity.

  • You can exit the game by pressing on q key on the keyboard.

Contributing

Contributions are welcome! If you have any ideas, bug fixes, or improvements, please submit an issue or a pull request.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL