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
- Host: GitHub
- URL: https://github.com/grantm/css-lava-game
- Owner: grantm
- License: other
- Created: 2019-02-22T22:11:15.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-25T05:46:23.000Z (over 6 years ago)
- Last Synced: 2025-01-21T12:07:56.643Z (about 1 year ago)
- Topics: css, game, no-javascript
- Language: CSS
- Homepage:
- Size: 605 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)