GithubHelp home page GithubHelp logo

jabolol / labyrinthia Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 132 KB

Blazingly fast maze solver and generator implementing the A* and BFS algorithms for solving and creation, respectively.

Makefile 12.63% C 75.40% Ruby 4.58% TypeScript 7.38%
a-star c maze bfs

labyrinthia's Introduction

labyrinthia

Labyrinthia Logo

Welcome to labyrinthia, a labyrinth generator and solver using the A* algorithm. This project aims to provide a fast and efficient way to generate and solve labyrinths of various sizes.

  • Implements the A* algorithm for efficient solving
  • Fast and efficient labyrinth generation
  • Includes a visualizer in TypeScript and a generator in Ruby as bonuses
  • Main code is written in C for optimal performance

getting started

Clone the repo:

git clone [email protected]:Jabolol/labyrinthia.git .

Compile the C code:

make

To generate a labyrinth, use the following command:

./generator/generator <width> <height> [perfect] > /path/to/output.txt

Solvable mazes are not a square, and do not contain a \n at the end

To solve a labyrinth, use the following command:

./solver/solver /path/to/maze.txt > solution.txt

bonuses

To generate a labyrinth with Ruby run:

ruby misc/generator.rb <width> <height> > maze.txt

To visualize a labyrinth with TypeScript in the terminal run:

deno run --allow-read=/path/to/maze.txt misc/solver.ts /path/to/maze.txt

labyrinthia's People

Contributors

jabolol avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.