Skip to content

Commit

Permalink
Merge branch 'refs/heads/feat/have-image'
Browse files Browse the repository at this point in the history
# Conflicts:
#	images/img.png
#	images/img_1.png
#	images/img_2.png
  • Loading branch information
ziqiangai committed Jul 1, 2024
2 parents 6af12d2 + 9b1a03f commit c8c504f
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[简体中文](./README_ZH.md) | English

<img src="./docs/images/img.png">
<img src="images/img.png">

This project is inspired by [this project](https://github.com/mbg/maze), and I have implemented the maze in the web using Angular. The project allows you to control the maze direction by writing functions and generate mazes by creating your own 2D arrays. You can get a preview by clicking the links below.

Expand Down Expand Up @@ -69,7 +69,7 @@ Note: url encoder

Note that two consecutive underscores `__` will be replaced with a component parameter, as shown in the image below:

<img src="./docs/images/img_2.png">
<img src="images/img_2.png">

## Future Plans

Expand Down
4 changes: 2 additions & 2 deletions README_ZH.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# awesome-maze

<img src="./docs/images/img.png">
<img src="images/img.png">

这个项目受到了[这个项目](https://github.com/mbg/maze)的启发,我用Angular在web端来实现迷宫。
该项目可以通过编写函数控制迷宫走向,还可以通过自己生成二维数组来生成迷宫。
Expand Down Expand Up @@ -69,7 +69,7 @@ https://advancedproductivity.github.io/awesome-maze/#/html?q=我已经碰壁__
请注意,两个连续的下划线`__`会被替换成一个组件参数,如下图:


<img src="./docs/images/img_1.png">
<img src="images/img_1.png">


## 后续
Expand Down
Binary file added images/img.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/img_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/img_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c8c504f

Please sign in to comment.