Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/francoisschwarzentruber/webplatformer
A tiny platformer game in 64 lines of JS. Behaviors of platforms are coded in CSS.
https://github.com/francoisschwarzentruber/webplatformer
css game learn-css platformer platformer-game
Last synced: 19 days ago
JSON representation
A tiny platformer game in 64 lines of JS. Behaviors of platforms are coded in CSS.
- Host: GitHub
- URL: https://github.com/francoisschwarzentruber/webplatformer
- Owner: francoisschwarzentruber
- License: gpl-3.0
- Created: 2021-11-24T14:50:12.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-29T15:45:52.000Z (about 3 years ago)
- Last Synced: 2024-10-23T23:00:13.082Z (4 months ago)
- Topics: css, game, learn-css, platformer, platformer-game
- Language: HTML
- Homepage: https://francoisschwarzentruber.github.io/webplatformer/
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# webplatformer
A tiny platformer game in 64 lines of JS, with all the logic coded in CSS! In particular, some platforms are moving, some others are collapsing as soon the player is sitting on them.Playable here: https://francoisschwarzentruber.github.io/webplatformer/
It can be used as a starting project to learn CSS.