bomo9710 2023-05-03 19:13
It says the page isnt there
Foon → Ludum Dare Explorer → LD53 → AMA Jo
By avavt
| Category | Rank | Score | Count | |
|---|---|---|---|---|
| Overall | 2.95 | 12 | ||
| Fun | 2.88 | 11 | ||
| Innovation | 3.05 | 11 | ||
| Theme | 2.83 | 11 | ||
| Graphics | 2.61 | 11 | ||
| Humor | 2.54 | 12 | ||
| Mood | 2.60 | 12 |
It says the page isnt there
Broken link
Please publish a web build!
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!
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.
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 `
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 `
Oops, sorry for that. I got connection problems and pushed Publish button several times
Hey @bullex , that mean your bot server is not running, did you start the bot package?
Oh yeah, my bad
I can't vote because I use Debian GNU/Linux and I don't play in the browser either. :(
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.
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
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!
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 🙏