FoonLudum Dare ExplorerLD53 → AMA Jo

AMA Jo

By avavt

View on ldjam.com

CategoryRankScoreCount
Overall2.9512
Fun2.8811
Innovation3.0511
Theme2.8311
Graphics2.6111
Humor2.5412
Mood2.6012

Comments

bomo9710 2023-05-03 19:13

It says the page isnt there

wahooney 2023-05-03 21:03

Broken link

cheesepencil 2023-05-04 17:09

Please publish a web build!

spudboy 2023-05-06 18:15

I really like the concept of this game but all the requirements for getting it set up just... seems like too much for me to get into. I'm not gonna install nodejs and install stuff in the command line just to play a game jam game 😅

Sorry! Good luck!

mpk90 2023-05-06 20:02

The idea may be cool and unique, but it's way too complicated. It wasn't until I started the game and read the read.me that I knew what the game was about.

I even briefly thought that the game might be malware.

To be on the safe side, I checked your Ludum Dare profile page and itch.io to make sure it wasn't a new account with no history.

2023-05-08 14:41

I got an error: `Curl error 7: Failed to connect to localhost port 1337 after 2256 ms: Connection refused UnityWebRequestException: Cannot connect to destination host at Cysharp.Threading.Tasks.UnityAsyncExtensions+UnityWebRequestAsyncOperationAwaiter.GetResult () [0x00081] in D:\Unity Projects\LD53\Library\PackageCache\com.cysharp.unitask@305695ad5d\Runtime\UnityAsyncExtensions.cs:794 at RemoteAiService.SendRequest[T] (System.String endpoint, System.String json) [0x000a6] in D:\Unity Projects\LD53\Assets\_Scripts\Source\ServicesImpl\AIService\RemoteAiService.cs:33 at RemoteAiService.Captcha (System.String question) [0x0003f] in D:\Unity Projects\LD53\Assets\_Scripts\Source\ServicesImpl\AIService\RemoteAiService.cs:19 at ReactiveTutorialNextStep.DoCaptcha () [0x00042] in D:\Unity Projects\LD53\Assets\_Scripts\Source\GameCore\Tutorial\ReactiveTutorialNextStep.cs:45 `

bullex 2023-05-08 14:41

I got an error: `Curl error 7: Failed to connect to localhost port 1337 after 2256 ms: Connection refused UnityWebRequestException: Cannot connect to destination host at Cysharp.Threading.Tasks.UnityAsyncExtensions+UnityWebRequestAsyncOperationAwaiter.GetResult () [0x00081] in D:\Unity Projects\LD53\Library\PackageCache\com.cysharp.unitask@305695ad5d\Runtime\UnityAsyncExtensions.cs:794 at RemoteAiService.SendRequest[T] (System.String endpoint, System.String json) [0x000a6] in D:\Unity Projects\LD53\Assets\_Scripts\Source\ServicesImpl\AIService\RemoteAiService.cs:33 at RemoteAiService.Captcha (System.String question) [0x0003f] in D:\Unity Projects\LD53\Assets\_Scripts\Source\ServicesImpl\AIService\RemoteAiService.cs:19 at ReactiveTutorialNextStep.DoCaptcha () [0x00042] in D:\Unity Projects\LD53\Assets\_Scripts\Source\GameCore\Tutorial\ReactiveTutorialNextStep.cs:45 `

2023-05-08 14:41

Oops, sorry for that. I got connection problems and pushed Publish button several times

avavt 2023-05-08 14:44

Hey @bullex , that mean your bot server is not running, did you start the bot package?

bullex 2023-05-08 15:12

Oh yeah, my bad

milq 2023-05-09 18:15

I can't vote because I use Debian GNU/Linux and I don't play in the browser either. :(

3ggplant 2023-05-10 04:05

Easily one of the most interesting games I've seen so far. I really like the idea, but I think it's a bit too much upfront to go straight into the code without really introducing each part of the API's functions and state. I tried for about half an hour but gave up because it kept exploding in the middle when moving towards the delivery point and I couldn't figure out why. Really good as an edutainment game though, could definitely see it being used for an introductory programming class if it's slowed down and explained a bit more. There's a really steep learning curve here with day 1 having so much code to look through all at once, and day 2 jumping straight to pathfinding algorithms.

avavt 2023-05-11 05:34

Thanks for playing @3ggplant ! Could I ask a bit: do you have the Unity error console log anything out at bottom left when the package explodes?

There was too little time to add a reporting window, so I used the development console to log out penalties reasons. Usually package exploding mean the drone dropped it in a non-storage area, or 2 packages colliding into each other

sodoj 2023-05-11 20:48

This is definitely the most interesting entry this jam imo. I set up a quick python script to solve the intro captcha just to see if it works and I was dumbfounded. I stopped there due to my limited free time, but I will definitely play this some more later, probably in the node js version since I want to learn some nodejs. I'll keep you posted if you want to o:. Super cool!

avavt 2023-05-12 04:09

Thanks for your kind words @sodoj ! I'd be greatly exhilarated if you want to continue playing the game!

This bot framework is a base upon which I plan to make a series of small educational games about programming & languages, so any feedback/recommendation/issue reporting would really help me out 🙏