Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 530 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 530 Bytes

Platformer demo using GameJs

This is a simple platformer game demo I put up to try GameJs features. To those interested, GameJs is a javascript game library heavily inspired by pygame.

Gjs-Retarded

As it is a quite simple demo, I decided to use the retarded version of the library, which doesn't rely on the backend server that is bundled with it. For this reason, the modules here are a little bit different from the source of demos here.