An open API service indexing awesome lists of open source software.

https://github.com/grantm/css-lava-game

A playable browser-based game using HTML & CSS but no Javascript
https://github.com/grantm/css-lava-game

css game no-javascript

Last synced: about 2 months ago
JSON representation

A playable browser-based game using HTML & CSS but no Javascript

Awesome Lists containing this project

README

          

This project implements a small browser-based game called "The Floor is Lava!".

The game is built using HTML and CSS, but **no Javascript**.

You can [play the game here](https://grantm.github.io/css-lava-game/). Working out _how_ to play it is half the fun.

For an explanation of how it works, see this
[lightning talk](https://www.youtube.com/watch?v=GwRqhJg_va8) recorded at
[WOSSAT](https://wossat.nz/) and follow along with
[the slides](https://wossat.nz/archive/2019-02/grant-mclean-css-game/).

## Prior Art

* [CSS-only multiple choice quizzing](http://dracos.co.uk/wrote/css-only-multiple-choice-quiz/) by Matthew Somerville
* [The Mine: No JS, CSS only adventure game](https://codepen.io/jcoulterdesign/full/NOMeEb) by Jamie Coulter
* [Pure CSS Minesweeper](https://codepen.io/bali_balo/full/BLJONk) by Bali Balo
* [etc](https://www.google.com/search?q=pure+CSS+games)