@@ -3,6 +3,10 @@ Anteform
3
3
4
4
*A retro weird detective game in the style of the 8-bit Ultima games. *
5
5
6
+ .. image :: AnteformLogo.png
7
+ :alt: Anteform Logo
8
+ :align: right
9
+
6
10
Not Yet Ready!
7
11
--------------
8
12
@@ -22,7 +26,29 @@ setting, and characters.
22
26
23
27
It was written using the Minima engine for `PICO-8 `_, and when completed will be playable
24
28
online through the Lexaloffle PICO-8 site and available for download for Linux, macOS,
25
- and MS-Windows through the itch.io site.
29
+ MS-Windows, and Raspberry Pi through the `Anteform Itch.io page `.
30
+
31
+ .. image :: AnteformValley.png
32
+ :alt: Anteform world view
33
+ :align: center
34
+
35
+ Screenshot of the valley view in Anteform. There's a sign to the north, a coyote coming
36
+ down from the northwest, a helicopter pad to the southeast, and plains to the south and hills
37
+ all around.
38
+
39
+ .. image :: AnteformDungeon.png
40
+ :alt: Anteform dungeon view
41
+ :align: center
42
+
43
+ Screenshot of the cave view in one of Anteform's mines. The player is trying to
44
+ retreat from a rat of unusual size (shown directly ahead), but has bumped into a wall. Uh-oh!
45
+
46
+ .. image :: AnteformTown.png
47
+ :alt: Anteform town view
48
+ :align: center
49
+
50
+ Screenshot of the settlement view in one of Anteform's villages. A fountain, merchant, bartender,
51
+ customer, cop, and guy in camo are all present.
26
52
27
53
What Is It About?
28
54
-----------------
@@ -40,29 +66,30 @@ the valley overall. It's up to you to stop it.
40
66
It's recommended that you try to get to the main village first. There you'll find both
41
67
Sally and the mayor. You start off without any weapons or armor, and this is a very
42
68
precarious situation to be in. You'll want to rectify it as quickly as possible. If
43
- you've not done so yet, you should peruse the manual (once it's available) and get some
44
- tips about surviving in Anteform Valley as well as basic information about game
45
- controls. If you are too impatient to skim through the manual, the basic game controls
46
- are accessible from within the pause menu of the game itself. Pressing the `p ` key (or
47
- the ` enter ` key on some platforms) should bring up this menu.
69
+ you've not done so yet, you should peruse the manual and get some tips about surviving
70
+ in Anteform Valley as well as basic information about game controls. If you are too
71
+ impatient to skim through the manual, the basic game controls are accessible from
72
+ within the pause menu of the game itself. Pressing the `p ` key (or the ` enter ` key on
73
+ some platforms) should bring up this menu.
48
74
49
75
Relationship to Minima
50
76
----------------------
51
77
52
- This was written using the Minima engine and was deliberately made to use similar controls
78
+ This was written using the Minima Engine and was deliberately made to use similar controls
53
79
whenever possible. If you are comfortable with one game you'll be comfortable with the
54
80
other, too. They aren't set in the same place, though, and while Minima is a large-scale
55
81
fantasy game with towns and castles set across a world, Anteform is a weird detective game
56
82
of more intimate scale with squares and buildings set across a valley. Anteform has no
57
83
magic, but definitely has sci-fi / horror elements that you'll discover on your own as
58
84
you progress through the story. It has no spells, but has some special actions that
59
- provide similar (albeit weaker) effects. It has a bit less fighting than Minima, but a
60
- bit more talking, breaking & entering, and searching.
85
+ provide similar (albeit weaker) effects. It has a bit less fighting than Minima, but
86
+ more talking, breaking & entering, and searching.
61
87
62
88
Minima can be downloaded from the `Minima Itch.io page `_ and its source code can be
63
89
downloaded from the `Minima GitHub page `_. It can be played online at the
64
90
`Minima at Lexaloffle page `_.
65
91
92
+ .. _Anteform Itch.io page : https://feneric.itch.io/anteform
66
93
.. _Minima Itch.io page : https://feneric.itch.io/minima
67
94
.. _Minima GitHub page : https://github.com/Feneric/Minima
68
95
.. _Minima at Lexaloffle page : https://www.lexaloffle.com/bbs/?tid=31831
0 commit comments