Commit 49a0ae3 1 parent 54dee48 commit 49a0ae3 Copy full SHA for 49a0ae3
File tree 2 files changed +13
-4
lines changed
2 files changed +13
-4
lines changed Original file line number Diff line number Diff line change
1
+ /*
2
+
3
+ JavaScript Snake
4
+ By Patrick Gillespie
5
+ http://patorjk.com/games/snake
6
+
7
+ Terms of Re-Use:
8
+ - This app is free for you to build on and play around with.
9
+ - Code for this file, the snake.js file, and the snake.css file are under the MIT license.
10
+
11
+ */
1
12
body {
2
13
margin : 0px ;
3
14
padding : 0px ;
Original file line number Diff line number Diff line change @@ -4,10 +4,8 @@ By Patrick Gillespie
4
4
http://patorjk.com/games/snake
5
5
6
6
Terms of Re-Use:
7
- - If you're interested in using this app (which includes this file, patorjk.com/games/snake/index.htm and
8
- patorjk.com/games/snake/style.css) on your website, I give you permission as long as you link back to
9
- patorjk.com somewhere noticable in your application or on the website the app is hosted on.
10
- - As long as that condition is met, this app is free for you to build on and play around with.
7
+ - This app is free for you to build on and play around with.
8
+ - Code for this file, the snake.js file, and the snake.css file are under the MIT license.
11
9
12
10
*/
13
11
You can’t perform that action at this time.
0 commit comments