Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.