Skip to content

brianwisti/gemgem

Repository files navigation

GemGem

For now just a refactoring of Al Sweigart's Bejeweled clone gemgem.py so I can better understand what's involved in a match-three game. The code version of taking something apart to see what makes it tick.

Setup

python -m pip install -r requirements.txt

Play

python pygame_gem.py

Development

I'm driving this with just, but that's not necessary to poke around.

Test:

pytest -x

Check and lint:

prospector --strictness high --with-tool mypy pygame_gem.py

License

Sticking with the original's Simplified BSD License. This repo should have a LICENSE file with the details.

Assets

I've added images from the Kenney Animal Pack for a little variety.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published