MainFighter is a shoot-em-up with pseudo-3d graphics, made for the TIC-80 fantasy console. It was originally made during the #FC_JAM 2 in 2017.
You have the following options:
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.
- Movement: directional keys (normally arrow keys)
- Shoot: TIC-80's "A" button (normally Z on your keyboard)
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.
Assuming you have TIC-80 Pro installed, you can install the .lua
dev cartridge like this:
- Run TIC-80 Pro
- Type
folder
to open your TIC-80 directory - Copy
mainfighter.lua
into the folder - Type
load mainfighter.lua
, thenrun