Vogeljagd 2 is a game about shooting birds from the sky, made for the TIC-80 fantasy console.
Inspired by Moorhuhn and Duck Hunt.
You have the following options:
- Shoot as many birds as possible to beat your highscore.
- You get points for hitting birds. The further away the bird is, the bigger the reward.
- Try not to shoot any airplanes or you will loose points.
Use your mouse to aim at the birds, then pull the trigger.
To move the camera, move your mouse towards the edge of the screen or use your directional keys.
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
vogeljagd2.lua
into the folder - Type
load vogeljagd2.lua
, thenrun