Jump to content

Recommended Posts

Posted (edited)

Mines a bit like DT2's, just using an extra else if in the original if.

 

blockly.jpg

 

Edit, okay its a LOT like DT2's lol

Edited by LiamH
Posted
Annoyingly this doesn't seem to work in IE8, with or without the Smoothwall, so students can't use it as a ten minute muck about at the end of a lesson - anyone else had problems with that/found a way around it that doesn't involve me pushing a Chrome MSI out especially for this?
Posted
It's a shame there isn't a second "level" as someone pointed out - because some solutions work for certain classes of maze, and some are general. I don't believe any of the simple ones we have created here are fully general (is the left wall follower general for all mazes?) - it would be fun to find out :)
Posted
@sonofsanta

 

Worked in firefox here, we have a portable network install that the kids used to have a play.

 

Yeah it worked fine in my FireFox, but the rest of the computers around school only have IE, and I'm not going to faff about pushing out new software just for this at the moment - too many more important things to do, unfortunately (not that you'd know from the time I spent playing with this, but still)

 

If there's a way of getting it to work in IE8, lovely, if not, it may have to wait for IE9/Chrome in September.

Posted
Yeah it worked fine in my FireFox, but the rest of the computers around school only have IE, and I'm not going to faff about pushing out new software just for this at the moment - too many more important things to do, unfortunately (not that you'd know from the time I spent playing with this, but still)

 

If there's a way of getting it to work in IE8, lovely, if not, it may have to wait for IE9/Chrome in September.

 

1 * USB Memory Stick

1 * Copy of firefox portable ( portableapps.com )

1 * Another computer with usb slot

 

Insert memory stick, run firefox portable with relevant proxy settings --> go to site --> Should work :)

Posted

while (!false) {
 if (Maze.isWall(1)) {
   Maze.move(0, "tm-5-ao8");
 }
 Maze.turn(0, "aumqks.p");
 Maze.move(0, "idfl:jmi");
 if (Maze.isWall(1)) {
   Maze.move(0, "xeis7::x");
 }
 Maze.checkTimeout("t3e_.m_n");
}

 

Is mine :( He just sticks to left and runs around! But gets there eventually :) Little smarter than normal, but not brilliant. Wish there were more maps :(

 

Steve

Posted
Annoyingly this doesn't seem to work in IE8, with or without the Smoothwall, so students can't use it as a ten minute muck about at the end of a lesson - anyone else had problems with that/found a way around it that doesn't involve me pushing a Chrome MSI out especially for this?

You should be able to drop into auth bypass/whitelist and it'll work :)

Posted
Yeah it worked fine in my FireFox, but the rest of the computers around school only have IE, and I'm not going to faff about pushing out new software just for this at the moment - too many more important things to do, unfortunately (not that you'd know from the time I spent playing with this, but still)

 

If there's a way of getting it to work in IE8, lovely, if not, it may have to wait for IE9/Chrome in September.

 

Ah, i meant the portable firefox + network share (we have it on our programs drive) = nice emergency browser.

 

Just be aware that any passwords saved are saved to the network drive...

  • Thanks 1
Posted
You should be able to drop into auth bypass/whitelist and it'll work :)

 

I think it's a problem with IE8's DOM, with the proxy disabled it still whinges that "Object doesn't support this property or method".

 

Ah well, 'tis not that big an issue... if the IT teacher would like it sooner rather than later I can set up Firefox in AppShared, I'll not worry too much otherwise. Cheers all.

  • Thanks 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...