Skip to content

Commit

Permalink
Changed website text a little
Browse files Browse the repository at this point in the history
  • Loading branch information
evazorro committed May 8, 2012
1 parent 7151f56 commit 6d93805
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Expand Up @@ -30,23 +30,23 @@ <h2>A game by mgold and evazorro</h2>
<p><h1>Instructions</h1>

<p><h3>Overview</h3>
The network is visualized as a series of circular nodes connected by straight lines. Red nodes are “infected” -- these are nodes that you control. Gray nodes are nodes yet to be conquered. Each node has a number, printed in the center of its circle. As you send packets from one of your infected nodes to a linked uninfected node, the uninfected node’s number decreases with each packet you send. Once the uninfected node’s number reaches zero, you can move into the node, and it will begin to produce packets for you at regular intervals.
The network is visualized as a series of circular nodes connected by straight lines. Red nodes are “infected” -- these are computers that you control. Gray nodes are computers yet to be conquered. Each node has a number, printed in the center of its circle. As you send packets from one of your infected nodes to an uninfected node on the network, the uninfected node’s number decreases with each packet you send. Once the uninfected node’s number reaches zero, you have taken over the computer, and it will begin to produce packets for you at regular intervals.
</p>

<p><h3>To play</h3>
Click on a node that you control, then click on a gray node that you wish to attack (this node must be connected to the first node by a link -- depicted as a straight line). The first node will now send any packets it receives or produces to attack that node. It will continue to do so unless you tell it to do otherwise (e.g. click on it again and then click on a different linked node). When you have taken over a node, you can direct that node to send packets to other nodes in turn. All infected nodes produce new packets at specific intervals, so make sure you set all nodes to send their packets somewhere (if not they’ll just accumulate in the node). The number in a red, infected node tells you how many packets that node contains at a given time.
Click on a node that you control, then click on a gray node that you wish to attack (this node must be connected to the first node by a link -- depicted as a straight line). The first node will now send any packets it receives or produces to attack that node. It will continue to do so unless you tell it to do otherwise (e.g. click on it again and then click on a different linked node). When you have taken over a node, you can direct that node to send packets to other nodes in turn. All infected nodes produce new packets at specific intervals, so make sure you set all nodes to send their packets somewhere (if you don't direct them anywhere they’ll just accumulate in the node). The number in a red, infected node tells you how many packets that node contains at a given time.
</p>

<p><h3>Win conditions</h3>
To beat a level, infect all nodes. To beat the game, beat all 7 levels.
To beat a level, infect all nodes. To beat the game, beat all levels.
</p>

<p><h1>Technical details</h1>
Packets was written in Python using Pygame, and ported to the Android platform using the <a href="http://pygame.renpy.org/">Pygame Subset for Android.</a>
</p>

<p><h1>Credits</h1>
Packets was created for Ming Chow's Game Development course (COMP 50-GD) at Tufts University. It is based on an original concept by Max Goldstein and was implemented by Max Goldstein and Eva Parish.
Packets was created for Ming Chow's Game Development course (COMP 50-GD) at Tufts University. It is based on an original concept by Max Goldstein and was implemented by Max Goldstein assisted by Eva Parish.
</p>

<p><h1>Download the game</h1>
Expand Down

0 comments on commit 6d93805

Please sign in to comment.