Skip to content

Commit 12ad6c8

Browse files
committed
2 parents a084842 + 4d930f7 commit 12ad6c8

1 file changed

Lines changed: 32 additions & 0 deletions

File tree

README.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# About
2+
This is a homebrew game for 1980's era Atari 8-bit XL/XE computers.
3+
4+
It was built using the cc65 toolchain.
5+
6+
# Instructions
7+
Vector Doubles is a simple 2 player cooperative matching game.
8+
9+
(Can be played with only 1 player)
10+
11+
## Starting Game
12+
Hold fire on either stick to start a two-minute game.
13+
14+
## Gameplay
15+
While not firing, move left or right one column. Center stick to move again.
16+
17+
While holding fire, move up, down, left, or right to set a match arrow.
18+
19+
After setting a match arrow you can move to other columns to set more match arrows.
20+
21+
## Scoring
22+
Match a falling arrow, gain 1 point.
23+
24+
One player catches a falling man, gain 5 points.
25+
26+
Both players catch a falling man, gain 10 points.
27+
28+
Miss a falling arrow, lose 1 point.
29+
30+
Miss a falling man, lose 5 points.
31+
32+
Best score is tracked.

0 commit comments

Comments
 (0)