This guide assumes your version of discord.py is updated to at least v1.0 or greater.
You can check your version with pip show discord.py.
sed -E -f solver.sed input where input is a file containing the maze.
For best results, resize your terminal to match the height of the maze. To disable animations, delete the lines containing p.
The solver assumes the following:
- The maze only contains the characters
# \nSE - Every line has the same number of characters
- There is only one start (
S) and end (E)
Emacs packages, features, files, layers, extensions, auto-loading, require,
provide, use-package… All these terms getting you confused? Let’s clear up
a few things.
Emacs files contains code that can be evaluated. When evaluated, the functions, macros and modes defined in that file become available to the current Emacs session. Henceforth, this will be termed as loading a file.
One major problem is to ensure that all the correct files are loaded, and in the
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # This is a wrapped up version of the instructions at | |
| # http://code.google.com/p/irssi-libnotify/wiki/MainPage for ubuntu | |
| # | |
| # Usage: Just run this script from the command line with no arguments | |
| # | |
| # Tested on Ubuntu 12.04.1 (64 bit) | |
| echo "" |