var fDesc=new Array(); fDesc[0] = "Playing the game on a real board is much more fun than playing it on the computer.
The goal is to remove the red car out of the grid through the slot on the right. To do this you have to slide the other cars out of the way. PyTraffic is written in the scripting language Python.
- PyTraffic comes with about 19.000 puzzles ranging in difficulty from "Intermediate" to "Expert".
-In addition it is possible to play "Trivial" and "Easy" levels which are generated on the fly. These are suitable for small children. My six year old daughter Sarah routinely does "Easy" puzzles.
-PyTraffic has a help facility which is able to find the best move in every position. It is available through a button on the toolbar.
-PyTraffic comes with several "themes". Some of the themes have a 3D-look. Making your own themes is not very hard."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }