Skip to content
This repository has been archived by the owner on Dec 12, 2022. It is now read-only.
/ maze-game Public archive

A maze generation and solving game written in Java.

License

Notifications You must be signed in to change notification settings

stephencz/maze-game

Repository files navigation

Maze-Game

A game that generates square or hexagonal mazes which a player can then solve. Made in Java with the LibGDX framework. No longer being maintained.

Getting Started

Prerequisites

  • Java 8 or higher
  • An IDE that can import Gradle projects

Controls

General

  • H - Show or hide generation settings panel.
  • R - Regenerate the maze.

Square Maze Controls

  • W - Move north.
  • A - Move west.
  • S - Move south.
  • D - Move east.

Hexagonal Maze Controls

  • Q - Move south-west.
  • W - Move north.
  • E - Move north-east.
  • A - Move south-east.
  • S - Move south.
  • D - Move south-west.

Built With

  • LibGDX - Framework used for handling graphics and input.
  • Scene2d - Library used for UI

Author

  • Stephen Czekalski - Sole programmer and maintainer.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Screenshots

A Square Maze A Hexagon Maze

About

A maze generation and solving game written in Java.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages