https://github.com/mdsteele/big2small
A puzzle game for the Game Boy
https://github.com/mdsteele/big2small
gameboy puzzle-game
Last synced: 6 days ago
JSON representation
A puzzle game for the Game Boy
- Host: GitHub
- URL: https://github.com/mdsteele/big2small
- Owner: mdsteele
- License: gpl-3.0
- Created: 2020-11-08T03:00:09.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-28T20:40:38.000Z (about 2 years ago)
- Last Synced: 2025-02-07T13:39:02.581Z (2 months ago)
- Topics: gameboy, puzzle-game
- Language: Assembly
- Homepage: https://mdsteele.games/big2small/
- Size: 566 KB
- Stars: 18
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Big2Small
Big2Small is a goofy homebrew puzzle game for the original Game Boy and Game
Boy Color.https://mdsteele.games/big2small/
## Building
To compile, first install [RGBDS](https://rgbds.gbdev.io/install), then run
`make`. The ROM file will be placed at `./out/big2small.gb`, and from there
can be loaded into a Game Boy emulator.## License
*Big2Small* is licensed under the GNU GPL, version 3. *Big2Small* is free
software: you can redistribute it and/or modify it under the terms of the GNU
General Public License as published by the Free Software Foundation, either
version 3 of the License, or (at your option) any later version.*Big2Small* 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 General Public License for more details.The complete license can be found in the LICENSE file.