-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from kkytola/main
Blueprint of the playable part so far and some streamlining of the game levels.
- Loading branch information
Showing
7 changed files
with
407 additions
and
30 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,22 @@ | ||
% In this file you should put all LaTeX macros to be used | ||
% both by the pdf version and the web version. | ||
% This should be most of your macros. | ||
% This should be most of your macros. | ||
\newcommand{\set}[1]{\left\{ #1 \right\}} | ||
|
||
\newcommand{\bN}{\mathbb{N}} | ||
\newcommand{\bZ}{\mathbb{Z}} | ||
\newcommand{\bQ}{\mathbb{Q}} | ||
\newcommand{\bR}{\mathbb{R}} | ||
\newcommand{\bC}{\mathbb{C}} | ||
|
||
\newcommand{\EX}{\mathsf{E}} | ||
\newcommand{\PR}{\mathsf{P}} | ||
|
||
\newcommand{\ind}{\mathsf{1}} | ||
\newcommand{\indOf}[1]{\ind_{#1}} | ||
|
||
\newcommand{\G}{\mathrm{G}} | ||
\newcommand{\Greg}[1]{\G_{#1}} | ||
|
||
\newcommand{\walk}{\mathfrak{w}} | ||
\newcommand{\RW}{X} |
This file contains 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
This file contains 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
Oops, something went wrong.