Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 807 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 807 Bytes

Greenfoot-Railway-Simulator

Simple Greenfoot Railway Simulator for school and educational purposes.

Content

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.

Controls

  • 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.


Preview