POCA - A puzzle game
Posted: Tue Dec 22, 2020 4:56 pm
Hi! I remade my old Javascript game in Löve. Now it's still hard but much more playable. The goal is to remove all arrows by clicking on them. This must be done in correct order, so that the other arrows don't hit you (see screenshot).
It's mostly finished, though I'll probably polish it a bit more in the future.
The development is here: https://repo.or.cz/poca-love.git . The code is sometimes messy, as I'm an amateur programmer. The game is GPL3-licensed.
Changelog
2021-8-10 v0.23 - android pyramid animation fixed, some hints fixed, minor map tweak
2021-1-26 v0.22 - changed pattern on title/killed, fixed crash when turning music back on
2021-1-19 v0.21 - fixed visual glitches in menu, hints, RP, pocket teleport
2021-1-11 v0.2 - hopefully fixed traversing levels; cosmetic changes
2021-1-04 v0.15 - sweeping supported in some menus; volume control and other minor improvements
2020-12-22 v0.14 - initial post
It's mostly finished, though I'll probably polish it a bit more in the future.
The development is here: https://repo.or.cz/poca-love.git . The code is sometimes messy, as I'm an amateur programmer. The game is GPL3-licensed.
Changelog
2021-8-10 v0.23 - android pyramid animation fixed, some hints fixed, minor map tweak
2021-1-26 v0.22 - changed pattern on title/killed, fixed crash when turning music back on
2021-1-19 v0.21 - fixed visual glitches in menu, hints, RP, pocket teleport
2021-1-11 v0.2 - hopefully fixed traversing levels; cosmetic changes
2021-1-04 v0.15 - sweeping supported in some menus; volume control and other minor improvements
2020-12-22 v0.14 - initial post