├── README.md ├── ai-8-puzzle-out-pattern.png ├── ai-mid-term-out.PNG ├── ai-puzzle-can-move-d.png ├── ai-puzzle-can-move-function.png ├── ai-puzzle-can-move-l.png ├── ai-puzzle-can-move-r.png ├── ai-puzzle-can-move-u.png ├── ai-puzzle-drawing-main-logic-blue.png ├── ai-puzzle-drawing-main-logic.png ├── easy-in.PNG ├── easy-out.PNG ├── hard-out.PNG ├── medium-out.PNG └── worst-out.PNG /README.md: -------------------------------------------------------------------------------- 1 | # My Media Files For ReadMe.md Files 2 | 3 | -------------------------------------------------------------------------------- /ai-8-puzzle-out-pattern.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joemar25/Files/98a817e059ae956a70ea6685b8a7a24c0e3cedf8/ai-8-puzzle-out-pattern.png -------------------------------------------------------------------------------- /ai-mid-term-out.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joemar25/Files/98a817e059ae956a70ea6685b8a7a24c0e3cedf8/ai-mid-term-out.PNG -------------------------------------------------------------------------------- /ai-puzzle-can-move-d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joemar25/Files/98a817e059ae956a70ea6685b8a7a24c0e3cedf8/ai-puzzle-can-move-d.png -------------------------------------------------------------------------------- /ai-puzzle-can-move-function.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joemar25/Files/98a817e059ae956a70ea6685b8a7a24c0e3cedf8/ai-puzzle-can-move-function.png -------------------------------------------------------------------------------- /ai-puzzle-can-move-l.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joemar25/Files/98a817e059ae956a70ea6685b8a7a24c0e3cedf8/ai-puzzle-can-move-l.png -------------------------------------------------------------------------------- /ai-puzzle-can-move-r.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joemar25/Files/98a817e059ae956a70ea6685b8a7a24c0e3cedf8/ai-puzzle-can-move-r.png -------------------------------------------------------------------------------- /ai-puzzle-can-move-u.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joemar25/Files/98a817e059ae956a70ea6685b8a7a24c0e3cedf8/ai-puzzle-can-move-u.png -------------------------------------------------------------------------------- /ai-puzzle-drawing-main-logic-blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joemar25/Files/98a817e059ae956a70ea6685b8a7a24c0e3cedf8/ai-puzzle-drawing-main-logic-blue.png -------------------------------------------------------------------------------- /ai-puzzle-drawing-main-logic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joemar25/Files/98a817e059ae956a70ea6685b8a7a24c0e3cedf8/ai-puzzle-drawing-main-logic.png -------------------------------------------------------------------------------- /easy-in.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joemar25/Files/98a817e059ae956a70ea6685b8a7a24c0e3cedf8/easy-in.PNG -------------------------------------------------------------------------------- /easy-out.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joemar25/Files/98a817e059ae956a70ea6685b8a7a24c0e3cedf8/easy-out.PNG -------------------------------------------------------------------------------- /hard-out.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joemar25/Files/98a817e059ae956a70ea6685b8a7a24c0e3cedf8/hard-out.PNG -------------------------------------------------------------------------------- /medium-out.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joemar25/Files/98a817e059ae956a70ea6685b8a7a24c0e3cedf8/medium-out.PNG -------------------------------------------------------------------------------- /worst-out.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joemar25/Files/98a817e059ae956a70ea6685b8a7a24c0e3cedf8/worst-out.PNG --------------------------------------------------------------------------------