WireFrameJS

JS (Usually using p5) conversions of WireFrame Python games

View the Project on GitHub annoyingmouse/WireFrameJS

WireFrameJS

Mastodon

annoyingmouse’s GitHub image

These are ports from WireFrame from Python (usually using Pygame Zero) to JS (usually using p5, which itself is a port of Processing).

Where possible I’ve used modern JS and native modules.

Contents

  1. EXPLOSIONS (source, discussion)
  2. GALAXIAN2 (source) Work in progress
  3. PARALLAX (source)
  4. THRUSTER (source)
  5. HIGHSCORE (source)
  6. TAIL (source, discussion)
  7. JUMP_PHYSICS (source)
  8. MISSILE (source)
  9. INVADERS (source, discussion)
  10. SPAWN (source)
  11. BREAKOUT (source)
  12. BOMBERMAN (source) Work in progress
  13. STARS (source) Work in progress
  14. WALKCYCLE (source) Work in progress
  15. ANT ATTACK (source)
  16. MAZE (source), and with lots of inspiration from The Coding Train. As well as MONSTERMAZE (source).
  17. ROLLING_ROAD (source) Work in progress but mostly there TBH, bit of tidying required for the Car is all
  18. SKATEBOARDING (source)
  19. BOMBJACK (source)
  20. BRAID (source)
  21. ZELDA LIKE (source)
  22. GUITAR HERO (source)
  23. GAME AND WATCH (source)

Web Components

Miscellaneous