NotImplementedLife / Bugtris

You're testing a Tetris created by cats :3

Home Page:https://notimplementedlife.itch.io/bugtris

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bugtris

How to build

You need a compiled Astralbrew library distribution. As the engine's source is not yet ready to be published, I attached a working debug library version to each of the game releases. Extract the Astralbrew folder from the zip file to a location on your computer (make sure the path doesn't contain any spaces, otherwise devkitPro's tools would complain about this).

Now you need to put the path to the engine into an environment variable

set ASTRALBREW=x:/path/to/Astralbrew

Now you can finally build it.

git clone https://github.com/NotImplementedLife/Bugtris
cd Bugtris
make -f Makefile

The code compiles with the latest version of devkitPro toolchains, and makes use of C++17 features. If you have any trouble compiling it, please don't hesistate to contact me. I don't guarantee I would be able to detect the issues and solve them in all cases, but at least I could try to help. (I had nightmares myself to make it work on my own PC after I reinstalled Windows so yeah =)) ).

Credits

  • foopod & exelotl for the GBAJam2022 logo
  • GBAJam2022 organisers and the whole GBA and other retro consoles dev communities
  • libgba for the GBA development tools

About

You're testing a Tetris created by cats :3

https://notimplementedlife.itch.io/bugtris

License:GNU General Public License v3.0


Languages

Language:C++ 89.2%Language:Makefile 10.8%