Skip to content

Alaricus/TinyInvaders

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TinyInvaders

TinyInvaders is my version of the classic Space Invaders game written in 100 (or fewer) lines of JavaScript.

Click here to try it out.

The Tiny Challenge

This started as a personal challenge that I invented for myself to pass the time while on a plane. The idea is to create versions of classic games using 100 or fewer lines of JavaScript. No line can be longer than 140 characters. Performance, readability, space and time complexity are all fair game when it comes to making sacrifices in order to fit within 100 lines. HTML and CSS don't count against the limit, but need to be kept to an absolute bare minimum.

Here is the full list:

  1. TinySnake
  2. TinyTetris
  3. TinyInvaders
  4. TinySweeper
  5. Tiny15
  6. TinyJump

About

Space Invaders in 100 lines of JavaScript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published