Posted 31 May 2015 - 07:00 PM
This is a programm that rebuilds the turtle-table. So that turtle.forward moves a dot in a new virtual world on the computer screen.
Screenshots:
Program: pastebin get 3W14zR34 sim
Arguments:
delay <number> = Time a movement takes (-10 means only draw every 10th move, positives in seconds)
nodelay = No Time for movement
lconf <file> = Loads comfiguration file
sconf <file> = Saves configuration file
map <file> = Loads map file
smap <file> = Saves map file
load <file> = map + config
saveas <file> = map + config
fuel <number> = initial Fuellevel
nofuel = unlimited-fuel-mode
save <file> = see saveas
use <file> = load + save
conf <file> = lconf + sconf
Screenshots:
Program: pastebin get 3W14zR34 sim
Arguments:
delay <number> = Time a movement takes (-10 means only draw every 10th move, positives in seconds)
nodelay = No Time for movement
lconf <file> = Loads comfiguration file
sconf <file> = Saves configuration file
map <file> = Loads map file
smap <file> = Saves map file
load <file> = map + config
saveas <file> = map + config
fuel <number> = initial Fuellevel
nofuel = unlimited-fuel-mode
save <file> = see saveas
use <file> = load + save
conf <file> = lconf + sconf
Edited on 01 June 2015 - 07:12 AM