File: hints.html

package info (click to toggle)
lightyears 1.4-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 1,324 kB
  • ctags: 454
  • sloc: python: 3,499; makefile: 2
file content (53 lines) | stat: -rw-r--r-- 1,940 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<html>

<head>
<title>20,000 Light Years Into Space</title></head>

<body background="/usr/share/games/lightyears/data/006metal.jpg" bgcolor="#400000" text="white" link="white" vlink="white">

<center><img src="/usr/share/games/lightyears/data/header.jpg" alt="20,000 Light Years Into Space"><br><br>
Produced by <a href="http://www.jwhitham.org/">Jack Whitham</a>.<br><br>
<font size="+1">
<a href="story.html">The Story</a> -
<a href="instructions.html">Instructions For New Players</a> -
<a href="about.html">About The Game</a>
</font><br><br>
</center>

<h3>Hints and Tips</h3>

<ul><li>
    As a rule of thumb, you need one steam maker per city tech level.
    But you'll want more than that to survive attacks and damage from
    the environment.
<li>
    Don't start upgrading your city straight away. Get more steam first.
<li>
    Be on the lookout for pipes that have been broken by attacks. Repair
    them immediately. Always try to keep some Work Units available for
    emergency repairs.
<li>
    Things that aren't connected to the city don't get repaired,
    upgraded or built.
<li>
    Don't make your pipes too long. Have plenty of nodes to facilitate
    branching. Nodes cost more time to build, but they're really hard to
    destroy and they permit your network to branch.
<li>
    Having more than one route between two points is always good. It
    makes the link more resilient to attack, and it gives a lower
    resistance, so more steam can flow.
<li>
    Things that are connected to the city are repaired, upgraded
    or built in a breadth-first order. That means that the things that
    are closest to the city (on the network) will always be done first.
    You can use this property to set up a build order.
<li>
    There's no way to prevent attacks from the environment, except
    in Peaceful mode. In other game modes you must defend yourself 
    by improving your network.
</ul>

</body>
</html>