Simple Greenfoot Railway Simulator for school and educational purposes.
By design this scenario consists of
- two types of rail vehicles:
- locomotive and
- wagons (in different colors).
and a bunch of tracks
- eight switches (all directions, all orientations), as well as
- four curved tracks and
- two straight tracks.
- Move train using M
- Reverse gear using R
- Couple a wagon using C
- Decouple a wagon using D
- Change state of a switch by clicking on it
or by using programming instructions that control the train over the tracks depending on its environment.