]> git.za3k.com Git - za3k.git/commitdiff
Add Eternity II puzzle pieces
authorZachary Vance <vanceza@gmail.com>
Mon, 28 Sep 2015 14:40:08 +0000 (07:40 -0700)
committerZachary Vance <vanceza@gmail.com>
Mon, 28 Sep 2015 14:40:08 +0000 (07:40 -0700)
archive/eternity2.txt [new file with mode: 0644]
archived.html

diff --git a/archive/eternity2.txt b/archive/eternity2.txt
new file mode 100644 (file)
index 0000000..2ee0ab2
--- /dev/null
@@ -0,0 +1,267 @@
+# Eternity 2 is a tile-matching puzzle with 256 square tiles.
+# The tiles should be placed in a 16x16 grid such that the edges match between all placed tiles.
+# The "X" color is the color of the outside edge of the grid, no internal edges should be of this
+# color.
+#
+# As of September 2015, no solutions are known. This list of tiles is taken from an online solver
+# and was not verified by me against physical tiles.
+#
+# Corner pieces (X = side)
+AQXX
+AEXX
+IQXX
+QIXX
+# Edge pieces (X = side)
+BAXA
+JIXA
+FAXA
+FMXA
+KQXA
+GEXA
+OIXA
+HEXA
+HMXA
+UEXA
+JAXI
+RQXI
+NMXI
+SMXI
+GIXI
+OIXI
+DEXI
+LAXI
+LMXI
+TAXI
+UAXI
+BIXQ
+BQXQ
+JQXQ
+RQXQ
+GMXQ
+OIXQ
+TQXQ
+HIXQ
+HEXQ
+PMXQ
+VEXQ
+RAXE
+CMXE
+KMXE
+SIXE
+SQXE
+OAXE
+OIXE
+OQXE
+DAXE
+TEXE
+HEXE
+PEXE
+BMXM
+JAXM
+JIXM
+FAXM
+GEXM
+DEXM
+DMXM
+HQXM
+PAXM
+PMXM
+UIXM
+VQXM
+# Interior Pieces
+FRBB
+NGBB
+JCBJ
+BHBR
+RVBR
+NNBR
+KJBR
+TFBR
+VHBR
+CGBC
+GLBC
+NRBK
+ODBK
+TOBK
+HCBK
+NOBS
+SOBS
+CPBG
+TCBG
+PUBG
+SRBO
+RRBD
+KDBD
+RSBL
+FNBL
+HLBL
+PTBL
+BUBT
+FVBT
+DPBT
+KLBH
+SOBH
+SDBH
+DUBH
+LNBH
+UCBU
+DSBV
+THBV
+UFBV
+VUBV
+LOJJ
+LPJJ
+PSJJ
+VFJJ
+DOJR
+CHJF
+SHJF
+DOJF
+PKJF
+OLJN
+LOJN
+TSJC
+TPJC
+NDJK
+GLJK
+LKJK
+VPJK
+CUJS
+PLJG
+HVJO
+NVJD
+FPJT
+NSJT
+TOJT
+LVJH
+UOJH
+NFJP
+SUJP
+DCJP
+THJP
+FTJU
+LNJU
+NPJV
+KDJV
+DCJV
+PTJV
+TGRR
+FCRF
+FKRF # Start piece with a known location
+FLRF
+SURF
+OFRF
+PLRF
+UURF
+CDRN
+RLRC
+RVRC
+CNRC
+OLRC
+FKRS
+DVRS
+KKRG
+KSRG
+VPRG
+GGRD
+GLRD
+VGRD
+GPRT
+HFRT
+UURH
+FTRP
+NTRP
+OKRV
+DPRV
+CDFN
+DHFN
+CCFK
+KOFS
+SUFS
+DHFG
+TPFG
+UKFG
+OOFO
+LTFO
+GUFD
+GSFL
+NDFT
+LPFH
+HOFH
+GPFP
+KPFU
+GKFU
+SHNN
+VGNC
+SLNK
+HHNK
+UGNS
+NUNG
+CSNG
+PSNG
+CCNO
+OTNO
+KGND
+UKNL
+UVNL
+VONL
+KVNT
+SHNT
+TTNT
+SCNH
+UHNP
+VGNP
+LSNU
+LHNU
+PCNU
+VUNU
+VGCC
+SVCK
+HOCK
+KSCG
+POCG
+CPCO
+HHCD
+CTCL
+DVCL
+VUCL
+SOCT
+DLCP
+KDCU
+KPCV
+UUCV
+UVCV
+LVKK
+TGKK
+POKK
+SOKG
+LLKG
+SHKD
+GVKT
+PHKT
+LTKH
+LUKH
+STSS
+PDSG
+GDSD
+GTSD
+LOSD
+DPSL
+OVST
+UOST
+GUSH
+DUSH
+OLGO
+THGO
+VTGD
+PVGU
+UVOO
+LDOD
+DUOL
+PUOT
+VHDD
+HLDL
+PTLH
+UPTP
+PVTV
+UVHV
index 4b56c12338e2b383d531a8a0f47d84f7588c449c..9e2cc494a0527729a9206366c27a13b447e1c4d3 100644 (file)
@@ -26,6 +26,7 @@
     <section id="archive">
         <h1>Archive</h1>
         <ul>
+            <li>Computer-readable list of pieces in the <a href="/archive/eternity2.txt">Eternity II Puzzle</a></li>
             <li>List of games included in <a href="/archive/1000plushotgames.txt">1000 Plus Hot Games</a></li>
         </ul>
     </section>