Skip to content

Commit 8f6318e

Browse files
committed
Update README.md
1 parent 96c19b1 commit 8f6318e

File tree

2 files changed

+28
-2
lines changed

2 files changed

+28
-2
lines changed

README.md

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,28 @@
1-
# mainfighter
2-
A shoot-em-up for TIC-80
1+
# MainFighter
2+
MainFighter is a shoot-em-up with pseudo-3d graphics, made for the [TIC-80 fantasy console](https://tic80.com/). It was originally made during the [#FC_JAM 2](https://itch.io/jam/fantasy-console-game-jam-2) in 2017.
3+
4+
![Gameplay Demonstration](media/gameplay.gif)
5+
6+
## Getting the game
7+
You have the following options:
8+
9+
- Get it from [itch.io](https://nalquas.itch.io/mainfighter)
10+
- Get it from [tic80.com](https://tic80.com/play?cart=287)
11+
- Get it from [GitHub](https://github.com/nalquas/mainfighter/releases)
12+
13+
## How to play
14+
In MainFighter, you play a fighter in a planet's atmosphere. Your goal is to defeat all enemy spacecraft to win that bet you made with *Droid X2* yesterday.
15+
16+
## Controls
17+
- Movement: directional keys (normally arrow keys)
18+
- Shoot: TIC-80's "A" button (normally Z on your keyboard)
19+
20+
## How to use development version
21+
If you **don't** have TIC-80 Pro, please download the `.tic` cartridge in the GitHub release tab instead. The normal TIC-80 build can't open `.lua` formatted development cartridges. Alternatively, you should also be able to use a self-compiled version of TIC-80.
22+
23+
Assuming you have TIC-80 Pro installed, you can install the `.lua` dev cartridge like this:
24+
25+
- Run TIC-80 Pro
26+
- Type `folder` to open your TIC-80 directory
27+
- Copy `mainfighter.lua` into the folder
28+
- Type `load mainfighter.lua`, then `run`

media/gameplay.gif

2.81 MB
Loading

0 commit comments

Comments
 (0)