🕸📝Fergus Duniho wrote on Wed, Apr 4, 2012 01:55 AM UTC:
What I'm envisioning now is a random, interactive collage made with PHP and CSS. It would consist of randomly selected images placed at different points in the same area. Each image would link to the game it is for, and when the mouse hovered over any exposed part of an image, it would come to the front.
The CSS work I've been doing on this page led me to wake up this morning with a new idea for Game Courier. I can use CSS in Game Courier to show where pieces can legally move. In a game that has the rules coded, I can program it to create an array of all the spaces the piece on each space can move to, and I can use this array to create CSS code that shows where you can move a piece to when you hover over it.
What I'm envisioning now is a random, interactive collage made with PHP and CSS. It would consist of randomly selected images placed at different points in the same area. Each image would link to the game it is for, and when the mouse hovered over any exposed part of an image, it would come to the front.
The CSS work I've been doing on this page led me to wake up this morning with a new idea for Game Courier. I can use CSS in Game Courier to show where pieces can legally move. In a game that has the rules coded, I can program it to create an array of all the spaces the piece on each space can move to, and I can use this array to create CSS code that shows where you can move a piece to when you hover over it.