Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hey, thanks! 😊 Not on GitHub yet, but I’m planning to upload it in the next few days. I’ll share the link here once it’s up.

Awesome!

Hey! The project is now available on GitHub 🙂 You can check it out here: https://github.com/programatta/pairs

Thanks again for your interest!

oh very cool! I’ve been using your makefile as well for a few projects. And constantly referring to your pdf book.

Seeing this error when I build: 

internal/assets/images/emojis.go:7:12: pattern emojis/*.png: no matching files found

Oh never mind, I see that you published where the emojis are from so I can get them myself.

I’m really glad to hear that the Makefile and the PDF have been helpful to you!

My apologies — you’re right, that error happens because I excluded the assets/images/emojis and assets/images/emojis_lite directories from version control.

I’ve just updated the repository to clarify the origin of the assets, and added a readme.txt file inside both assets/images/emojis and assets/images/emojis_lite.

Additionally, in assets/images/emojis/readme.txt you’ll find a short description of a Go script that renames duplicate images (based on file content), so they can be identified and optionally deleted.

Thanks again for your support! 🙌