Page 1 of 1
Just published my strategy game CAPH
Posted: Mon Nov 04, 2024 5:56 am
by alexjgriffith
Just published a short campaign for the strategy game I've been working on, Combined Arms Pixelated Hexagons (CAPH).
Any feedback would be appreciated!
I'm working on a multiplayer mode now. Struggling a bit with the networking in lovejs.
https://alexjgriffith.itch.io/caph
Re: Just published my strategy game CAPH
Posted: Mon Nov 04, 2024 3:00 pm
by dusoft
Hey, looks good!
Some info messages (on hits) are not visible when unit is in the north (e.g. top hexagons).
Also the second mission does not finish/progress on moving to a checkpoint.
- Screenshot_20241104_155910.png (13.12 KiB) Viewed 2283 times
Re: Just published my strategy game CAPH
Posted: Mon Nov 04, 2024 3:09 pm
by dusoft
Also I am not sure what to do here, everything has been destroyed, I am in the required positions, but the game seems to be not progressing.
Re: Just published my strategy game CAPH
Posted: Mon Nov 04, 2024 3:09 pm
by dusoft
Another piece of feedback: Having a button to skip any leftover moves would be great.
Re: Just published my strategy game CAPH
Posted: Mon Nov 04, 2024 3:11 pm
by dusoft
OK, it seems that the logistics is required to move to the checkpoint... Otherwise there is no level progress.
Re: Just published my strategy game CAPH
Posted: Mon Nov 04, 2024 3:13 pm
by dusoft
Likely a bug: if HQ is selected and gives orders, there don't seem to be way to cancel, even if there are no units in that radius. Maybe this button should be greyed out then.
Re: Just published my strategy game CAPH
Posted: Mon Nov 04, 2024 5:24 pm
by alexjgriffith
Thanks for the feedback! I'll get to squashing that HQ bug, and try to make it a bit more clear that the Logistics units are the ones that score points
Re: Just published my strategy game CAPH
Posted: Tue Nov 05, 2024 9:50 am
by gianmichele
Lovely game as usual.
I'm particularly interested in the notes you have in your source code:
New Tech
JS->Fennel Interface
Fennel->JS Interface
SimpleHTTP Client
Care to elaborate? The web version seems to work really nicely
Re: Just published my strategy game CAPH
Posted: Tue Nov 05, 2024 10:06 pm
by alexjgriffith
Thanks! I am trying to get a system for sending events from JS to Lua and vice versa working.
Re: Just published my strategy game CAPH
Posted: Wed Nov 06, 2024 4:33 pm
by gianmichele
Ah interesting. I've been looking to see if there is a way to use love web games on poki but I'm not sure if that's possible