dude I ran a decryption algorithm in some of your comments in the page and the result is "moneymoneymoneymoney", you remind me of donald duck's eyes when they turned into dollar signs.
it seems you chose the wrong username you should replace curious with greedy or something
Just because it doesn't look like what you'd expect a game to look like, doesn't mean it's bad. It has clearly defined shapes, a consistent design, and flat colors (as opposed to ugly textures IMO). I think it looks wonderful. Easy on the eyes and fits in with the theme of a game that uses a terminal as it's main interface.
This looks great. Will there be a pre-launch documentation release? If I were going to mess around with it, it'd be nice to be able to think about it for a day or two.
It will be interesting to see how it works. The biggest issue I can foresee is that a program doesn't have a limit on how much it can manage, given the computation time. If one AI is even a little better than the next best, it could quickly dominate the entire field without some limitations on growth. Something like warcraft 3's upkeep system would be good for ensuring that the game doesn't become boring even if one player is clearly better than the rest.
Every player will have CPU limit on how much time his script can use in milliseconds. So that's the challenge to make the AI strong and not exceed the resources.
What? I hope you're being ironic, because if you're not you seriously don't understand the point of bot-based strategy games: https://www.battlecode.org/info/
Having one person being able to pay for more cycles is the textbook definition of unfair : it restricts the non-paying player to a subset of optimized searches, while the paying player can ultimately get an edge because of his additional compute.
Pay-to-win is also usually an artifact of gameplay that isn't fun, but requires long stretches of time (ie 'the grind') to complete. Considering the video and the fact that your minions carry on their instructions even when you are logged out, I'm not sure there is a traditional grind component in play here?
Also, people are assuming a black market of scripts will develop just as it does for gear, etc. gear is different because the frequency table is fixed -- therefore the competitive landscape is fixed. When everyone can have 'nukes' the winning strategy is no longer 'nukes', it's who can sneak through defenses and disable the nukes, or confuse them.
Kauffman calls this constant evolution into the 'adjacent possible' -- and if Screeps even half delivers that kind of depth, there won't be a stable end state to the game where everyone has one master script. Changing environments necessitate changing response. You are part of the environment. Feedback and permutation!! Yes!!!
Would love additional info on gameplay. Is it RTS style where you see all your creeps and start coding on the spot? Or is it you write a more general algorithm and see how everything goes?
Think of it as Starcraft with code editor panel in the bottom. Your script controls everything, but you can still click at your creeps to see their info and memory.
This would be an amazing way to indulge my programming fascination while also honoring my financial commitment to stick with efforts that could make a direct $MM impact on P&L. Wait, I can program and do that? Where do I sign up?
Hi, devs! Feature request: that you can play the game without having to enter code; that you can actually point and drag and click. I hope that "You can master basics without knowing JavaScript" means that there is a traditional RTS style mousey interface
It doesn't have to be all one or the other. It would be neat to be able to guide individuals or small groups while allowing the bulk of your forces to do their own thing.
Ahh yes! I've been waiting for something like this since getting hooked on Starcraft and wishing I could dip into the worker's AI so it would run away if getting attacked - would save so much brain CPU and make the game much more high level (as it stands, Starcraft is really just a game about being able to split your attention on a series of rote tasks while still keeping your reaction time higher than the other player).
I'm tremendously excited for this.
Also: if you don't launch with coffeescipt, I'll be adding a browser plugin to enable it.
There is https://github.com/bwapi/bwapi, an API for brood war. Not sure what the current state is. But it seems possible to use it while still controlling the game yourself.
That's the second time in this discussion that you've proposed paying money for an advantage over others in this not-even-released game. May I ask why you're so eager to win at this particular game?
So selling game scripts so others can advance faster? Or perhaps getting ready to harvest resources to sell them later? Or something completely different?
Why? Why not just let this be an educational and fun game? Why ruin the spirit of it by turning it into an opportunity for something to exploit (yes, I know, that word has very negative connotations) for profit?
Best use of "In the Hall of the Mountain King" I've heard in ages. I imagine the later scenes would be exciting to an actual player who understands what's happening and is invested in it; the music adds some of that excitement that's not conveyed by the sterile and hard-to-read graphics.
The problem with games like this is that players can share code. Decent scripts will be available for everything which takes some of the fun out of the game and makes it less fair to people who do it by themselves.
This is where Screeps will be different. You will need to think hard how to adapt someone other's script for your landscape, game environment, creeps setup, etc.
Nah, sharing code will be awesome. Does sharing code in real life ruin the fun of programming? No, everyone uses code written by other people. It is taking that code, combining it in interesting ways, and adding your own bit of code on top of it that creates really amazing programs (or armies, in this case)
I imagine that depends on how the gameplay works. If there is a "right" answer to the strategy question, then it's a programming challenge and your code sharing objection seems about right.
OTOH if the coding itself is pretty lightweight and the strategy itself is what matters, code sharing might not be a problem. It would also be good for code learners. I think one of the challenges in learning to code today is the difficulty of fining projects where you can get dozens or hundreds of hours using fairly basic programming.
When you share strategies, you still have to manually execute them. Not just copy and paste them into a bot and have it play the game by itself with no interaction.
What fun is a game about coding if you don't actually have to do any coding?
Really good idea.
However, the "Your success depends on your intelligence rather than your wasted time" bothers me. That is how the average strategy game works.
It is to emphasis the contrast with an MMO, where most of the time, your progress is directly linked to the time spent playing, often doing the same repetitive tasks ad nauseam.
If that's it, they are mistaking "MMO" with "RPG", but I see the point. Maybe because to improve, you don't have to train by launching an other game that will last 30 minutes.
Every MMO, regardless RPG or not, will require you to invest time to repeat some actions and pay attention to it as much often as you can. See Travian for example. Screeps will not, if you manage to write decent scripts.
I hope this allows children to play as well. For example, javascript battle does not, as far as I can tell, because it requires a GitHub account which requires being 13.
I'm sure you realise that you can lie about your kids' age on the Internet. I could understand if what you're after is a way to block chat or something like that but ticking a box is not a barrier to entry.
I hope it is more than what is shown on demo video. Controlling agents in the game with JS commands is one thing, programming them in more detail is something else.
I've been wanting to learn JavaScript (and CoffeeScript), but didn't have any tasks with which to practice. This should be awesome for that. Looking forward to it!
82 comments
[ 3.2 ms ] story [ 146 ms ] threadit seems you chose the wrong username you should replace curious with greedy or something
p.s. to the devs, cant wait to try this!
http://www.youtube.com/watch?v=cpbbuaIA3Ds
Here are some other ones that didn't quite hook me.
http://www.javascriptbattle.com http://codecombat.com http://fightcodegame.com
This looks great. Will there be a pre-launch documentation release? If I were going to mess around with it, it'd be nice to be able to think about it for a day or two.
Having one person being able to pay for more cycles is the textbook definition of unfair : it restricts the non-paying player to a subset of optimized searches, while the paying player can ultimately get an edge because of his additional compute.
Also, people are assuming a black market of scripts will develop just as it does for gear, etc. gear is different because the frequency table is fixed -- therefore the competitive landscape is fixed. When everyone can have 'nukes' the winning strategy is no longer 'nukes', it's who can sneak through defenses and disable the nukes, or confuse them.
Kauffman calls this constant evolution into the 'adjacent possible' -- and if Screeps even half delivers that kind of depth, there won't be a stable end state to the game where everyone has one master script. Changing environments necessitate changing response. You are part of the environment. Feedback and permutation!! Yes!!!
Hi, devs! Feature request: that you can play the game without having to enter code; that you can actually point and drag and click. I hope that "You can master basics without knowing JavaScript" means that there is a traditional RTS style mousey interface
I'm tremendously excited for this.
Also: if you don't launch with coffeescipt, I'll be adding a browser plugin to enable it.
OTOH if the coding itself is pretty lightweight and the strategy itself is what matters, code sharing might not be a problem. It would also be good for code learners. I think one of the challenges in learning to code today is the difficulty of fining projects where you can get dozens or hundreds of hours using fairly basic programming.
What fun is a game about coding if you don't actually have to do any coding?
- Everything is programmable, including the UI and the appearance of your modul
- A modul can send and receive messages with the moduls around it
- You start with a predefined and ready to use modul
- Offline support: your modul continues to live on the server when you are not connected
There is no game mechanics at all though, our goal is to create everything using moduls (games, entities composed of multiple moduls, tools…).
Planned features:
- A REST API to do everything remotely
- Code sharing using library packs
I can't wait to see how Screeps work!
[1] https://github.com/lisezmoi/modul.io
Please correct me if I am wrong.
That way one could try to apply some machine learning to this game.
That would really hook me!