uprightpath 2014-08-25 17:21
You can package your game and upload it as a 'Porting' to make it easier.
Foon → Ludum Dare Explorer → LD30 → WorldLink
By mikethewayne
| Category | Rank | Score | Count | |
|---|---|---|---|---|
| Coolness | 2 | 89 | ||
| Theme | 790 | 2.89 | ||
| Humor | 903 | 1.71 | ||
| Audio | 975 | 1.56 | ||
| Mood | 1030 | 2.29 | ||
| Innovation | 1087 | 2.30 | ||
| Fun | 1119 | 2.16 | ||
| Overall | 1145 | 2.40 | ||
| Graphics | 1180 | 1.78 |
You can package your game and upload it as a 'Porting' to make it easier.
Ok, done. Thanks for advice! I'll be honest, I was confused as how to upload the whole folder as it wouldn't let me, but then I discovered I could just package it with WinRAR.
Really like this concept. I love sim/management games and I'd love to see this continued. :)
Fun game. Some sounds would have made a huge difference for the vibe. Solid entry.
I really like sims like this ^^ But I am pretty unpatient and the game forces me to wait while traveling :)
I'm glad you like this! Sorry about the waiting, It was going to be a dodge/shoot the asteroid minigame while waiting, and have a travelling animation, but, you know, time.
Quite fun, but you should reduce wait time. Keep working on this! add a Post-Ld version here so people can play it but not rate.
ive bought 2 fast engines and cant do anything now. Did I win? :D
I'd refresh and only buy one fast engine, and a way to make money :D
Waiting was a bit ridiculous, although, it's a really good game.
Alright, after playing around a little and moving the game to a different folder (I guess web addresses dislike "#" in the middle of URL ^^"), I got some thoughts. They are mostly critical, but please don't let it discourage you, but rather learn from that.
First of all - instructions and interface! At the very beginning, I was completely confused and had no idea what to do. Later I've finally found out that I can buy seats and beds, and then accept passengers, but it still should have been explained properly in game, IMHO.
I won't really comment on the long waiting time, just a hint: if lack of features (like asteroids minigame) would make some aspect too annoying (like the waiting time), focus on quickly fixing that aspect (like setting the times to much lower values). I had to do similar thing in my game: slow movement would make walking through empty spaces terribly, terribly boring, so I added speed-up button.
Another thing are the options in requests selection screen. You pretty much have occupied whole space with 2 planets data, leaving no room for more. Having e.g. some list of planets to the left could make the game much easier to add new planets to, generally, and I doubt many people would find a sim with 3 planets all that fascinating. ^^"
Also, after looking into Main.js file (to fix the times, yes ^^") I've noticed that w8 function had 6 if/else blocks that did basically the same except for the first line. To save some copy-pasting, I recommend (easy version) remove all the lines from if/else blocks or (harder version at first, but greatly pays off later) make the distances configurable in some arrays of arrays, or even (very logical and easily manageable version) determine planets x/y/z coordinates in space and calculate the distance from 3d version of Pitagoras formula.
I guess you aren't very experienced programmer at the moment, are you? Well, keep improving; I'd like to tell "feel free to ask if you'd like some help", but so far I haven't found a system on this site that would allow communication between two members (like private messages); maybe I haven't looked hard enough? O.o"
(sooo, my longest comment so far is on a game of a genre I even don't particularly like; well, things like that happen, I guess...)
Uh, in my previous comment, in the "I recommend (easy version) remove all the lines from if/else blocks" part I meant:
"I recommend to (easy version) remove all the lines from if/else blocks except the first ones, copying the removed lines after the if/else blocks beforehand"
or something similar.
Sorry for the confusion. ^^"
Yeah, I get what you mean, thanks for feedback :). When I was creating the w8 function, I was quite tired (as most people are during ludum dare), so when looking back on it, I realise how inefficient it was. But at least it works. I'll change the variables now, so long as it's not cheating. Problem is, if you upgrade to max engines, there would be no wait at all, so therefore the minigame wouldn't be.
By the way, basic instructions are in the description. I might develop it further as a few people have requested a Post-LD version, and definitely include instructions.
Nice entry, I am not into sims much, but I took my time to understand your game. Some error messages would be nice replace to a tutorial. For example you try to accept a passenger, but the message will tell you that you have to buy seats first. Also some sounds and no waiting time will be splendid
This has the potential for a good incremental game. Right now it's too basic but I'd like to see it expanded.
There are some big bugs. I made lots of money because when I landed somewhere, I had a negative number of cargo/passengers, and so I could fit a lot more than I had space for :) The UI was pretty intuitive but it needs some "max" button to fill to capacity, I had to do *a lot* of clicking.
cool little management game. perfect to run in the background ;)
There have been interesting space trading games, but stripped to the core like this there isn't much to it. With the planned features I could see it being entertaining but I feel like it needs something special to put it above things like Elite.
Interesting concept! If only graphics were AAA :D
Thanks for all the feedback! Due to the fact I spent less than 24 hours (read description), this ended up being more a concept / basic functioning core game. But as people like it, I've decided to work on it further for a Post-LD version. I opened a new Twitter account if you were interested in the concept and would like to check on the progress of a Post-LD version. All feedback helps!
I'd love to see a more fleshed out version of the concept :)
As already mentioned, I didn't enjoy the waiting either (I ended up switching to a different tab while waiting). Maybe better engines could have a different gameplay value instead? Something like maybe using less fuel, thus saving money (assuming fuel would be a purchasable resource.)
Nice simple thing, liked the 'wait' to reach stuff. I am playing the game as I type this. ;) Music would have been great. Messages when you arrive to say how much money you made are needed. Loved to have messages when you first visit planets. :)
Once again thanks for the advice and feedback! Will start working on a Post-LD version soon!
cool concept, I think it has a lot of potential.
I liked the concept, but decided the waiting times are ridiculous. For future folks, if you read this, download the "Web" version and go into Main.js and modify this line: speed = (nengQuant * 1) + (fengQuant * 5) to something like speed = (nengQuant * 10) + (fengQuant * 50) to make the travel ten times faster :)