Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#JavaScript24

A minimal arithmetical game with JavaScript syntax.

If embedded in another page, use the following code to sync iframe's height.

onmessage = function(e) {
  if (e.data.height) {
    document.querySelector('iframe').height = e.data.height;
  }
}

About

A minimal JavaScript arithmetical game with cool animation.

Topics

Resources

Stars

12 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages