Css Only Retro Dungeon Maze Puzzle
This is a simple maze or dungeon escape game, with its functionality made entirely in CSS. The main goal of this game is to of course find the finish line. The main rule of this game is to click the horizontal or vertical tile beside the character. You may not click diagonally.
Made with: HTML (Pug),CSS (SCSS)
Play Css Space Invaders
A reasonably complete version of Space Invaders, using only CSS, Includes a high score table.
Made with: HTML,CSS
Nes Duck Hunt Game In Css
This is a remake of the classic NES game duck hunt in CSS, it is made up entirely of HTML and CSS, no images are used.
Made with: HTML (Pug),CSS (Less)
A Pure Css Game - You Must Build A Lighthouse
100% CSS. No artificial colours or ingredients.
Made with: HTML,CSS (SCSS)
Css Rock-Paper-Scissors
A Rock-Paper-Scissor game developed in HTML+CSS without any JavaScript.
Made with: HTML,CSS
Css Tic-Tac-Toe
Tic-Tac-Toe game developed using only HTML and CSS, without any JavaScript.
Made with: HTML,CSS
The Mine: No Js, Css Only Adventure Game
The logic behind it is actually relatively simple and uses a 7+ year old technique. By clicking on an arrow (in this case a label), it checks the relevant input and then using the :checked pseudo selector, we can traverse down the DOM the correct amount of iterations and shift the entire viewport a whole 'segment' over. The lifts work entirely the same way except instead when we click down, we are actually checking the segment below.
Made with: HTML (Haml),CSS (SCSS)