This file contains 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
5 5 | |
1 2 N | |
LMLMLMLMM | |
3 3 E | |
MMRMMLMRRM |
This file contains 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
function cleanUpNavigation() { | |
$("a[href='/']").each(function() { $(this).attr('href', 'javascript:void(0)'); }); | |
$(".container[itemprop='breadcrumb']").remove(); | |
} | |
function cleanUpFooter() { | |
$('.footer-container:first').remove(); | |
} | |
function cleanUpPage() { | |
cleanUpNavigation(); | |
cleanUpFooter(); |
This file contains 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
# initial | |
want to do something vr, webxr as that's what i'm into at mo | |
with code jam game is first thing that comes to mind | |
simplest option is something physics - great, simple, fun games - and something | |
like catching a ball already involves planning and anticipation of future | |
i also like this because i've been trying to see how to use more test automation in 3d |