Sha256: c3a3f9d90e5afe5b40a286116938849f5d8582e69c8efdf2cf5fc8e3945b3a92

Contents?: true

Size: 1023 Bytes

Versions: 1

Compression:

Stored size: 1023 Bytes

Contents

#readfile

#find begin/end of Races section
#scan races (simple, no recursion)

#find begin/end of Sciences section
#for each race in the section
#scan sciences

#find begin/end of Ship Types section
#for each race in the section
#scan ship types

#find begin/end of Battles section
#for each battle in the section 
#find begin/end of battle ( .."Battle Protocol")
#for each race in the battle
#scan ship list

#find begin/end of Bombings section
#scan bombings (simple, no recursion)

#find begin/end of Incoming Groups section
#scan incomings (simple, no recursion)

#find begin/end of Planets section
#scan your planets
#scan your ships_in_production?
#scan routes?
#for each race in the section
#scan planets
#scan Uninhabited planets
#scan Unidentified planets

#find begin/end of Fleets section
#scan your fleets (simple, no recursion)

#find begin/end of Groups section
#scan your groups (with numbers)
#for each race in the section
#scan groups
#scan Unidentified groups

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
galaxy-0.0.2 doc/pseudo.txt