Last active
January 25, 2021 20:26
-
-
Save clops/7545580 to your computer and use it in GitHub Desktop.
Crazy! Collection of JavaScript games made in under 35 lines of code
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
36 Line Tetris --> http://jsfiddle.net/ova777/kFxja/ | |
30 Line Sokoban --> http://jsfiddle.net/zabbius/nU74f/ | |
34 Line Minesweeper --> http://jsfiddle.net/c884a/ | |
30 Line Arcanoid --> http://jsfiddle.net/martin_/Fq8F4/ | |
30 Line Snake --> http://jsfiddle.net/Uk2PP/9/ | |
30 Line Excel --> http://jsfiddle.net/zag2art/b3pbw/4/ | |
30 Line Race --> http://jsfiddle.net/Minimajack/C545E/embedded/result/ | |
37 Line PONG --> http://jsfiddle.net/WNrfp/6/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Some serious craziness there. Awesome Collection @clops