Fralacticus / mysterious-parasite

[WIP] A 2D grid + turn based roguelike for the GBA

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mysterious Parasite

A 2D grid + turn based roguelike for the GBA, where you take control over your predator.

WORK IN PROGRESS, nothing to see for now!

Dependencies

This program uses Butano, which is licensed under the zlib license.

Build

See my Butano template README for more detailed info about setting up dev environment.

First, make sure the Butano is set up correctly, with its own dependencies.

This repo contains my custom iso_butano and gba-kor-fonts submodules.
As some history of these submodules are huge, you'll want a shallow submodule update.

git clone https://github.com/copyrat90/mysterious-parasite.git
cd mysterious-parasite
git submodule init
git submodule update --recommend-shallow

Also, you need to install some Python dependencies via commands below;

python -m pip install -r requirements.txt

Next, change the path in Makefile which points to the directory where butano.mak is located, from LIBBUTANO := ../butano to your own path.

That should do it, now do make -j16 and see what happens.

License

Asset's license differ from each other, see each asset's license from licenses/*.

Source codes are generally licensed under the GNU Affero General Public License v3.0, See LICENSE for details.

Mysterious Parasite, A 2D grid + turn based roguelike for the GBA, where you take control over your predator.
Copyright (C) 2022  Guyeon Yu <copyrat90@gmail.com>

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License
along with this program.  If not, see <https://www.gnu.org/licenses/>.

But some sources are licensed differently, you should check each source's header carefully.

About

[WIP] A 2D grid + turn based roguelike for the GBA

License:GNU Affero General Public License v3.0


Languages

Language:C++ 97.5%Language:Makefile 2.5%