AxoloCrypt / FagosAcrossYourSystem

An 8-bit shoot ‘em up game where you are a Fago in a microscopic world. And it's open source!

Home Page:https://axolocrypt.itch.io/fagos-across-your-system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fagos

Fagos Across Your System it’s an 8-bit shoot ‘em up game where you are a Fago in a microscopic world and the system you live it’s invaded by multiple bacteria and another weird thing. To survive you must shoot your DNA to these enemies to prevent the total infestation of the system, but be careful, the enemies are going to defend themselves!

title gameplay

About

Created using pyxel retro game engine under MIT license. This game was created for the Game Off 2021.
We hope you like it!

Controls

Keys Commands Obs
TAB PAUSE
Q Quit While the game it's in pause or instructed on the game.
ENTER Resume the game
Arrow Keys Movement
Space Shoot
Esc Close the game

Build

Linux

docker build -t pyxel-build -f ./docker/linux-build-image .
docker create --name extract pyxel-build
docker cp extract:/tmp/fagos/dist/main ./fagos-linux-bin
docker rm extract

Run Application (pyxel 1.5.0 or higher)

Make sure you have pyxel retro game engine installed.

Windows

pip install -U pyxel

Linux

sudo pip3 install -U pyxel

MacOs

pip3 install -U pyxel

After installing pyxel go to the current location of the .pyxapp file and use the following command:

pyxel play FagosAcrossYourSystem.pyxapp

Contributing

See the Contributing Guideline.

About

An 8-bit shoot ‘em up game where you are a Fago in a microscopic world. And it's open source!

https://axolocrypt.itch.io/fagos-across-your-system

License:MIT License


Languages

Language:Python 100.0%