
內容簡介
這是一個用來開發迷宮生成程式,練習程式碼的地方。我打算重新使用 CSS 框架,做出一個 WordPress 外掛,重啟一個我 16 年前完成的專案。
版本 3 改變了前端介面,現在產生的迷宮是方形的,而且可以透過滑鼠點擊、方向鍵、或是手機觸控方式解謎。
版本 2 將整個迷宮畫成一張圖片,可以下載。無論使用什麼主題,迷宮都應該可以在多種設備上良好顯示。我也加入了起點和終點的顏色,讓你可以真正地印出來解謎!
版本 1 會產生一個隨機迷宮,並使用 div 來顯示,應該可以在各種屏幕尺寸上,包括手機上正確顯示。
接下來,我考慮添加互動方式!
我也想增加更多選項!
外掛標籤
開發者團隊
原文外掛簡介
A place to practice my code by developing a maze generation program. I hope to revisit a 16 year old project I made by starting fresh with a CSS framework, and as a WordPress plugin.
Version 3 changes the frontend so that you make square mazes.
These mazes are now solvable via mouse click, arrow keys or touch on phone.
Version 2 draws the entire maze as a single image which can be downloaded. The maze should look good across multiple devices, depending on the theme. I added a that and end color so you can actually print and solve these!
Version 1 creates a random maze, and using divs, should display well on most-sized screens, including phones.
Next I am considering ways to add interactivity!
I’d like to add more options, too!
